Hi again.
I have a flash and i want it to load a variable from php. so far i got this:
$price="0.3";
print "&price=$price";
in flash i got:
loadVariables("stats.php","");
Inside flash i named a dynamic text field "price1" with var: price. but it is not working. flash does show something, but it's the var name: $price. so it gets to the php but then reads the var as text while i want it to show "0.3" because that is the variable.
Any ideas?
Thanks.