Class fever.core.client.ClientPlayerType

Description

Enumeration of constant values that indicate the Flash Player type currently running : StandAlone, External, PlugIn or ActiveX.

Take a look at ClientContext to see example.

See Also

Field Index

ACTIVEX, EXTERNAL, PLUGIN, STANDALONE

Field Detail

STANDALONE

static public STANDALONE:String [Read Only]
Returns player type constant for StandAlone player.

EXTERNAL

static public EXTERNAL:String [Read Only]
Returns player type constant for External player.

PLUGIN

static public PLUGIN:String [Read Only]
Returns player type constant for Plugin player.

ACTIVEX

static public ACTIVEX:String [Read Only]
Returns player type constant for Active X player.