HTML Problem on Background Sound?

Janrae Mendoza

New member
I have a problem over this simple HTML project we are creating. First off, I want to place a sound on my webpage. For starters, I created a frameset first, for the pages actually. Here is the code i placed for it though (for the experts to read and understand my problem ^_~)

<html>
<head> <title> Main </title> </head>
<frameset rows = "15%, *">
<frame src = "banner.html" no resize>
<frameset cols = "20%, *">
<frame src = "links.html" noresized>
<frame src = "body.html" name = 1 noresized>
</frameset>
</frameset>
</html>

But my problem is, in my first main page, or the first page where the other links would show, i have a problem on WHY IS THERE NO SOUND PLAYING ALTHOUGH I PLACED A SOUND.

Here is the code i wrote:

<html>
<head> <title> body </title> </head>
<body>
<body background = "beautiful mai.jpg"> </img>
<body bgcolor = "black"> <marquee behavior = "Now Playing: 1000 Man Kai No Kiss ~ Mai Kuraki> </marquee>
<BGSOUND SRC = "1000 man kai no kiss.wav" LOOP = INFINITE>
</body>
</html>

I want to ask this second question: IS THE ONLY SOUND FORMAT ALLOWED IS WAV FORM. CAN I PLACE MP3?

I placed that code there but the sound don't play. What's the matter?
 
Back
Top