FLVPlayback.bringVideoPlayerToFront()
Availability
Flash Player 8.
Edition
Flash Professional 8.
Usage
my_FLVPlybk.bringVideoPlayerToFront(index:Number)
Parameters
A number that is the index of the video player to move to the front
index
Description
Method; brings a video player to the front of the stack of video players. Useful for custom
transitions between video players. The stack order is the same as it is for the
property: 0 is on the bottom, 1 is above it, 2 is above 1, and so on.
activeVideoPlayerIndex
Example
The following example uses two video players to play two FLV files. When each of the three
cue points in the first FLV file (cuepoints.flv) occurs, the example calls the
method to bring the other FLV file to the front. Because the
bringVideoPlayerToFront()
example sets the
property to 75 for video player number 1, the FLV file
_alpha
(plane_cuepoints) playing in that player is transparent, making both FLV files visible
simultaneously when that FLV file is in front.
FLVPlayback class
563
Need help?
Do you have a question about the FLASH 8-COMPONENTS LANGUAGE and is the answer not in the manual?