Muhammad Irfan
Muhammad Irfan

Reputation: 1457

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..

Upvotes: 0

Views: 794

Answers (1)

PatrickS
PatrickS

Reputation: 9572

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

Upvotes: 1

Related Questions