A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: ASP passing data back to Level 1/2 Flash movie

  1. #1
    I'm using loadVariables to pass variables to my ASP page. I've 2 questions which I need help with:

    1)What's the difference between loadVariables and loadVariablesNum?

    2)I need my ASP page to return data back to my Flash but my dynamic texts are inside a movie so it is considered Level 1 I guess. The data does not appear unless my dynamic text boxes is in Level 0 in my Flash.

    Pls help, thanks.

  2. #2
    Senior Member
    Join Date
    Mar 2000
    Location
    London
    Posts
    961
    1) loadVariablesNum() is almost the same as loadVariables() except that the target level is specified as a number:

    loadVariablesNum("aspscript.asp", 1);
    loadVariables("aspscript.asp", "_level1");

    2) Give the movie clip containing your text fields an instance name, then your can load variables into that movieclip. eg:

    loadVariables ("aspscript.asp", "movieclipname");

  3. #3
    Junior Member
    Join Date
    Sep 2001
    Posts
    6
    weaponx,

    do you have an ASP script that return data back to Flash ?

    I´m looking for it !!!


    HELP ME OUT , my friend !..

    Thanks in advance,

    Alex.

    alexxusa@yahoo.com

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