MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 689

Components language reference
Table of Contents

Advertisement

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
, makes the FLVPlayback component visible. If
,
true
false
it makes the component invisible. The default value is
.
true
Example
The following example sets the
property to
to make the FLVPlayback
visible
false
instance invisible when the FLV file finishes playing.
FLVPlayback class
687

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents