1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
<title>ClipPlayerApplet</title>
</head>
<body>
<h1>ClipPlayerApplet</h1>
<!--applet
code = "ClipPlayerApplet"
width = "200"
height = "100">
<param name="clipurl" value ="welcome.wav">
</applet-->
<applet
code = "ClipPlayerApplet"
width = "200"
height = "100">
<param name="clipurl" value ="welcome.wav">
</applet>
<EMBED type="application/x-java-applet;version=1.2.2"
width="200"
height="200"
align="baseline"
code="ClipPlayerApplet.class"
clipurl="welcome.wav"
pluginspage="http://java.sun.com/products/plugin/1.2/plugin-install.html">
<NOEMBED>
No JDK 1.2 support for APPLET!!
</NOEMBED>
</EMBED>
<hr>
<address><a href="mailto:matthias.pfisterer@gmx.de">Matthias Pfisterer</a></address>
<!-- Created: Mon Nov 8 10:59:00 CET 1999 -->
<!-- hhmts start -->
Last modified: Tue Nov 9 12:00:41 CET 1999
<!-- hhmts end -->
</body>
</html>
|