Welcome to the Cromas.com XML Flash Menu Site!
Cromas XML Menu - Flash menu
The Cromas XML Flash Menu can be configured by editing a config file in your website.
The Cromas XML Flash menu is easy to use and does not require flash
to be used. Only the plugin that is installed on most web browsers.
Installation is east to use. Just insert a powerpoint/flash swf file
in a web page and edit the xml file that comes with the Cromas XML
menu. You can edit the config XML file and:
- set the buttons text
- the number of buttons
- url to open
- target frame
- button colors
- text color
- custom cursor on/off
- cursor color
- buttons hover over color
- text hover over color
Look for more updates on the Cromas.com page.
|
A little support for XML Files
Some menus are made to load the xml data
from any given file.The xml data can also be stored in same format but
in a different file than menu.xml, the file can be menu_data.php or
menu_data.asp so that you can set the contents of the file dynamically
by php, asp or cfm code blocks. If nothing tells the
menu to load the data from a specific file then the menu will just load
the data from a file called like the swf but with xml extension, for
example if you have menu15.swf then by default the menu will load data
from menu15.xml. To tell the menu to load the data from
another file you have to write the path to this file in the html code
for that menu, the path to file comes after the path to the swf file. e.g. menu1.swf?xml_file=menu_data.php e.g. menu1.swf?xml_file=menu_data.xml When
you have the swf file in the html code, view the source of html, locate
the path to the swf file and add the parameter as shown above (by
xml_file=your_menu_data.php). Note that the menu path (e.g. menu.swf or
/swf/menu.swf) is written in 2 places in the html code, locate both of
them and add the xml_file parameter in both locations. Example, how the html code should look: <object classid= "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase= "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version= 6,0,29,0" width="216" height="272"> <param name="movie" value="/flash_menus/menu.swf?xml_file=menu_data.php" /> <param name="quality" value="high" /> <param name="BGCOLOR" value="#FFCC00" /> <param name="WMODE" value="TRANSPARENT" /> <param name="menu" value="false" /> <embed src="//flash_menus/menu.swf?xml_file=menu_data.php" width= "216" height="272" quality="high" pluginspage= "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version= ShockwaveFlash" type="application/x-shockwave-flash" bgcolor="#FFCC00" wmode= "TRANSPARENT" menu="false" /> </object> |