playerType (capabilities.playerType property)

public static playerType : String [read-only]

A string that indicates the type of player. This property can have one of the following values:

The server string is PT.

Availability: ActionScript 1.0; Flash Player 7

Example

The following example traces the value of this read-only property:

trace(System.capabilities.playerType);