[xiph-commits] r16631 - websites/theora.org/cortado

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Sat Oct 10 12:54:17 PDT 2009


Author: gmaxwell
Date: 2009-10-10 12:54:17 -0700 (Sat, 10 Oct 2009)
New Revision: 16631

Modified:
   websites/theora.org/cortado/index.shtml.en
Log:
use the unsigned in the lower example

Modified: websites/theora.org/cortado/index.shtml.en
===================================================================
--- websites/theora.org/cortado/index.shtml.en	2009-10-10 19:46:34 UTC (rev 16630)
+++ websites/theora.org/cortado/index.shtml.en	2009-10-10 19:54:17 UTC (rev 16631)
@@ -43,12 +43,12 @@
 <h2>Usage example</h2>
 
 <p>
-Provided you have a file containing Ogg Theora content named <tt>content.ogv</tt> and a binary of Cortado named <tt>cortado.jar</tt> in the same directory as the content you can embed Cortado by including following HTML-snippet into the source-code of your web-page:
+Provided you have a file containing Ogg Theora content named <tt>content.ogv</tt> and a binary of Cortado named <tt>cortado_unsigned.ja</tt> in the same directory as the content you can embed Cortado by including following HTML-snippet into the source-code of your web-page:
 </p>
 
 <p>
 <code>
-   &lt;applet code="com.fluendo.player.Cortado.class" archive="cortado.jar" width="352" height="288"&gt; <br/>
+   &lt;applet code="com.fluendo.player.Cortado.class" archive="cortado_unsigned.jar" width="352" height="288"&gt; <br/>
    &nbsp;&nbsp;&lt;param name="url" value="content.ogv"/&gt; <br/>
    &lt;/applet&gt;
 </code>



More information about the commits mailing list