View Single Post
  #2 (permalink)  
Old 10-16-2008, 03:33 AM
clbeech
 
Posts: n/a
Diggs:
Default 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.

Reply With Quote