Hi!
I have a question regarding Flash and PHP integration. I’m making a site which uses content management system. I use an external PHP file to load my contents from the database.
I’m able to retrieve the print values from my PHP file to my SWF using loadmovie GET on an MC.
It’s a news section. so I have three fields. Date, Headline, Contents
MY problem is:
How do I pass a variable from FLash (POST) to the PHP file before I get (GET) the print values? my php file is reading the variables I made in PHP but I want my variables coming from my SWF…
Thanks in advance for your help!