PDA

View Full Version : Flash 5 & DataBase


AA
08-10-2001, 03:43 PM
How can I read a database record inside my Flash movie? or how can I pass a database recordset to my Flash movie?

Thanks,
AA

Jesse
08-11-2001, 02:08 AM
You have to use an intermediate server side script like PHP/ASP/CGI etc. and call that script via loadVariables. Seet hese tutes:
http://www.actionscripts.org/tutorials/intermediate/loadVariables_script_interaction/index.shtml
http://www.actionscripts.org/tutorials/intermediate/load_edit_save_vars/index.shtml
neither actually use databases but they show the general idea.