Re: Controlling FLASH player
yes - this is exactly what you are doing any time you write a script -
controlling the "player". to implement both of the items above your can use
the fscommand methods -
1) fscommand("fullscreen", true);
2) fscommand("quit");
place #1 on the first frame of your document, and #2 within a standard button
handler.
|