a menu you never seen before!!!

Do you want to share WYSIWYG Web Builder tips, tricks, tutorials or useful HTML code? You can post it here...
(no questions or problems please, this section is not monitored by support).
Forum rules
This section is to share tips, tricks and tutorials related to WYSIWYG Web Builder.
Please do not post questions or problems here. They will not be answered.

PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
Post Reply
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

a menu you never seen before!!!

Post 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
User avatar
star57
 
 
Posts: 129
Joined: Fri Mar 02, 2007 10:45 am

Nice

Post by star57 »

Very Nice, Thanks Eddy
alarm

Post by alarm »

Thanks alot
User avatar
BaconFries
 
 
Posts: 5364
Joined: Thu Aug 16, 2007 7:32 pm

Post 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.
User avatar
bry
 
 
Posts: 176
Joined: Fri Jan 11, 2008 8:44 pm

Post 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!!!
User avatar
v84x4
 
 
Posts: 102
Joined: Thu Sep 18, 2008 1:48 am
Contact:

Post by v84x4 »

Very Cool 8)

Needs to be an "extention"

V8
User avatar
Eddy
 
 
Posts: 473
Joined: Tue Nov 27, 2007 1:52 am
Location: Nederland.

Post by Eddy »

v84x4 did you see this .

viewtopic.php?t=13765
Post Reply