|
Post by SWF Graphics on Mar 28, 2007 13:48:16 GMT -5
FSCommands - Quit
on (release) { fscommand("quit"); }
FSCommands - FullScreen
on (release) { fscommand("FullScreen", "true"); }
FSCommands - ExitFullScreen
on (release) { fscommand("FullScreen", "false"); }
|
|