xtraList (Player)

Usage

-- Lingo syntax
_player.xtraList

// JavaScript syntax
_player.xtraList;

Description

Player property; displays a linear property list of all available Xtra extensions and their file versions. Read-only.

This property is useful when the functionality of a movie depends on a certain version of an Xtra extension.

There are two possible properties that can appear in xtraList:

Example

This statement displays in the Message window all Xtra extensions that are available to the Director Player.

-- Lingo syntax
trace(_player.xtraList)

// JavaScript syntax
trace(_player.xtraList);

See also

mediaXtraList, Player, scriptingXtraList, toolXtraList, transitionXtraList