Jump to content

Flash Menu Embedding Problem


divineiniquity

Recommended Posts

Please forgive me but I'm an amateur. I've tried to embed a flash menu ".swf" file onto my website and have pasted the code provided by the service I used:

<script src="menujs.js" type="text/javascript"></script><noscript><object id="menuobj" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="150" height="450"> <param name="movie" value="menu.swf"> <param name="menu" value="false"> <param name="quality" value="high"> <param name="wmode" value="opaque"> <param name="bgcolor" value="#FFFFFF"> <embed src="menu.swf" menu="false" quality="high" wmode= "opaque" bgcolor="white" width="150" height="450" type= "application/x-shockwave-flash" pluginspage= "http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"> </object></noscript>
Both my html page and the .swf file are in the same root directory of my website but the flash menu does not display. Can someone please tell me what the "src" link should look like?Also how do you embed the same .swf file in a html page that is in a different folder to the swf file?Help much appreciated.
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...