1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
<!-- That is a simple example how to use the cortado applet. Please replace the
URL below by one that matches your setup. -->
<html>
<head>
</head>
<body>
<applet code="com.fluendo.player.Cortado.class"
archive="http://localhost/cortado/cortado.jar"
width="352" height="288">
<param name="url" value="http://localhost/~twerner/09_20h_ReadWriteSociety.ogg"/>
<param name="local" value="false"/>
<param name="duration" value="232"/>
<param name="keepAspect" value="true"/>
<param name="video" value="true"/>
<param name="audio" value="true"/>
<param name="bufferSize" value="200"/>
</applet>
</body>
</html>
|