3/29/2011 5:03:41 AM
Title:
how to connect database from FMS?
hi,
i am preparing a multi user chat application using FMS and flash. i need to save the chat history in a database.
i came to know that FMS doesn't support direct connections to a DB server. we will need to use loadVars, SOAP, XML, webservices, or NetServices. i am not sure which suits for my project.
any suggestion or tutorials, please
3/29/2011 11:33:03 AM
Using flash simply submit the chat text to your httpservice(asp or php page) by using POST request. Its quite similar to submitting an HTML form
4/1/2011 2:10:47 AM
the most simple is httpservice / POST request to your server page . In this method you only need to call a server page and send the object containing data to that page.