Flash Menu not be called in.
Hello,
I have this code here trying to call in my .swf file and it doesnt seem to call it in. I have made changes to the menu and it used to work, but out of no where it doesn't work.
Here is my code:
HTML Code:
<div id="header">
<div>
<!--Valid flash version 8.0-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="100%" height="198">
<param name="movie" value="flash/menu_v8.swf?button=1" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="scale" value="noscale" />
<!--[if !IE]> <-->
<object data="flash/menu_v8.swf-?button=1"
width="100%" height="198" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="scale" value="noscale" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
<param name="wmode" value="transparent" />
This website is ran off of Adobe Flash. To see the full website download Adobe Flash Player <a href="http://get.adobe.com/flashplayer/?promoid=BUIGP">here</a>!
(Some Flash content should show, not this!)
</object>
<!--> <![endif]-->
</object>
</div>
<div class="flash">
<!--Valid flash version 8.0-->
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,24"
width="100%" height="376">
<param name="movie" value="flash/header2_v8_nosound.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="wmode" value="transparent" />
<param name="scale" value="noscale" />
<!--[if !IE]> <-->
<object data="flash/header2_v8_nosound.swf"
width="100%" height="376" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
<param name="wmode" value="transparent" />
<param name="scale" value="noscale" />
This website is ran off of Adobe Flash. To see the full website download Adobe Flash Player <a href="http://get.adobe.com/flashplayer/?promoid=BUIGP">here</a>!
(Some Flash content should show, not this!)
</object>
<!--> <![endif]-->
</object>
</div>
</div>
The .swf file name is: menu_v8.swf