|
Posted by OldProfessor on August 20, 2006, 8:27 pm
Please log in for more thread options
I'm really stumped.
I am trying to create a web site to honor my late son's heavy metal
band.
I want the mp3 music to play and lyrics to be displayed.
The problem seems to be in getting the sound in there.
I have tried <embed) and <bgsound> but run into problems.
The best I have had any luck at all with is this:
<embed src="http://www.thewebsite.org/myjukebox_files/song.mp3" hidden="True" autostart="true">
<noembed>
<bgsound src="http://www.thewebsite.org/myjukebox_files/song.mp3" hidden="true" autostart="true">
</noembed>
With this (and several other variations) I find it works fine in
Internet Explorer but not in Mozilla Firefox or Netscape.
Mozilla gives me this error:
Additional plugins are required to display all the media on this page.
I have installed every plugin I can find but still get no sound plus
that error message.
I would classify my HTML skill level as "Beginner but eager to
learn" and any help at all will be appreciated.
The Old Professor
|