MACROMEDIA FLASH 8-COMPONENTS LANGUAGE Reference page 560

Components language reference
Table of Contents

Advertisement

Description
Property; a Boolean value that, if
stops, either because the player reached the end of the stream or the
called. This property is meaningless for live streams. The default value is
Example
The following example sets the
automatically rewinding when it finishes playing.
Drag an FLVPlayback component to the Stage, and give it an instance name of
my_FLVPlybk. Then add the following code to the Actions panel on Frame 1 of the
Timeline:
/**
Requires:
- FLVPlayback component in the Library
*/
my_FLVPlybk.autoRewind = false;
my_FLVPlybk.contentPath = "http://www.helpexamples.com/flash/video/
water.flv";
FLVPlayback.autoSize
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVPlybk.autoSize
Description
Property; a Boolean value that, if
dimensions of the source FLV file. If this property is set from
has been loaded, the automatic resizing starts immediately. The default value is
558
FLVPlayback Component (Flash Professional Only)
, causes the FLV file to rewind to Frame 1 when play
true
property to
autoRewind
, causes the video to size automatically to the
true
method was
stop()
true
to prevent the FLV file from
false
to
after an FLV file
false
true
.
.
false

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?

This manual is also suitable for:

Flash 8

Table of Contents