I've not read the whole thread, but might I suggest you might want to use PHP
to get the information from a MySQL database and use that data to populate your
Flash interface. If you use an action script construct like loadVars or
loadVariables it is not too difficult to pass parameters from Flash
Thanks for all of your help. Sorry for the late
response, I've been out of town.
Anyway, my objective with this is to ultimately create
a website that uses php and mysql to store and load
information about gigs (for a band). I design web
sites and primarily rely on 'flash' to do the job
(which can
Here is my code (which I can't get to work):
/** Note that my code / comments are untested, but should be helpful. */
$mail = "[EMAIL PROTECTED]";
$user = "patrick";
function usermail( $user, $mail ) {
/** We don't need global $user or $mail since these are passed into