• Hello,

    I’m having a problem with my flash not working. I have found the same issue with resolutions but they are not working for me.

    I have a site with a flash logo working just fine but when I try and put the flash logo on a new wordpress page located in a sub-domain it will not work.

    I get an error saying:
    (Error:AC_FL_RunContent is not defined)

    The code is on the server but for some reason can not find it. The code is as follows:

    <script src=”Scripts/AC_RunActiveContent.js” type=”text/javascript”></script>

    <script type=”text/javascript”>
    AC_FL_RunContent( ‘codebase’,’https://download.macromedia.com/pub/sho ckwave/cabs/flash/swflash.cab#version=9,0,28,0′,’w idth’,’700′,’height’,’85’,’src’,’Scripts/flash/log oflash’,’quality’,’high’,’pluginspage’,’https://www .adobe.com/shockwave/download/download.cgi?P1_Prod _Version=ShockwaveFlash’,’movie’,’Scripts/flash/lo goflash’ ); //end AC code
    </script>

    I have a folder containing the following:
    1) the page with the flash code
    2) a folder named Scripts with AC_RunActiveContent.js in it.
    3) and a folder named flash with the flash file logoflash.swf in it.

    Please, does anyone see why AC_RunActiveContent.js can not be found.
    Thank you!!!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘AC_FL_RunContent is not defined’ is closed to new replies.