Title: Silly Question
Last modified: August 19, 2016

---

# Silly Question

 *  [onekea](https://wordpress.org/support/users/onekea/)
 * (@onekea)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/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’,’[http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0&#8242](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0&#8242);,’
   width’,’693′,’height’,’269′,’title’,’main Banner’,’src’,’[http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8217](http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8217);,’
   quality’,’high’,’pluginspage’,’[http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&#8217](http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&#8217);,’
   movie’,’[http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8217](http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8217););//
   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&#8243](http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0&#8243);
   width=”693″ height=”269″ title=”main Banner”> <param name=”movie” value=”[http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8221](http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8221);/
   > <param name=”quality” value=”high” /> <embed src=”[http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8221](http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf&#8221);
   quality=”high” pluginspage=”[http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&#8221](http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&#8221);
   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?

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Moderator [cubecolour](https://wordpress.org/support/users/numeeja/)
 * (@numeeja)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/silly-question/#post-1489531)
 * Are you putting this into the page/post content or in one of the theme .php files?
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/silly-question/#post-1489563)
 * Start with the path to the script. It currently 404’s.
 * >  GET AC_RunActiveContent.js
   >  //www.ashburnwineshop.com/Scripts/AC_RunActiveContent.
   > js 404 Not Found
 * This works okay…
 *     ```
       <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="693" height="269" title="main Banner">
       <param name="movie" value="http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf" />
       <param name="quality" value="high" />
       <embed src="http://www.ashburnwineshop.com/wp-content/themes/wineshop/images/mainbanner.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="693" height="269"></embed>
       </object>
       ```
   
 * Just not the active content script.
 *  Thread Starter [onekea](https://wordpress.org/support/users/onekea/)
 * (@onekea)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/silly-question/#post-1489816)
 * I was putting it in the theme files. Is there an alternative?
 * Ok great, now my server says i don’t have permission to upload files… yay… now
   I cant even try this. Thanks for the tips though!!
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/silly-question/#post-1489817)
 * Putting it in your theme directory is fine as long as you call the script from
   that location. What I pasted above indicates that the script is being called 
   from here: **//www.ashburnwineshop.com/Scripts**/AC_RunActiveContent.js
 * – not here: **//www.ashburnwineshop.com/wp-content/themes/your_theme_name/**AC_RunActiveContent.
   js
 * Either the location of the file, or the path pointing to it, needs to be changed.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Silly Question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/silly-question/#post-1489817)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
