Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator cubecolour

    (@numeeja)

    Are you putting this into the page/post content or in one of the theme .php files?

    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="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>

    Just not the active content script.

    Thread Starter onekea

    (@onekea)

    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!!

    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.