Results 1 to 2 of 2

Thread: External text file no longer loads

  1. #1
    Join Date
    Oct 2007
    Posts
    46
    Thanks
    7
    Thanked 0 Times in 0 Posts

    Default External text file no longer loads

    I've just edited a page on my website to include a slide-in menu bar for users to sign up for my newsletter but when I add the Actionscript to the slide-in menu it seems to conflict with the script to externally load the text file with the content for that page. So now the slide in menu seems to work but my content won't load. The AS I'm using for the menu and the external content is:

    slider.menu_mc.click_btn.onRelease = function(){
    slider.play(nextFrame);
    }

    myVars = new LoadVars();
    myVars.onLoad = function(){
    textbox.htmlText=this.Pitch;
    };
    myVars.load("about.txt");

    stop();

    I've uploaded the .fla file and the text file to my site at http://clearlygreendesign.com/cgd_about.zip in the hopes that someone can tell me how I've erred.

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    I went to the about page to look at it live and all seems to be working well. I assume you found the fix?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

Bookmarks

Posting Permissions

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