I followed the PHP MYSQL Flash Tutorial and I got it to work with ASP, I wanted to know is there a way in Flash to loadVariables for the entire movie.
Example:
Instead of this On Every Movie Clip:
onClipEvent (load) {
loadVariables(“http://localhost/flashdb/send.asp”, this, “GET”);
}
Is there some way to call the ASP file one Time?