I want to load variables into my movie.
Everything is fine, but I cannot handle with these vars.
Maybe it sounds crazy, have a look:
(flash)
loadVariablesNum ("tos_scores.php?method=output", 0);
namestring = phpcode;
my PHP script creates the following code:
phpcode=text
When I put a dynamic text field in my movie to check my vars, the var 'phpcode' can be found. In this example it means that the text field shows me the value 'text'.
BUT, when I want to check the value of 'namestring' nothing appears .
What did I do wrong?
Everything is fine, but I cannot handle with these vars.
Maybe it sounds crazy, have a look:
(flash)
loadVariablesNum ("tos_scores.php?method=output", 0);
namestring = phpcode;
my PHP script creates the following code:
phpcode=text
When I put a dynamic text field in my movie to check my vars, the var 'phpcode' can be found. In this example it means that the text field shows me the value 'text'.
BUT, when I want to check the value of 'namestring' nothing appears .
What did I do wrong?