Hello,

I've been experimenting with code and searching documentation to no avail.  
Hopefully someone here can give me a pointer.

I need to display a video (H.264 encoded in a .f4v file) that is synchronized 
to data captured from a data acquisition system which is being displayed in a 
chart next to the video.  This means I need to be able to seek to a place in 
the video and then be able to advance frame-by-frame while looking at the data 
in the chart (a marker on the chart displays the data corresponding to the 
video frame).  Conversely, I also need to be able to click in the chart and go 
to the closest video frame.

It looks like the VideoPlayer in Flex only emits playhead updates every 0.25 
seconds and cannot step through video one frame at a time.  Is there any way to 
get playhead updates at 10Hz and advance through the video frame-by-frame?

Thanks for any advice or pointers you can give.

Regards,

Dean Iverson

Reply via email to