I am trying to create a better header for my theme on smf forum, and wish to embed a quite complex flash movie that acts as a menu in they style of the tabs on the apple mac site.
I saw you used flash and you also use javascript to get it there.
My problem is with or without JS I do not really know what I am doing in terms of where to put the code
Quote
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="100%" height="63">
<param name="flash_component" value="apMenuBuy.swc">
<param name="movie" value="menu.swf">
<param name="quality" value="high">
<param name="FlashVars" value="flashlet={_STRIPEHEIGHT:19,_BUTTONWIDTH:110,_BUTTONHEIGHT:30,_inActivBColor:#D9D9D9,_TEXTSIZE:12,_defaultActiveBColor:#D9D9D9,_activeBNum:1,__fontName:'Verdana',__bgColor:#FFFFFF,navigationTree:['Mainbut1:macmend.com;
http://www.macmend.com; _parent','Mainbut2: forum;
http://www.macmend.com/index.php; _parent; mColor1','Mainbut3: FAQ;
http://www.macmend.com/forum/newbb+index.htm; _parent; mColor4','Mainbut4: downloads;
http://www.macmend.com/down/load.php; _parent; mColor1','Mainbut5: contact;
http://www.macmend.com/contact/us.php; _parent; mColor4','Mainbut6: sitemap;
http://www.macmend.com/site/map/php;_parent; mColor1'],_subBTextSize:10,_activeBColor1:#0099FF,bg_Pic_URL:'
http://www.macmend.com/images/bg.gif',_HighlightSubText:true,_BUTTEXTCOLOR:#666666,_activeBColor2:#0099FF,_SUBBUTTEXTCOLOR:#000000,_activeBColor3:#0099FF,_activeBColor4:#0099FF,_activeBColor5:#0099FF}">
<embed src="
http://www.macmend.com/menu.swf" quality="high" flashvars="flashlet={_STRIPEHEIGHT:19,_BUTTONWIDTH:110,_BUTTONHEIGHT:30,_inActivBColor:#D9D9D9,_TEXTSIZE:12,_defaultActiveBColor:#D9D9D9,_activeBNum:1,__fontName:'Verdana',__bgColor:#FFFFFF,navigationTree:['Mainbut1:macmend.com;
http://www.macmend.com; _parent','Mainbut2: forum;
http://www.macmend.com/index.php; _parent; mColor1','Mainbut3: FAQ;
http://www.macmend.com/forum/newbb+index.htm; _parent; mColor4','Mainbut4: downloads;
http://www.macmend.com/down/load.php; _parent; mColor1','Mainbut5: contact;
http://www.macmend.com/contact/us.php; _parent; mColor4','Mainbut6: sitemap;
http://www.macmend.com/site/map/php;_parent; mColor1'],_subBTextSize:10,_activeBColor1:#0099FF,bg_Pic_URL:'
http://www.macmend.com/images/bg.gif',_HighlightSubText:true,_BUTTEXTCOLOR:#666666,_activeBColor2:#0099FF,_SUBBUTTEXTCOLOR:#000000,_activeBColor3:#0099FF,_activeBColor4:#0099FF,_activeBColor5:#0099FF}" pluginspage="
http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="100%" height="63"></embed>
</object>
or how to enclose it ( is it echo ' either side, what does echo ' actually do?).
If I put it in the JS do I need to trim some of it off?
I am hoping you can help