A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: disappearing variables?

  1. #1
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016

    disappearing variables?

    Okay, I take an XML feed in which gives me six variables

    player1id
    player2id
    player3id
    player4id
    player5id
    player6id


    I assign these a value in the flash and put them in a container and use the loadVars() object to send them out.

    by debugging the flash, I can tell that they are set properly. By using a URL interceptor, I can see that the variables contain the correct values when leaving the flash movie.

    When I check my logs though, the values are set as 0;

    player1id=0&player2id=0

    etc etc

    anyone come across this before?
    Living the dream

  2. #2
    Senior Member
    Join Date
    Oct 2001
    Posts
    135
    can you paste that loadVars code?

  3. #3
    Senior Member RazoRmedia's Avatar
    Join Date
    Oct 2000
    Location
    UK
    Posts
    3,016
    its okay, I have sorted it.

    The Loadvars code I was using wasn't at fault.

    There was a movie called XMLFEED which was bringing in all my xml data and parsing it to the main movie.

    there was a minor error in this movie and I wasn't uploading it every time.

    cheers anyway
    Living the dream

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