<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"><div><br>hello again all -<br><br>i seem to be a bit stuck on the proper use of getPlayPosition() inside of jscript: <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; document.applets['cortado'].doPlay();&nbsp;&nbsp; // works fine!<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; alert ( document.applets['cortago'].getPlayPosition() )&nbsp; ;&nbsp;&nbsp; // <br><br>on my alert line, i get this error message:<br><br>Error: document.applets.javaPlayerApplet.getPlayPosition is not a function<br><br>does anybody have an example of getPlayPosition() in use?<br><br><span>when i read:&nbsp;&nbsp; <a target="_blank" href="http://git.xiph.org/?p=cortado.git;a=blob;f=README">http://git.xiph.org/?p=cortado.git;a=blob;f=README</a></span><br><br>&nbsp;300 The applet can be controlled with the following javascript
 methods:<br>&nbsp;302&nbsp;&nbsp; doPlay(): Start playback<br>................<br>&nbsp;305&nbsp;&nbsp; doSeek(double pos); seek to a new position, must be between 0.0 and 1.0.<br>&nbsp;306&nbsp;&nbsp; getPlayPosition(): returns current position in seconds<br><br>it would appear the syntax using doPlay() and getPlayPosition() would be identical.<br><br><br>thanks again, and sorry for the newbie questions,<br>mark<br><br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br></div></div>
</div></body></html>