Embedding flash file on custom template
-
Can someone help me? I’m trying to embed an swf file on my custom template on my homepage. This is what I have added to my custom template php file.
<script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','width','490','height','220','title','solutions','src','http://solutionsweneednow.com/wp-content/themes/cop15/solutions2/Main','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movie','http://solutionsweneednow.com/wp-content/themes/cop15/solutions2/Main' ); //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="490" height="220" title="solutions"> <param name="movie" value="http://solutionsweneednow.com/wp-content/themes/cop15/solutions2/Main.swf" /> <param name="quality" value="high" /> <embed src="http://solutionsweneednow.com/wp-content/themes/cop15/solutions2/Main.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="490" height="220"></embed> </object></noscript>and this above the </head> tag:
<script src="http://solutionsweneednow.com/wp-content/themes/cop15/Scripts/AC_RunActiveContent.js" type="text/javascript"></script>I’m not really sure what I am doing wrong. I know my file works:
http://solutionsweneednow.com/wp-content/themes/cop15/solutions2/Main.swfThanks for your help.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Embedding flash file on custom template’ is closed to new replies.