Skip to content
Snippets Groups Projects
Commit fb2825b2 authored by Gregory Maxwell's avatar Gregory Maxwell
Browse files

use the unsigned in the lower example

git-svn-id: https://svn.xiph.org/websites/theora.org@16631 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent a42befe3
No related branches found
No related tags found
No related merge requests found
......@@ -43,12 +43,12 @@ Xiph.org also provides a signed version of Cortado at <a href="http://theora.org
<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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment