Topic: Need some flash advice!! (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 12-26-2004 08:33
I am new to flash.. in the past i have only use flash for design and animation purposes.. this i have an upcoming project which is to create a game using flash... Could someone tell me the various ways to allow flash connect to a database?? and where find information or help on this?? |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 12-28-2004 14:58 |
Maniac (V) Inmate From: Boston, MA, USA |
posted 12-28-2004 21:14
Flash and PHP get along quite agreeably. You might have a PHP script handle the back and forth. Both the LoadVars and XML objects have sendAndLoad methods. You could send a variable or an XML packet to the PHP script which would negotiate with the database. Whatever object you specify as the target of what comes back would "catch" the response. code: var senderObj:LoadVars = new LoadVars();
|