User Guide

FLVPlayback class 687
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);
FLVPlayback.visible
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVPlybk.visible
Description
Property; a Boolean value that, if true, makes the FLVPlayback component visible. If false,
it makes the component invisible. The default value is
true.
Example
The following example sets the visible property to false to make the FLVPlayback
instance invisible when the FLV file finishes playing.