Closed SeZuo closed 11 years ago
The following line is often null. (If the video has not been correctly loaded).
var video = document.getElementById(id);
Found a workaround: wrap the video with a link to the video file! This is working, but the video isn't playing on Chrome Mobile!
Found the issue, it was in the database, not in the code! The file has to be encoded in h.264/flaac in order to work well on chrome, whereas it works on Firefox with ogg(vorbis/theora) as was the linked movie in the DB.
A workaround should be found for this to work on all browsers at once. For this time we'll postpone this issue.
The title says it all.