reply from server

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
superSeva
Forum Newbie
Posts: 1
Joined: Sat Jun 21, 2003 2:57 am

reply from server

Post by superSeva »

i am sending some variables from flash to php with loadVariablesNum,
then php makes txt file of them... I want to know when all variables has been sent to php, so flash movie can move to the next task... how to do that.
thanks
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

by having an onClipEvent(data) handler for the movie controller
Post Reply