Hi...
OK, basically...
I have data stored in a mysql database, and then I have a php file that puts the data from the database into php variables (e.g. $myPhpVar). After the php file makes these variables, there's a print() command which reads:
print("&myFlashVar=$myPhpVar");
After this, I want to load the contents from the flash variable(&myFlashVar) into a textbox in my flashfile to be displayed in an ,swf file.
Can anybody help?
Thanx