HighDots Forums  

Embedding sound??

alt.html.tags alt.html.tags


Discuss Embedding sound?? in the alt.html.tags forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
OldProf
 
Posts: n/a

Default Embedding sound?? - 08-21-2006 , 11:57 AM






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



Reply With Quote
  #2  
Old   
meiseen.michelle@gmail.com
 
Posts: n/a

Default Re: Embedding sound?? - 08-25-2006 , 03:41 PM







OldProf wrote:
Quote:
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
try this one
<bgsound src="urlofthesong" loop=100>

it takes a couple of seconds for the song to start
if it still doesnt work then try uploading ur song to a different site



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.