A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Loading Variables Into Other Levels

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    28
    HELP
    I'm Loading Variables from an ASP page and it works Great in Level 0

    HOWEVER! I'm using multiple Flash Movie Levels and need the variables to load into a level 6

    Does anyone know how i can make level 6 load the variables?

    see example
    THIS WORKS
    loadVariablesNum ("showtext.asp", 0, "GET");

    but this DOES NOT WORK
    loadVariablesNum ("showtext.asp", 6, "GET");

    If anyone is up to the chanllenge or has done this before.
    I WOULD GREATLY APPRECIATE YOUR HELP.

    RegGFX
    http://www.extremefx.net

  2. #2
    Member
    Join Date
    Jul 2000
    Posts
    48
    This isn't an answer but wrather an alternate choice if you can't get it to work. Why don't you load the variables in 0 where it works and then reference those variables using _root.variable, etc.

  3. #3
    Junior Member
    Join Date
    Jun 2001
    Posts
    28
    Originally posted by zm92477
    This isn't an answer but wrather an alternate choice if you can't get it to work. Why don't you load the variables in 0 where it works and then reference those variables using _root.variable, etc.
    Hi zm
    thats a thought..... so would the variables from be called into level 6 like this

    _level6.play();

    or should i make it a movie clip and call the variables like this from level 6

    _level6.moviename.play();

    Is that the correct syntax you were talking about?

    I'm not sure if this would work either but i am open to any suggestions from fellow flash users world wide.

    I'm kind of under the gun with a project.... i have everything complete and only to be stopped by this.

    Keep the ideas suggestions and answers
    COMING

    RSVP
    RegGFX
    http://www.extremefx.net

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