Using ActionScript 3.0 Components |
|
|
|
| Using the FLVPlayback Component > Using the FLVPlayback component > Automatic playing of progressively downloaded FLV files | |||
When loading a progressively downloaded FLV file, FLVPlayback starts playing the FLV file only when enough of it has downloaded so that it can play the FLV file from start to finish.
If you want to play the FLV file before enough of it has downloaded, call the play() method without any parameters.
If you want to return to the state of waiting for enough of the FLV file to download, call the pause() method and then call the playWhenEnoughDownloaded() method.
|
|
|
|