I just discussed in the previous post about actionscript cue points. We however found out that they had limitations – they are not very accurate.
To be sure to get exactly synchronised with the frame of the video you want to, you better use Event cue points – which needs to be added in the flv itself – using for example AfterEffects.
You then add listeners the same way than with actionscript cue points.:
this.videoComponent.addEventListener(MetadataEvent.CUE_POINT, _handleCuePoint);
