I need to send some php variables to my flash file. How do I do this? So basically I have connected to my DB, and did a sql query to fetch some data in array format with the variable $row. So I have created all my variables I want to put into my flash, like username is $username=$row[username]; How do I get $username into flash? Thanks!
Thanks for posting that. I did watch that. I dont think I will beable to get it done as I dont know about flash. But thanks for the help. If anyone has a action script file that will get my variables from my php file, please do share. I am just looking for something that will fetch or get the variables from my external php file.