Please be with me. I'm a beginner.
I'm trying to post a small page (html shown below), but it's not displaying anything. It consist of a JPG image (MCara2005.jpg) where one can click with the mouse and see fireworks over. It's also supposed to play an audio file (BF2005.MP3). I've uploaded all the component files in the same directory, and named the page as index.html, but I only get a button on upper left nahd corner when use the url,
http://users.adelphia.net/~jleite/BoasFestas/index.html
to open it. Can someone please check what's wrong with the code. Thanks in advance!
Here's the html:
<BGSOUND balance=0 src=" http://users.adelphia.net/~jleite/BoasFestas/BF2005.MP3" volume=0 loop=infinite>
<TD><table width=494 height=492 cellspacing="0" cellpadding="0">
<tr>
<td align=center valign=center>
<p align="center">
<APPLET code="jhanabi4.class" width="744" height="600">
<param name="para_bits" value="10000">
<param name="para_max" value="500">
<param name="para_blendx" value="90">
<param name="para_blendy" value="50">
<param name="para_sound" value="2">
<param name="para_time" value="20000">
<param name="para_back" value="MCara2005.jpg">
<param name="para_startx" value="245">
<param name="para_starty" value="360">
</APPLET>
</p>
</td>
</tr>
</table>
</TD>
|