Returns
Nothing.
Description
Method; begins loading the FLV file and provides a shortcut for setting the
property to
and setting the
false
If the
and
totalTime
property is undefined,
Example
The following example calls the
parameter. It shows the value of the
contentPath
the FLV file and calls the
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 on the Stage with an instance name of my_FLVPlybk
*/
import mx.video.*;
trace("Before load, autoPlay is: " + my_FLVPlybk.autoPlay);
my_FLVPlybk.load("http://www.helpexamples.com/flash/video/water.flv");
trace("After load, autoPlay is: " + my_FLVPlybk.autoPlay);
my_FLVPlybk.play();
See also
FLVPlayback.contentPath
FLVPlayback.LOADING
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
mx.video.FLVPlayback.LOADING
604
FLVPlayback Component (Flash Professional Only)
contentPath
properties are undefined, they are not set. If the
isLive
, or an empty string, this method does nothing.
null
method to load an FLV file that is specified by the
load()
method to begin playing the FLV file.
play()
,
FLVPlayback.isLive
,
, and
totalTime
isLive
property before and after loading
autoPlay
,
FLVPlayback.totalTime
autoPlay
properties, if given.
contentPath
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?
Questions and answers