Hello,
I've extracted the following from a project we are working on:
http://www.bridgedev1.com/videotest.html
This plays an OGV or M4V video depending on the browser, as one would expect.
The page is loaded, then the video inserved using jQuery. This works perfectly in Safari and Chrome.
The problem is that in Firefox (3.6.3). When you pause the video, a second copy of the video is still playing.
Deleting the video element in Firebug removed the first, visible, video but left the soundtrack of a second video playing. The Network Traffic tab also revealed the 7.2 MB video was also loading twice.
This problem occurs on both Windows and Mac, and is worse on the PC.
Can anyone offer a soloution?
Thanks
Jim