Silly Question
-
So I’m building a template for a client of mine and there is a flash movie in place as the main image. Now I adjusted all the other images in the site to reference the correct coding, but for the flash file I cannot get it to display correctly.
I tried just linking the file directly but that didn’t work either.
<script type=”text/javascript”>
AC_FL_RunContent( ‘codebase’,’https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0′,’width’,’693′,’height’,’269′,’title’,’main Banner’,’src’,’https://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf’,’quality’,’high’,’pluginspage’,’https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash’,’movie’,’https://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf’ ); //end AC code
</script><noscript><object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0″ width=”693″ height=”269″ title=”main Banner”>
<param name=”movie” value=”https://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf” />
<param name=”quality” value=”high” />
<embed src=”https://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf” quality=”high” pluginspage=”https://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash” type=”application/x-shockwave-flash” width=”693″ height=”269″></embed>
</object></noscript>I’ve got a couple other sites that I use this with and I have been unsuccessful in getting this to work. Any suggestions?
- The topic ‘Silly Question’ is closed to new replies.