Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Media Events Not Working in Safari/Chrome Reply To: Media Events Not Working in Safari/Chrome

#146203
g3logic
Participant

Yes, just replace the code that you posted with the code that I posted and you should be good to go. Just remember that you cannot refer to video events unless the video element exists. So this code assumes you have a video tag in your html with an id=”video”

Yes, place it inside of the $(document).ready( function() { });