Hi,
I can't find a way to display "currentPosition" or "currentPositionString"
below my player...
I found this piece of code but I don't know how to make it work (I'm new
to
javascript)...
var timer = window.setInterval("MyText.value =
Player.controls.currentPositionString",1000);
Any example ?
Thanks in advance.