Question
pb with sendAndLoad on buton....
hello everybody !
I have a problem :
I've got this code on a button :
_root.infoVars.sendAndLoad(_root.server_path+"infocourses.php", _root.infoVars, " POST ");
and the var infoVars get nothing ... (saw in the debug)
On the other hand if i put this code in the root of my fla it's working ....
Why ? How can i do ? because i don't want to execute all requests at the beginning of my swf ....
Please help ....
I have a problem :
I've got this code on a button :
_root.infoVars.sendAndLoad(_root.server_path+"infocourses.php", _root.infoVars, " POST ");
and the var infoVars get nothing ... (saw in the debug)
On the other hand if i put this code in the root of my fla it's working ....
Why ? How can i do ? because i don't want to execute all requests at the beginning of my swf ....
Please help ....