urgent help - loading variables from a database
I have been asked to create a flash game fairly similar to this: http://www.fetch.lycos.co.uk/
The game needs to have floating ballons which explode to reveal a prize icon when clicked on. The combination of prizes for every game needs to be called from a database. The game also needs to register which icons have been revealed as "fetch" does.
I have 5 icons to be used so I figured I would create 6 balloon movie clips (one empty balloon is required) and hopefully it is possible to get the database to specify which movieclips to load. further than that I am completely stuck!
We need to a) Connect to a database, b) Call a stored procedure, and c) accept parameters
Does anyone have any idea how to do this?