Hi!
I’m trying to load a simple variable &myVar from a php file into my flash movie, that’s a blank movie with just actionscript in it.
I tried to load this &myVar into a dynamic Text field and it works fine, but I can’t get this value into a flash variable to manipulate it with actionscript… Must be simple… My actionscript it
PHP file:
$x = "abc";
print "&myVar=$x";
ActionScript:
ActionScript Code:
[FONT=Courier New][LEFT][COLOR=#0000FF]loadVariables[/COLOR][COLOR=#000000]([/COLOR][COLOR=#FF0000]“http://www.sywebspace.co.uk/cleveland/new/analog.php”[/COLOR], [COLOR=#0000FF]this[/COLOR], [COLOR=#FF0000]“GET”[/COLOR][COLOR=#000000])[/COLOR];
[/LEFT]
[/FONT]
How to get the myVar value into a FLASH VARIABLE?
not into a dynamic text field, please, because I did this already but it’s not what I want.
Many thanks for any help!!!
:hr::hr::hr: