I'm having a problems with this java script:
function getTime()
{ return Math.round(top.document.MediaPlayer.GetPosition() / 1000); }
...
...
<a onClick="alert(getTime())" href="#">getTime()</a>
}
as you probably recognized, this script just gets the time out of the embedded
Real Player.
As soon as you scrub the timeline, the javascript should alert me with the timeinstance of the player. That's working just fine on IE and NS, but as soon as I tried it out with FF it just doesn't work anymore.
Anybody up for a helping hand?
Thanks
