Hello,
Does any one know hot to put a VISUAL loader until you recieve the RESULT from remoting Service?.
Please let me know.
Adrian.
targetplanet - 14 May 2004 19:04 GMT
Yea I would like to know this too.
targetplanet - 14 May 2004 19:05 GMT
Yea I would like to know this too.
boognische - 25 May 2004 07:15 GMT
Put a stop() action in the frame that invokes the service, as well as whatever
visual loader you want to display. In the onResult method of the handler, do
whatever you need to with the variables it returns then
gotoAndPlay("whateferFrameYouWant").