
clear getPosition()
I am using a playlist via Ajax to allow the user to view all movies in our titles. I'm using getPosition() to get the current position for onPlay and onPause events. Cool. However, when I play a new movie in the onPlay event the getPosition() method outputs the last position from the last movie played. If I pause the movie it correctly shows the current position. So, my question:
How can I unset and/or force the getPosition value to 0 when a new movie is played. Seems like this may be a bug in the player?
Thanks
Chris