Page 1 of 1

a menu you never seen before!!!

Posted: Sun Aug 17, 2008 2:10 am
by Eddy
Its a free download ,nothing to pay.

Look at the example page!

http://www.fameid.com/menu/index.php?op ... e&Itemid=1

Nice

Posted: Sun Aug 17, 2008 12:44 pm
by star57
Very Nice, Thanks Eddy

Posted: Wed Aug 20, 2008 2:04 pm
by alarm
Thanks alot

Posted: Fri Sep 05, 2008 11:33 am
by BaconFries
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.

Posted: Mon Nov 03, 2008 1:43 pm
by bry
Thanks all (especially Eddy for finding this).

Very cool look. And offering unique items convinces clients that you do unique work. :-)

Very nice!!!

Posted: Mon Nov 03, 2008 4:26 pm
by v84x4
Very Cool 8)

Needs to be an "extention"

V8

Posted: Mon Nov 03, 2008 4:56 pm
by Eddy
v84x4 did you see this .

viewtopic.php?t=13765