[xiph-commits] r17407 - websites/xiph.org/video

xiphmont at svn.xiph.org xiphmont at svn.xiph.org
Tue Sep 21 05:42:39 PDT 2010


Author: xiphmont
Date: 2010-09-21 05:42:39 -0700 (Tue, 21 Sep 2010)
New Revision: 17407

Modified:
   websites/xiph.org/video/vid1.shtml
Log:
Safari behavior fix for cortado


Modified: websites/xiph.org/video/vid1.shtml
===================================================================
--- websites/xiph.org/video/vid1.shtml	2010-09-21 12:23:53 UTC (rev 17406)
+++ websites/xiph.org/video/vid1.shtml	2010-09-21 12:42:39 UTC (rev 17407)
@@ -29,13 +29,15 @@
 	     width="640"
 	     height="360"
 	     class="video" 
-	     archive="http://downloads.xiph.org/video/cortado_20100917-2.jar"
-	     code="com.fluendo.player.Cortado.class"
-	     url="http://downloads.xiph.org/video/A_Digital_Media_Primer_For_Geeks-360p.ogv"
-	     statusheight="20"
-	     BufferSize="512"
-	     BufferHigh="25"
-	     BufferLow="5">
+	     archive="cortado_20100917-2.jar"
+	     code="com.fluendo.player.Cortado.class">
+	    <!-- Safari ignores 'unknown' params in applet tags; the
+	    must be in explicit <param> tags -->
+	    <param name="url" value="http://downloads.xiph.org/video/A_Digital_Media_Primer_For_Geeks-360p.ogv">
+	    <param name="statusheight" value="20">
+	    <param name="BufferSize" value="512">
+	    <param name="BufferHigh" value="25">
+	    <param name="BufferLow" value="5">
 	    
 	    <p>Your browser doesn't seem to support WebM, Ogg or Java;
 	      please consider downloading this



More information about the commits mailing list