| Package | net.guttershark.util |
| Class | public final class PlayerUtils |
| Method | Defined by | ||
|---|---|---|---|
|
[static]
Singleton access.
| PlayerUtils | ||
|
hasFullscreenMode():Boolean
Check whether or not the current player supports fullscreen.
| PlayerUtils | ||
|
isActiveX():Boolean
IF the player is the active x player.
| PlayerUtils | ||
|
isDebugger():Boolean
Is the current player the debugger.
| PlayerUtils | ||
|
isIDEPlayer():Boolean
If the flash player is the external player.
| PlayerUtils | ||
|
isLinux():Boolean
Check whether or not the current player is running on linux.
| PlayerUtils | ||
|
isMac():Boolean
Check whether or not the current player is running on a mac.
| PlayerUtils | ||
|
isMajorVersionOrBetter(version:Number):Boolean
Whether or not the current player is >= a major version.
| PlayerUtils | ||
|
isPC():Boolean
Check whether or not the current player is running on a pc.
| PlayerUtils | ||
|
isPlugIn():Boolean
If the player is just a regular plugin.
| PlayerUtils | ||
|
isStandAlonePlayer():Boolean
When run as a standlone (projector, or flex builder)
| PlayerUtils | ||
|
versionOfPlayer():String
Get the version of the flash player.
| PlayerUtils | ||
| Constant | Defined by | ||
|---|---|---|---|
| AVM_VERSION : String = ""
Retrieve the ActionScript Virtual Machine Version the application is running under.
| PlayerUtils | ||
| FLASHPLAYER_VERSION : String = ""
Retrieve the FlashPlayer Version the application is running under.
| PlayerUtils | ||
| LANGUAGE : String = ""
Retrieve the FlashPlayers Localized Language Code.
| PlayerUtils | ||
| gi | () | method |
| hasFullscreenMode | () | method |
public function hasFullscreenMode():BooleanCheck whether or not the current player supports fullscreen.
ReturnsBoolean |
| isActiveX | () | method |
public function isActiveX():BooleanIF the player is the active x player.
ReturnsBoolean |
| isDebugger | () | method |
public function isDebugger():BooleanIs the current player the debugger.
ReturnsBoolean |
| isIDEPlayer | () | method |
public function isIDEPlayer():BooleanIf the flash player is the external player.
ReturnsBoolean |
| isLinux | () | method |
public function isLinux():BooleanCheck whether or not the current player is running on linux.
ReturnsBoolean |
| isMac | () | method |
public function isMac():BooleanCheck whether or not the current player is running on a mac.
ReturnsBoolean |
| isMajorVersionOrBetter | () | method |
public function isMajorVersionOrBetter(version:Number):BooleanWhether or not the current player is >= a major version.
Parametersversion:Number — The major version to test for (9,8,7,etc);
|
Boolean |
| isPC | () | method |
public function isPC():BooleanCheck whether or not the current player is running on a pc.
ReturnsBoolean |
| isPlugIn | () | method |
public function isPlugIn():BooleanIf the player is just a regular plugin.
ReturnsBoolean |
| isStandAlonePlayer | () | method |
public function isStandAlonePlayer():BooleanWhen run as a standlone (projector, or flex builder)
ReturnsBoolean |
| versionOfPlayer | () | method |
public function versionOfPlayer():StringGet the version of the flash player.
ReturnsString |
| AVM_VERSION | constant |
public const AVM_VERSION:String = ""Retrieve the ActionScript Virtual Machine Version the application is running under.
| FLASHPLAYER_VERSION | constant |
public const FLASHPLAYER_VERSION:String = ""Retrieve the FlashPlayer Version the application is running under.
| LANGUAGE | constant |
public const LANGUAGE:String = ""Retrieve the FlashPlayers Localized Language Code.
e.g. cs,da,nl,en,fi,fr,de,hu,it,ja,ko,no,xu,pl,pt,ru,zh-CN,es,sv,zh-TW,tr