ActiveX Rewind

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
chrisb
New Cone
New Cone
Posts: 3
Joined: 04 Oct 2005 23:43

ActiveX Rewind

Postby chrisb » 07 Oct 2005 02:47

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

Quovodis
Cone that earned his stripes
Cone that earned his stripes
Posts: 271
Joined: 16 Jun 2004 11:13
Location: Cork, Ireland

Postby Quovodis » 07 Oct 2005 14:43

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.


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 11 guests