Recently I have tried to re-build and implement Open Video Player from Akamai to a 2-year-old video app which used AS2 FLVPlayback component and actionscript generated cue points but late found out that NetStream doesn’t support actionscript generated cue points, only support embedded cue points that assigned when encoding…

Fortunately it is easy to detect those cue points as they have time parameters in seconds but just wonder why Adobe didn’t implement them for NetStream, only on their FLVPlayback component… and Open Video Player too could be nice if they implement methods for adding cue points dynamically.