0

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

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Muhammad Irfan
  • 1,447
  • 4
  • 26
  • 56

1 Answers1

1

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

PatrickS
  • 9,539
  • 2
  • 27
  • 31