pulling specific variable from php file into as2.0
i'm trying to pull a specific variable (i.e. $feed), from a php file, actually the php file that the flash movie is playing in. it is being turned into a generated xml.
what i have done so far is pulling a generated xml from another php file, by calling the php file within my actionscript i can get the "echo $feed" from the php file. in actionscript i am using myXML.load("this.php");
that all works, but i want to be able to pull a specific variable from a php file that the flash file is embeded in, any suggestions?
|