HI czali first download fameid from the site
http://www.fameid.com/menu/index.php option=com_frontpage&Itemid=1
Open WB5 and in advaned look for html and insert that now open the html and insert this code
Code: Select all
<div id="container">
<div id="wb_Html1" style="position:absolute;left:0px;top:0px;width:429px;height:146px;z-index:0" align="left">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1000" height="245" id="menu" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="fameid_menu.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="LT" />
<embed src="fameid_menu.swf" quality="high" width="800" height="245" name="menu" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" scale="noscale" salign="LT"/>
</object></div>
When you have done this click ok now save project and save html.
Open fameid folder that you have downloaded and copy the following files
xml_menu.swf,fameid_menu.swf, (folder)flash to the folder were you saved the html and the wbs file.
Next you will have to change the xml files so that they will to what you need.
Ok in folder were you have saved all files look for flash(Folder) open this
flash/default/xml open 1.xml file in a text reader ie note pad now we need to alter the code a little so that is works and allows you to use.
This is what it looks like before change
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<items msg="About" url="" msg_colour="0x000000" msg_offset="8" bg_alpha="10" bg_width="800" bg_height="45" line_offset="3" line_colour="0x000000" line_thickness="0" item_border_width="80">
<item txt="Features" link="" colour="0x000000" txt_width="100"/>
<item txt="Change Log" link="" colour="0x000000" txt_width="100" />
</items>
This is after
Code: Select all
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<items msg="About" url="index.html" msg_colour="0x000000" msg_offset="8" bg_alpha="10" bg_width="800" bg_height="45" line_offset="3" line_colour="0x000000" line_thickness="0" item_border_width="80">
<item txt="Features" link="" colour="0x000000" txt_width="100"/>
<item txt="Change Log" link="" colour="0x000000" txt_width="100" />
</items>
Save the change/s and repeat for all other xml files and that should be you ready to use hope that this helps you.