| Package | net.guttershark.managers |
| Class | public final class PlayerManager |
| Method | Defined by | ||
|---|---|---|---|
|
hasFullscreenMode():Boolean
[static]
Returns
true if the client flashplayer supports fullscreen mode (>=9.0.28). | PlayerManager | ||
|
IsActiveX():Boolean
[static]
IF the player is the active x player.
| PlayerManager | ||
|
isDebugger():Boolean
[static]
Returns
true is the swf is being viewed in the debug player. | PlayerManager | ||
|
IsIDEPlayer():Boolean
[static]
If the flash player is the external player.
| PlayerManager | ||
|
isLinux():Boolean
[static]
is client a PC?
| PlayerManager | ||
|
isMac():Boolean
[static]
is client a Mac?
| PlayerManager | ||
|
isMinVersion(minVersion:Number):Boolean
[static]
Returns
true if client flashplayer is >= the min version. | PlayerManager | ||
|
isPC():Boolean
[static]
is client a PC?
| PlayerManager | ||
|
IsPlugIn():Boolean
[static]
If the player is just a regular plugin.
| PlayerManager | ||
|
IsStandAlonePlayer():Boolean
[static]
When run as a standlone (projector, or flex builder)
| PlayerManager | ||
|
OperatingSystem():String
[static]
Get the operating system the player is running in.
| PlayerManager | ||
|
PlayerType():String
[static]
The the player type string.
| PlayerManager | ||
|
VersionOfPlayer():String
[static]
Get the version of the flash player.
| PlayerManager | ||
| Constant | Defined by | ||
|---|---|---|---|
| ACTIVEX : String = "ActiveX" [static]
Active X player.
| PlayerManager | ||
| AVM_VERSION : String = "" [static]
Retrieve the ActionScript Virtual Machine Version the application is running under.
| PlayerManager | ||
| EXTERNAL : String = "External" [static]
External player.
| PlayerManager | ||
| FLASHPLAYER_VERSION : String = "" [static]
Retrieve the FlashPlayer Version the application is running under.
| PlayerManager | ||
| LANGUAGE : String = "" [static]
Retrieve the FlashPlayers Localized Language Code.
| PlayerManager | ||
| LINUX : String = "linux" [static]
The operating system type for linux.
| PlayerManager | ||
| MAC : String = "mac" [static]
The operating system type for mac.
| PlayerManager | ||
| PLUGIN : String = "PlugIn" [static]
Regular Plugin.
| PlayerManager | ||
| STANDALONE : String = "StandAlone" [static]
Standalone player.
| PlayerManager | ||
| WINDOWS : String = "windows" [static]
The operating system type for windows.
| PlayerManager | ||
| hasFullscreenMode | () | method |
public static function hasFullscreenMode():Boolean
Returns true if the client flashplayer supports fullscreen mode (>=9.0.28).
Boolean |
| IsActiveX | () | method |
public static function IsActiveX():BooleanIF the player is the active x player.
ReturnsBoolean |
| isDebugger | () | method |
public static function isDebugger():Boolean
Returns true is the swf is being viewed in the debug player.
Boolean |
| IsIDEPlayer | () | method |
public static function IsIDEPlayer():BooleanIf the flash player is the external player.
ReturnsBoolean |
| isLinux | () | method |
public static function isLinux():Booleanis client a PC?
ReturnsBoolean — Boolean
|
| isMac | () | method |
public static function isMac():Booleanis client a Mac?
ReturnsBoolean — Boolean
|
| isMinVersion | () | method |
public static function isMinVersion(minVersion:Number):Boolean
Returns true if client flashplayer is >= the min version.
minVersion:Number |
Boolean |
| isPC | () | method |
public static function isPC():Booleanis client a PC?
ReturnsBoolean — Boolean
|
| IsPlugIn | () | method |
public static function IsPlugIn():BooleanIf the player is just a regular plugin.
ReturnsBoolean |
| IsStandAlonePlayer | () | method |
public static function IsStandAlonePlayer():BooleanWhen run as a standlone (projector, or flex builder)
ReturnsBoolean |
| OperatingSystem | () | method |
public static function OperatingSystem():StringGet the operating system the player is running in.
ReturnsString — String A string representation of the OS.
|
See also
| PlayerType | () | method |
public static function PlayerType():StringThe the player type string.
ReturnsString — String The player type string returned from Capabilities.playerType.
|
| VersionOfPlayer | () | method |
public static function VersionOfPlayer():StringGet the version of the flash player.
ReturnsString |
| ACTIVEX | constant |
public static const ACTIVEX:String = "ActiveX"Active X player.
| AVM_VERSION | constant |
public static const AVM_VERSION:String = ""Retrieve the ActionScript Virtual Machine Version the application is running under.
| EXTERNAL | constant |
public static const EXTERNAL:String = "External"External player. (Flash IDE)
| FLASHPLAYER_VERSION | constant |
public static const FLASHPLAYER_VERSION:String = ""Retrieve the FlashPlayer Version the application is running under.
| LANGUAGE | constant |
public static 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
| LINUX | constant |
public static const LINUX:String = "linux"The operating system type for linux.
| MAC | constant |
public static const MAC:String = "mac"The operating system type for mac.
| PLUGIN | constant |
public static const PLUGIN:String = "PlugIn"Regular Plugin.
| STANDALONE | constant |
public static const STANDALONE:String = "StandAlone"Standalone player.
| WINDOWS | constant |
public static const WINDOWS:String = "windows"The operating system type for windows.