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?