Hello,
I’d like to “catch” an event on every frame that is displayed in a video clip. With that event, I’d activate a function. Is that possible?
I’ve created a video object, and used the NetConnection and NetStream to play an FLV file, but I don’t manage to run a function on every frame of the movie.
The only thing that worked is creating a Timer that throws an event every (video.FrameRate) seconds. This solution isn’t 100% accurate.
I’ll be glad for assistance.
Thanks,
OML