I am using 3.16 with the new YouTube feature.
When I am using sendEvent("scrub",pos) the display seems only to update in intervals
of 10 seconds. So if pos is <10 it would actually scrub to time 0. If the value of
pos is between 10-19 it will always jump to time code 10 and so on.
Why is that? If I use a local flv file the scrubbing works in one second intervals why
does it work in 10 second intervals with YouTube video? I assume it might have to do with
streaming/buffering? Can this behaviour be changed via a flash var ? Since I am trying to set in and
outpoints I need to scrub in one second intervals. Ten seconds are a show-stopper in that context :-(
Any ideas what I can do to be able to scrub on per second intervals with YouTube video?
Thanks in advance

Flash players can only scrub to keyframes.
The YouTube videos only have keyframes at 10 second intervals, so that is the smallest increment of time that you can scrub to, unless you re-encode the video file.