onFullScreen (Stage.onFullScreen handler)

onFullScreen = function(bFull:Boolean) {}

Invoked when the movie enters, or leaves, fullscreen mode. You can check the SWF file's fullscreen status using this handler, or you can check the status using the Stage.displayState property. Fullscreen mode can be exited using ActionScript, or by the user invoking a keyboard shortcut, or if the focus changes from the fullscreen window.

Availability: ActionScript 2.0; Flash Player

Parameters

bFull:Boolean -

See also

displayState (Stage.displayState property), addListener (Stage.addListener method), removeListener (Stage.removeListener method)