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
Printable View
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)Quote:
Originally Posted by gagsoft
so use fscommand("quit")
By the way when I need syntax or function information I go to
http://livedocs.macromedia.com/flash...rt4_ASLR2.html
Hi BretQuote:
Originally Posted by blanius
Many thanks for the link and the hekp
Peter
TRy Button <Actions/onclick<> Stop movie,> this is all in the KM gui without reverting to scripts.
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.
Quote:
Originally Posted by blanius
Your are correct, I want to qui totally out of a stand alone player
Many Tanks
Peter
Quote:
Originally Posted by gagsoft