[2166] in java-interest
Placing applet in HTML page
daemon@ATHENA.MIT.EDU (Enrique D Espinosa)
Tue Sep 26 13:19:38 1995
Date: Tue, 26 Sep 1995 08:39:31 +0600
From: enrique@foozy.sun.com (Enrique D Espinosa)
To: java-interest@java.sun.com
Hi:
I have an applet that looks somewhat like this:
//
// The main structure of the program.
//
public class SoundTest extends java.applet.Applet {
// global variable section. this is where our vars will be stored
// and declared.
// ---------------------------------------
Font titleFont; // so we are able to display cool things
Font copyrightFont; // little font to place my name...
Font textFont; // for the overall text format
AudioClip roosterAudio; // for the introductory theme...
AudioClip spaceAudio; // and other junkies...
AudioClip helloAudio;
AudioClip beepAudio;
CardPanel cards; // where the buttons reside...
..
..
..
..
Runs fine, bue when I try to place it in an html document:
<html>
<head>
<title>Demostracion #5a de Applets en Java</title>
<body>
<hr size=8>
<br>
Este applet es un demostrador de sonidos que nos sirve para
observar las caracteristicas de las classes para implementar
botones.
Este es el applet Demo5a:
<br>
<!--
<!-- changes made in order to comply with JDK prebeta 1
<!-- september 20, 1995.
<!-- used to be:
<!-- app class="Demo5"
<!-- now is:
<applet code="SoundTest.class" width=400>
</applet>
<br>
<hr size=8>
</body>
</html>
It won't do a thing! I compiled the thing using the JDK.
Help!
-----------------------------------------------------
*************** *************** ***************
|*************** *************** ***************
| **** **** **** **** ****
| **** **** **** **** ****
| ********* **** **** **** ****
| ********* **** **** **** ****
| **** **** **** **** ****
* **** **** **** **** ****
* **** **** **** **** ****
* **** **** **** **** ****
* **** *************** ***************
* **** *************** ***************
* .----------------------------------------------------.
* | MC Enrique David Espinosa | http:// |
* | Depto de Computacion | www.ccm.itesm.mx/ |
* | ITESM-CCM | ~enrique/ |
* | voice: (525)673-1000x4231 | EECDOCS/ |
*| fax: (525)673-2500 | Main.html |
`----------------------------------------------------'
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com