Skip to main content
Known Participant
March 21, 2012
Question

how to add fast forward - rewind functionality using flvplayback in as3

  • March 21, 2012
  • 1 reply
  • 5273 views

hello,

i am using flvplayback (dynamically add from as3), now to add fastforward - rewind functionality in it.

Thanks,

Vishal Parekh

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
March 21, 2012

use the seek() method of the flvplayback component.

vrparekhAuthor
Known Participant
March 22, 2012

thanks kglad,

i want fast forward and rewind like when user do fast forward, it will display video (in speed suppose by 2 sec or 3 sec) until its get completed (end time); and in rewind it will display video (backward) until start time.

when we call seek(), its take bit time to display video at that time, i have doubt about proper user experience.

though i am going to try with seek.

Thanks,

Vishal Parekh

kglad
Community Expert
Community Expert
March 22, 2012

just stop your flv and use the seek() method in an enterframe loop.