| API Documentation | All Packages | All Classes | Index | Frames | ![]() |
| Class FullScreenUtil | Methods | |
| Package | org.openzoom.flash.utils |
| Class | public final class FullScreenUtil |
| Method | Defined by | ||
|---|---|---|---|
|
toggleFullScreen(stage:Stage, interactive:Boolean = true):void
[static]
Toggle fullscreen mode.
| FullScreenUtil | ||
| toggleFullScreen | () | method |
public static function toggleFullScreen(stage:Stage, interactive:Boolean = true):void
Toggle fullscreen mode. If running inside AIR runtime, the
interactive paramener determines whether to switch
into interactive fullscreen mode or non-interactive (default
for non-AIR runtime).
stage:Stage |
|
interactive:Boolean (default = true) |