Hi,
i have a flvplayback component onto which i am loading a video.
To mimic next frame and previous frame actions i am adding cue points to the loaded for every second of its length.
The next frame /previous frame functions implement seekToNextNavCuePoint and seekToPrevNavCuePoint on the video. But
its not working the way i expected it to
.
Whats the best way to do this?
Also can any one direct me to an example regarding this?