A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: This page requires AC_RunActiveContent.js.

  1. #1
    Junior Member
    Join Date
    Apr 2009
    Location
    worldwide
    Posts
    6

    This page requires AC_RunActiveContent.js.

    I am totally new to this coding stuff, and I have a project that I'm working on
    http://thelinqup.com

    i get this message when I try to view the site. I have the .js file that is named the same in the same folder as the index.html page but i get nothing.

    The folder its in is an add-on site, does that have anything to do with why it isnt working/
    HELP!

  2. #2
    AS3 Mod
    Join Date
    Sep 2007
    Location
    O-H-I-O
    Posts
    2,385
    Assuming you have the .js file in the root of the web site you need to change this line:
    PHP Code:
    <script src="file:///G:/XMLWebsite/AC_RunActiveContent.js" language="javascript"></script
    to
    PHP Code:
    <script src="AC_RunActiveContent.js" language="javascript"></script
    But you don't have the file there, so you need to upload it into the same folder as index.html - You should be able to go here and view the .js file when you have it in the right place. http://thelinqup.com/AC_RunActiveContent.js

  3. #3
    Junior Member
    Join Date
    Apr 2009
    Location
    worldwide
    Posts
    6

    Many thanks Kind Sir!

    Thanks alot, you saved the day! I would be honored if you (or anyone else who reads this) would take a second to check out the site, and give me any feedback you can on the site.

    www.thelinqup.com

    Thanks again!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center