WM FireworksMenu (Parameters)

[home] [code generator] [parameters]

Parameters description and code example for the applet WM FireworksMenu.


Applet dimensions:
width
Its the width of the applet window (must be a positive non zero value)
height
Its the height of the applet window (must be a positive non zero value)

WM FireworksMenu Parameters:
bgimg
Its the filename of the applet background image (must be a .jpg or .gif file)
fgimg
Its the filename of the applet foreground image (must be a .jpg or .gif file)
fgimgx Its the X position of the foreground image in the applet window
fgimgy Its the Y position of the foreground image in the applet window
fireworkspow Its the power of the fireworks effect (must be a value between 1 and 300)
fireworksrpow If its 1 will be displayed the fireworks effect with a random power for each explosion (the fireworkspow factor will be ignored),if its 0 the fireworks effect power will be the value of fireworkspow and will be the same for all the explosions

fireworksgra

Its the power of the gravity factor for the fireworks effect (must be a value between 0 and 16)
fireworkspart Its the number of particles for the explosion (must be a value between 1 and 1000)
fireworksqua Its the simultaneous explosions number (must be a value between 1 and 25)
fireworkstop Its the max height for the explosions (must be a value between 0 and fireworksbottom)
fireworksbottom Its the min height for the explosions (must be a value between fireworkstop and height)
fireworksflash If its 1 will be displayed an additional flashing effect for each explosion, if its 0 the additional flashing effect will not be displayed
fireworksbig If its 1 the fireworks effect will be displayed using big particles, if its 0 the fireworks effect will be displayed using small particles
fireworkscol

Its the explosions color. If its 1 all the explosions will be displayed using yellow color, if its 2 all the explosions will be displayed using red color, if its 3 all the explosions will be displayed using green color, if its 4 all the explosions will be displayed using blue color, if its 5 all the explosions will be displayed using white color, if its 0 all the explosions will be displayed using a random color.


Menu parameters:
menumode
Its the direction of the menu (must be 0 for vertical menu, 1 for horizontal menu)
menutitle Its the list of the menu items title (separated by "|")
menuurl Its the list of the menu items url (with http://, separated by "|")
menutarget Its the list of the menu items target (separated by "|", if its _self the url will be show on the same window, if its _blank the url will be show in a new window, if its _parent the url will be show in the parent window, if its _top the url will be show in the top window, if its a custom value the url will be show in a frame with the custom value name, all the values are case sensitive)
menupos Its the distance (by pixels) from the left or from the top, to the first menu item (must be a positive or zero value)
menuspac Its the number of pixels between two menu items (horizontally or vertically, must be a positive or zero value)
menuselectmode Its the menu selection mode (if its ...)
menunormalcol Its the text color of the menu items (RRGGBB hexadecimal values)
menuselectcol Its the text color of the selected menu item (RRGGBB hexadecimal values)
menushadowcol Its the color of the shadow menu items (RRGGBB hexadecimal values)
menuboxcol Its the box or fill color of the selected menu item (RRGGBB hexadecimal values)
menushadow If its 1 a shadow in the menu text will appear,If its 0 a shadow in the menu text will not appear
menufont Its the menu text font (must be 0 for times, 1 for arial or 2 for courier)
menufonth Its the height of the menu text characters (must be a positive non zero value)
menualign Its the position of the menu in the applet window (must be 0 for left or top, 1 for center, 2 for right or bottom)

General parameters:
bottomtext Its the bottom text in the applet window
bottomtextcol Its the color of the bottom text in the applet window (RRGGBB hexadecimal values)
bottomtextalign Its the position of the bottom text in the applet window (must be 0 left, 1 center or 2 right)
After all the parameters you can insert a message for no java browser.
The parameter code must be the name of the main .class applet file, the codebase parameter must be"./".

Code example:

<applet code="WM_FireworksMenu.class" codebase="./" width="180" height="250">
   <param name="bgimg" value="image.gif">
   <param name="fgimg" value="wm.gif">
   <param name="fgimgx" value="2">
   <param name="fgimgy" value="2">
   <param name="fireworkspow" value="50">
   <param name="fireworksrpow" value="1">
   <param name="fireworksgra" value="1">
   <param name="fireworkspart" value="250">
   <param name="fireworksqua" value="5">
   <param name="fireworkstop" value="10">
   <param name="fireworksbottom" value="80">
   <param name="fireworksflash" value="1">
   <param name="fireworksbig" value="1">
   <param name="fireworkscol" value="0">
   <param name="menumode" value="1">
   <param name="menutitle" value="Website|Applet home|Code generator|Parameters">
   <param name="menuurl" value="http://www.valarsoft.com|WM_FireworksMenu.html|code.html|par.html">
   <param name="menutarget" value="_blank|_self|_self|_self">
   <param name="menupos" value="6">
   <param name="menuspac" value="16">
   <param name="menuselectmode" value="0">
   <param name="menunormalcol" value="BB9900">
   <param name="menuselectcol" value="FFFF00">
   <param name="menushadowcol" value="111111">
   <param name="menuboxcol" value="000099">
   <param name="menushadow" value="1">
   <param name="menufont" value="1">
   <param name="menufonth" value="16">
   <param name="menualign" value="1">
   <param name="bottomtext" value="Webmatic FireworksMenu">
   <param name="bottomtextcol" value="FFFFFF">
   <param name="bottomtextalign" value="0">
   <B>Sorry, this browser don't support java</B>
</applet>


[home] [code generator] [parameters]