FLVPlayback.version

Availability

Flash Player 8.

Edition

Flash Professional 8.

Usage

mx.video.FLVPlayback.version

Description

A read-only FLVPlayback class property that contains the component's version number.

Example

The following example shows the component's version number in the Output panel. Then add the following code to the Actions panel on Frame 1 of the Timeline:

import mx.video.*;
trace(FLVPlayback.version);