From: Jeffrey Fitzgerald <[EMAIL PROTECTED]>
Subject: Seeking Into File, Playing It Embedded !H!
First, thanks to all of you who have helped today. I truly appreciate it.
Instead of trying to the SMIL file to call javascript I think it would be best
to just seek into it just like the playlist does in Real Player.
But, this is an embedded web page. I do a frameset with a select box built. Now
I need to find the seek command to use javascript for control.
Is this how you would first seek into a certain place in a file, and then play
it???
Also, could someone show me the proper way to call setPosition including the
right time format? I did not see that anywhere in the docs.
This is what I am trying now:
function test() {
document.video1.setPosition(10000) ; <------- ???? Is this the right way or
is it like "3m 20s" document.video1.doPlay() ; }
Thanks very much , Jeff