flash php question
flash php question
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- unfittoprint0
use a LoadVars object.
then create an onData event like
myVars.onData=function(sucess){
if (sucess){
dothis()
} else {
trace("ooops")
}
}
use a LoadVars object.
then create an onData event like
myVars.onData=function(sucess){
if (sucess){
dothis()
} else {
trace("ooops")
}
}