Skip to main content
Participant
May 11, 2009
Question

How do you seek to a not-yet-loaded second in fl.video.VideoPlayer?

  • May 11, 2009
  • 1 reply
  • 340 views

Hey all,

I'm using fl.video.VideoPlayer and I'd like to be able to seek arbitrarily within the video.  seek() works unless the given time isn't yet loaded, in which case the video hiccups and continues playing normally.  I'd like it to seek to the specified second even if it's not yet loaded, loading/buffering as necessary.  I've tried seek() and play() and haven't been able to make this work.  Any ideas?

Thanks!

-Shawn

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
May 11, 2009

you can't play something that hasn't downloaded, yet.