0 Replies Latest reply: Oct 11, 2011 9:57 AM by mariachr RSS

    flash embedded in html doesnt work

    mariachr Community Member

      Hi all,

       

      My problem is that I have a flash file .swf and I can't make it work both in IE and FF! My code is

       

      <object width="1000" height="850" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" id="GnosisNet">

             

                  <param name="movie" value="semifinalsgr.swf">

                  <param name="quality" value="high">

                  <param name="seamlesstabbing" value="false">

                  <param name="allowscriptaccess" value="samedomain">

                  <param name="wmode" value="transparent">

                  <param name="bgcolor" value="#F2F2F2">

                  <object type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" name="GnosisNet" width="1000" height="850" quality="high" seamlesstabbing="false" allowscriptaccess="samedomain" wmode="transparent">

                  <PARAM NAME="MOVIE" VALUE="semifinalen.swf">

              </object>

       

      This code works perfectly in IE but I cant get it to work in FF and I need both ! I dont know what I am doing wrong.

      I m new to web development so if anyone can help please do !

       

      Thank you ! Maria