Alicia Posted April 9, 2009 Share Posted April 9, 2009 Hi, I put this code in my php file but the flash only works in firefox and not IE. can somebody advise me what i should do to make it work in IE as well. <script src="AC_RunActiveContent.js" type="text/javascript"></script> <script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','358','height','114','src','logo','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','logo' ); //end AC code </script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="780" height="250"> <param name="movie" value="logo.swf" /> <param name="quality" value="high" /> <embed src="logo.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="358" height="114"></embed> </object></noscript> Thanks. Quote Link to comment Share on other sites More sharing options...
Zane Posted April 9, 2009 Share Posted April 9, 2009 check out SWFObject Quote Link to comment Share on other sites More sharing options...
Alicia Posted April 9, 2009 Author Share Posted April 9, 2009 it is not working either,, actually what is the prob with my code since it is workign fine in firefox Quote Link to comment Share on other sites More sharing options...
Mark Baker Posted April 9, 2009 Share Posted April 9, 2009 Never used it, but doesn't IE require EMBED rather than OBJECT Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.