frozenpeas
Technical User
Hi,
Here is the code I am using:
My PHP script outputs:
I have tried outputting "level0.pic" from the PHP script. From Flash, I have tried loadVariables, I've tried adding a GET parameter, and various other things.
The trouble is that it traces "undefined" no matter what I do. Can anyone see what I am doing wrong?
Thanks.
frozenpeas
Here is the code I am using:
Code:
loadVariablesNum("[URL unfurl="true"]http://www.mydomain/images/rdmimg.php",0);[/URL]
trace(_level0.pic);
My PHP script outputs:
Code:
pic="hdr.jpg"
I have tried outputting "level0.pic" from the PHP script. From Flash, I have tried loadVariables, I've tried adding a GET parameter, and various other things.
The trouble is that it traces "undefined" no matter what I do. Can anyone see what I am doing wrong?
Thanks.
frozenpeas