;

PDA

Click to See Complete Forum and Search --> : Flash Script


gagsoft
01-05-2006, 07:37 AM
I want to close (quit) a presentation with a button click. I have tried using the following script FScommand:quit. I think my syntax is wrong. Is there another approach to this.

Many thanks

Peter

blanius
01-05-2006, 08:15 AM
I want to close (quit) a presentation with a button click. I have tried using the following script FScommand:quit. I think my syntax is wrong. Is there another approach to this.

Many thanks

Peter
fscommand(command:String, parameters:String)

so use fscommand("quit")

By the way when I need syntax or function information I go to
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part4_ASLR2.html

gagsoft
01-05-2006, 08:35 AM
fscommand(command:String, parameters:String)

so use fscommand("quit")

By the way when I need syntax or function information I go to
http://livedocs.macromedia.com/flash/8/main/wwhelp/wwhimpl/js/html/wwhelp.htm?href=Part4_ASLR2.html
Hi Bret

Many thanks for the link and the hekp

Peter

gusmus
01-05-2006, 04:51 PM
TRy Button <Actions/onclick<> Stop movie,> this is all in the KM gui without reverting to scripts.

blanius
01-08-2006, 10:30 PM
Williiam I think he was (I assumed anyway) that he meant to quit a stand alone flash player so you have to use FScommand to do that.

gagsoft
01-09-2006, 02:11 AM
Williiam I think he was (I assumed anyway) that he meant to quit a stand alone flash player so you have to use FScommand to do that.

gagsoft
01-09-2006, 02:13 AM
Your are correct, I want to qui totally out of a stand alone player

Many Tanks
Peter

gagsoft
01-09-2006, 02:15 AM
Your are correct, I want to qui totally out of a stand alone player

Many Thanks
Peter