Hi all, I do realise there is a similar topic on the go at the minute but I didn’t want to hijack it.
Anyway, I’ve got a flash movie, a mySQL database and php connecting them. I want to display some data from my database in the movie. I can do this. However, there is a number of possible sets of data in the database, and these can be changed whenever, so this list must be dynamically created. I want the user to choose from a list of possibles and then the corresponding data is displayed in the movie.
Hope I’ve not lost anyone yet.
So far I’ve got a button in the movie opening a php file, which has queried the database and created a form with radiobuttons which the user can then submit. I can then query the database to get the relevant information to send to the movie. Now I’m stuck.
Thanks in advance. Hope this is clear as mud :hugegrin: