Cortado Java Applet - A single video

Please to wait during the loading. You need to have the Java plugin of Sun.

How to install ?

Include a video on your website with Cortado is pretty easy.
1. Go here and download the file called cortado-ovt-debug-0.2.*.jar
2. Put this file on your server (in the same folder than your webpage for example)
3. Include the following code into your webpage :

<applet width="320" height="240" archive="cortado-ovt-debug-0.2.2.jar" code="com.fluendo.player.Cortado.class" />
<param name="url" value="http://www.yourwebsite.com/yourvideo.ogg"/>
<param name="local" value="false"/>
<param name="framerate" value="30"/>
<param name="keepAspect" value="true"/>
<param name="video" value="true"/>
<param name="audio" value="true"/>
<param name="bufferSize" value="400"/>
</applet>

And it’s finish.

Write a comment