Search code examples
actionscript-3flash-cs3netstream

How to addCuePoint in as3 with netstream?? i do not want to use FLVPlayback component


Is it possible to add cue points using as3 and I will not be using FLVPlayback component.

I want my flv or netstream object to call a function after 7 or 16 second or at any specified time during playing. I found addAsCuePoint the only way to do it.

If there is any other way to accomplish this task then I will not be using cue points..


Solution

  • Have you considered using OSMF? You can easily add & listen to cue points. http://www.opensourcemediaframework.com/