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 f开发者_运维百科ound 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..
Have you considered using OSMF? You can easily add & listen to cue points. http://www.opensourcemediaframework.com/
精彩评论