crazyinsanoman
09-18-2004, 05:59 AM
Ok I'm having trouble finding an html tag that will allow me to play sound. Here's what I need.
I need it to be invisible and continuous play
The main problem is that the song is in .mp3 format. I've found plenty that work for .wav and .midi but I can't find any html that can give me sound using .mp3 Does anyone know any html codes to creat sound with .mp3?
Monkey Bizzle
09-18-2004, 06:22 AM
you should be able to use the same codes for mp3 as you would for midi and wav... what codes have you found so far?
crazyinsanoman
09-18-2004, 06:41 AM
<bgsound src="filename.mp3">
<img dynsrc="filename.mp3">
<embed
src="filename.mp3"
width="50%"
height="50%">
</embed>
<object
classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="FileName" value="filename.mp3" />
</object>
<embed src="filename.mp3" hidden=true autostart=true>
<noembed>
<bgsound src="filename.mp3" loop=infinite>
</noembed>
Monkey Bizzle
09-18-2004, 06:55 AM
you should be able to use the embed code...
<embed src="fool.mp3" autostart="true" loop="true" width=73px height=25px>
that is a code straight off of my page when i did have music in the background and it worked fine.
crazyinsanoman
09-18-2004, 07:04 AM
ok so it seems to still not want to work, but i also ran a test to see if the mp3 itself would play and for some reason it won't.
So i guess the mp3 didn't upload correctly.
let me try again.........
nope same error.
Using geocities... how can I upload my mp3 song online and be able to play it?