Fix A Javascript Issue

We have a video player that uses javascript links to jump to a point in time into the video.

It works fine on this page
http://www.troynotes.com/clients/jdrake/skip.html

e.g. clicking on Dr. Pete Kocks – President of Truveo (22:01) takes you 22 minutes into the video.

However getting it onto the real page I get errors.
http://www.troynotes.com/clients/jdrake/test-code-for-time-in-video-page3.htm

Error: document.getElementById(“oplayer”).setPlayheadTime is not a function

The goal is to fix the issue while keeping as much of the other parts (there are several javascript tracking) intact.

Leave a Reply

Your email address will not be published. Required fields are marked *