Displaying 1 result from an estimated 1 matches for "camendesign".
2009 Jul 18
1
Does XiphQT plugin work in Safari?
Hi,
I am trying to display a HTML 5 page with the <video> element and an
OGG video in Safari.
I use the sample video posted here: http://camendesign.com/code/video_for_everybody
My sample page works fine in Safari 4.0.2 when I supply the MP4 video
along with the OGG video:
<video width="640" height="360" controls="controls" autoplay="autoplay">
<source src="video_for_everybody.ogv"...