Using ActionScript 3.0 Components |
|
|
|
| Using the FLVPlayback Captioning Component > Using cue points with captioning > Supporting multiple language tracks with embedded cue points | |||
The FLVPlaybackCaptioning track property supports multiple language tracks with embedded cue points, as long as the Timed Text XML file follows the FLVPlaybackCaptioning cue point standards. (For more information, see Understanding FLVPlaybackCaptioning cue point standards.) However, the FLVPlaybackCaptioning component does not support multiple language tracks in separate XML files. To use the track property, set the property to a value not equal to 0. For example, if you set the track property to 1 (track == 1), the FLVPlaybackCaptioning component will search the cue point parameters. If a match is not found, the text property in the cue point parameters is used. For more information, see the track property in the ActionScript 3.0 Language and Components Reference.
|
|
|
|