|
-
Senior Member
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?
-
can you paste that loadVars code?
-
Senior Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|