PDA

View Full Version : calling actions when the swf opened thru iceprojector is closed


o2design
10-11-2002, 01:29 PM
hi,
When i use the following to close the file opened thru iceprojector :

fscommand ("fas.Event.APClose", "labelAPClose");

as mentioned in ice projector, before closing the application it shud execute the action statements on the frame labelled : labelAPClose

But this does not work....neither the script is executed and nor the application is executed....it gets stuck.....

Please reply if u can help.....thanx a lot

Flashants
10-14-2002, 04:34 AM
Hi,
Please add fscommand("quit") at labelAPClose frame,
or the program won't quit. Because designers can make use APClose event to prompt users an "Confirm Quit" DB , if you don't send fscommand("quit") to iceProjector, it means you want the program to keep running.

If you are a registered customer, you may also email your sample fla to support@flashants.com for troubleshooting.

Regards.