When I try to set the currentTime of the HTML5 Video element in Chrome 5.0.375.86 like:
video.currentTime = 1.0;
I am getting the following javascript exception:
Uncaught Error: INDEX_SIZE_ERR: DOM Exception 1
It works fine in Safari. Has anybody experienced this??