ActionScript 2.0 Components Language Reference |
|
|
|
| FLVPlayback Component > FLVPlayback class > FLVPlayback.version | |||
Flash Player 8.
Flash Professional 8.
mx.video.FLVPlayback.version
A read-only FLVPlayback class property that contains the component's version number.
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);
|
|
|
|