Hi, I don't know if I'm in the right forum section here but i'll give it a shot
Basically, I've coded a rating system using PHP & a mySQL database. Now I want to create the user interface using Flash (I'm using Flash MX 2004).
I've tried for 4-5 hours trying to figure it out using actionscript but it just won't work for me.
Here's the fundementals:
~ Flash has buttons as the scores the user wants to give, as well as a dynamic text box to display the returned output from PHP script
~ Button sends data to PHP script giving the rating (PHP sends this to mySQL) and returns a thank you note with the current rating of the page
Now, can I do this? If so, does the page need reloading or a new page opened? Or can it be done entirely through flash without loading a new page/reloading?
Here's a similar example of how Flash communicates with PHP/mySQL:
http://www.kirupa.com/developer/acti...entication.htm
|