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. Link to comment https://forums.phpfreaks.com/topic/153282-script-not-working/ Share on other sites More sharing options...
Zane Posted April 9, 2009 Share Posted April 9, 2009 check out SWFObject Link to comment https://forums.phpfreaks.com/topic/153282-script-not-working/#findComment-805286 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 Link to comment https://forums.phpfreaks.com/topic/153282-script-not-working/#findComment-805584 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 Link to comment https://forums.phpfreaks.com/topic/153282-script-not-working/#findComment-805589 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.