Skip to main content
Known Participant
July 14, 2009
Question

Creating a video rewind button

  • July 14, 2009
  • 2 replies
  • 2167 views

Hello,

I'm using the FLVPlayback component and I need a rewind button. I don't want it to go back to the beginning of the video, only go back a couple of seconds everytime the button is pressed.

Any help would be appreciated.

This topic has been closed for replies.

2 replies

funkysoul
Inspiring
July 24, 2009

what about:

NetStream.seek(NetStream.time - 20)

Known Participant
August 4, 2009

Please excuse my ignorance, but would that work with an flvplayback component?

here's what I have and its not working very well:

video_player.seek(video_player.playheadTime-5);

kglad
Community Expert
Community Expert
August 4, 2009

what's not working well?

Inspiring
July 14, 2009

Hi,

Why not have a scrub bar instead? It would probably be more user friendly than a partial rewind button.

Kind Regards,

Boxing Boom

Known Participant
July 14, 2009

Its a bit of a long story, but we don't want the user to scrub ahead and skip portions of the video.

Known Participant
July 20, 2009

Hello,

I was wondering if anybody has any feedback on this?

I tried making a scrub bar as well that would rewind the video, but it was only partially successful. If anyone knows of a decent tutorial for a rewind button or a scrub bar that would be great.