I've made some menu in Flash. I've put it in to the Dreamweaver. It's works in both but not when I'm trying to take a preview in Firefox.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="1015" height="230" id="FlashID" title="menu_n">
<param name="movie" value="menu.swf" />
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<!--[if !IE]>-->
<object type="application/x-shockwave-flash" data="menu.swf" width="1015" height="230">
<!--<![endif]-->
<param name="quality" value="high" />
<param name="wmode" value="opaque" />
<param name="swfversion" value="15.0.0.0" />
<param name="expressinstall" value="Scripts/expressInstall.swf" />
<div>
<h4>Zawartość tej strony wymaga nowszej wersji programu Adobe Flash Player.</h4>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.g if" alt="Pobierz odtwarzacz Adobe Flash" width="112" height="33" /></a></p>
</div>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
Ok, I've found another solution and it's working fine.
In Dreamweaver when I've put SWF the html code came like this:
<object id="FlashID" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1015" height="230">
it's not all but only top and the most needed line ![]()
So what I did I've delete id="FlashID" so it's now like:
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="1015" height="230">
Hope that anyone can use this clue in the future.
Peace!
North America
Europe, Middle East and Africa
Asia Pacific