Hi all
I am trying a stupidly simple thing, but for the life of me, can’t work out how to get it to work properly. I want to place an alternative jpg into a header flash movie, incase the flash is blocked or not supported (iPhones and IE). I can get it to show, but for some reason, IE is showing the jpg, but also the big box for the blocked flash (if that makes sense).
Any help is appreciated. Here is the code
<script type=“text/javascript”>
AC_FL_RunContent( ‘codebase’,‘http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0’,‘width’,‘340’,‘height’,‘255’,‘src’,‘flash’,‘quality’,‘high’,‘pluginspage’,‘http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,‘movie’,'flash’ ); //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=“340” height=“255”>
<param name=“movie” value=“flash.swf” /> <param name=“quality” value=“high” /> <p><img src=“pics/header.jpg” /></p> <embed src=“flash.swf” quality=“high” pluginspage=“http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=“application/x-shockwave-flash” width=“340” height=“255”></embed> </object></noscript>
Cheers, Dan