A simple example of creating and using ActionScript cue points with the VideoDisplay control. The example uses a VideoDisplay control to display the progressively downloaded video, a ProgressBar to display the amount of video that has played back, and two DataGrid controls to show ActionScript cue points and embedded cue points.
Full code after the jump.
[click to continue…]
Tagged as:
cuePoint,
cuePointManagerClass,
playheadUpdate
I was experimenting with the VideoDisplay control the other day and built this simple little example to help me understand the order of events when loading a Flash Video (FLV).
[click to continue…]
Here’s a simple example that listens for the cuePoint event on a VideoDisplay control and updates a DataGrid control whenever the cue point is encountered.
Full code after the jump.
[click to continue…]
Tagged as:
cuePoint