flash data integration:
Hello everyone,
I'm here seeking some advice for an application I'm about to build. This
application hopefully will be used in the recording studio facility where I
work. The purpose of the application is to store information about each studio
session. I've never build an application of this kind so I'm not sure about
what would be the best coding practices. I think I have enough AS skills to
create such a project, but since I'll be using a MySQL database to store ad
retrieve data for the first time, I was wondering if you guys could give me
some advice. I alredy know how to use PHP and LoadVars to send data from Flash
to MySQL, and also how to send back the data in xml format. What I'm not sure
is how to retrieve data for different queries. Would be better to create a XML
object for each different query with a different LoadVars object for sending
the right variable for a particular query, or is there a better way to make the
whole process more efficient? I hope this make some sort of sense. Thanks in
advance for the help
-Luca