firefox problem with flash

jenni1420

New Member
Hi Masters
I have a problem with flash in firefox. I wrote this code for displaying one flash in my site but it isnot work in firefox:
Code:
<div id="banner"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" name="movie_5" width="1200" height="190"
  id="movie_5">
    <param name="allowFullScreen" value="true"/>
    <param name="movie" value="html/movie_5.swf"/>
    <param name="quality" value="high"/>
    <param name="bgcolor" value="#C5D7E0"/>
    <param name="wmode" value="window"/>
    <embed src="html/movie_5.swf" width="1200" height="190"
  allowfullscreen="true" quality="high" bgcolor="#C5D7E0" wmode="window"
  pluginspage="http://www.macromedia.com/go/getflashplayer"
  type="application/x-shockwave-flash" name="movie_5"> </embed>
</object></div>
 
Top