Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 927959
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T19:56:02+00:00 2026-05-15T19:56:02+00:00

I have a flash movie that I need to read in a value from

  • 0

I have a flash movie that I need to read in a value from a PHP script in order to set which frame it starts from, I am using the following code:

if (loaded == total) {
        var lvContent = new LoadVars();
        lvContent.load("http://MY URL/Includes/getID.php");             
        trace("Who: " + lvContent.pageID);       
        lvContent.onLoad = function() {
            if (lvContent.pageID != "29") { //If it's the home page then play the full animation. If not .. don't.
                _root.gotoAndPlay(2);

            }else{
                _root.gotoAndPlay(90);
            }
        }      
    }

The problem is this is not working – it won’t get into the load event. If I run the PHP manually I get “&pageID=29”. If I debug this locally I get “Who: undefined” in the trace output window. From all the example I have read, I seem to be doing this correctly but it just doesn’t seem to be working.

Flash: CS5 using Actionscript 2.0

Can someone take a look and let me know where I am going wrong please?

Thanks in advance.

  • 1 1 Answer
  • 1 View
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T19:56:02+00:00Added an answer on May 15, 2026 at 7:56 pm

    You are defining the onLoad event after loading the contents. I don’t think that can work.

    Try

    if (loaded == total) {
            var lvContent = new LoadVars();
    
            lvContent.onLoad = function() {
                if (lvContent.pageID != "29") { 
            //If it's the home page then play the full animation. If not .. don't.
                    _root.gotoAndPlay(2);
    
                }else{
                    _root.gotoAndPlay(90);
                }
            }    
            lvContent.load("http://MY URL/Includes/getID.php");             
            trace("Who: " + lvContent.pageID);        
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

So I have a URL that I need my Flash movie to extract variables
I have a flash movie that I need to get with javascript. Here is
I have a flash movie that runs fine in FF, Opera, Safari but not
I have a flash movie that dynamically generates urls based on some params. Snip:
I have a Flash movie which has a number of actionscript 2 functions which
I have a flash movie player (from brightcove). When it plays a movie in
I have a Flash AS3 application that uses FileReference.browse() to request a SWF from
I have 20 different flash files that i need to play randomly when a
We have an online movie that displays full-screen. Instead of the now-standard flash-based fullscreen,
I have a flash app that plays movies. It loads subtitles and subtitle times

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.