Page 1 of 1

ActiveX Rewind

Posted: 07 Oct 2005 02:47
by chrisb
Hi,

By which method can I implement rewind functionality using the ActiveX control in IE.

I am currently using version 0.8.2 and have successfully used 'seek' with the Mozilla Plugin but that does not appear to be supported with the ActiveX. I have seen the online example using 'PlayFaster' (which works fine for Ffwd) and 'PlaySlower', and I have read various posts which point to this example but it doesn't quite do what I need.

Am I missing something?

Thanks

Posted: 07 Oct 2005 14:43
by Quovodis
absolute seeking is handled by the time and position properties.

Time is a positive integer representing seconds, you basically seek at the point you specifiy in it.

Position is a real value between 0.0 and 1.0. it is just an arbitrary scale which allows for easing operations such as jumping half way through a stream regarding of its length

relative seeking is handled by the shuttle method, it takes an integer representing seconds. a positive value will seek forward, a negative value will seek backward, from the current position in the stream.