I made a menu for a page I designed, (the page is in PHP) and the buttons on the menu are in flash…Now when someone views the page they don’t see the buttons…how do I fix this. I’m using Dreamweaver CS3 and Flash CS3…
Button Code:
<object classid=“clsid:D27CDB6E-AE6D-11cf-96B8-444553540000” codebase=“http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0” width=“100” height=“22”>
<param name=“movie” value=“button1.swf” />
<param name=“quality” value=“high” />
<embed src=“button1.swf” quality=“high” pluginspage=“http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=“application/x-shockwave-flash” width=“100” height=“22” ></embed>
</object>
Thank You!@