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

gmaxwell at svn.xiph.org gmaxwell at svn.xiph.org
Thu Nov 5 13:37:51 PST 2009


Author: gmaxwell
Date: 2009-11-05 13:37:51 -0800 (Thu, 05 Nov 2009)
New Revision: 16698

Modified:
   websites/theora.org/cortado/index.shtml.en
Log:
Update cortado page to reflect the current location of the latest unsigned jar.

Modified: websites/theora.org/cortado/index.shtml.en
===================================================================
--- websites/theora.org/cortado/index.shtml.en	2009-11-05 21:33:32 UTC (rev 16697)
+++ websites/theora.org/cortado/index.shtml.en	2009-11-05 21:37:51 UTC (rev 16698)
@@ -39,7 +39,7 @@
 </p>
 
 <p>
-An unsigned pre-compiled version is available at <a href="http://theora.org/cortado_unsigned.jar">http://theora.org/cortado_unsigned.jar</a>. The unsigned jar only permits the display of videos located on the same host as the jar file so you must copy this file to your server but using it avoids security warnings.
+An unsigned pre-compiled version is available at <a href="http://downloads.xiph.org/releases/cortado/cortado_latest.jar">http://downloads.xiph.org/releases/cortado/cortado_latest.jar</a>. The unsigned jar only permits the display of videos located on the same host as the jar file so you must copy this file to your server but using it avoids security warnings.
 </p>
 
 <p>
@@ -49,12 +49,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_unsigned.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_latest.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:
 </p>
 
 <p>
 <code>
-   &lt;applet code="com.fluendo.player.Cortado.class" archive="cortado_unsigned.jar" width="352" height="288"&gt; <br/>
+   &lt;applet code="com.fluendo.player.Cortado.class" archive="cortado_latest.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