Player in Anark Studio 2.5

Holds information about the playback environment.

Inherits from:

Class Properties

name type description
version String (read only) Version number.
containerName String (read only) Player type.
containerVersion String (read only) Container version number.
container Container (read only) Playback container object.
platform String (read only) Mac/Win OS.
platformVersion String (read only) OS version.

Instance Properties

name type description
prototype Object The prototype for a class. [from Object]
constructor Object A reference to the constructor class for the current object instance. [from Object]

Instance Methods

name returns description
toLocaleString() String For most objects, the same as toString() unless explicitly overridden. [from Object]
valueOf() String Returns the internal this value of the object. [from Object]
hasOwnProperty() Boolean Determines if the object/instance itself has the named property or method. [from Object]
isPrototypeOf() Boolean Determines if the calling object prototype is in the inheritance chain for the supplied argument. [from Object]
propertyIsEnumerable() Boolean Determines if the object/instance itself has a property or method of the supplied name which will appear in a for (prop in obj) enumeration. [from Object]
toString() String Returns a string representation of the object. [from Object]

Description

The Player object exposes information about the environment that is executing the presentation. Currently, information about the Container object is exposed. As a root-level object, it has no constructor.