Metalgod89 0 Report post Posted May 19, 2005 if I wanted to add a song what html code would I have to put in? Share this post Link to post Share on other sites
Houdini 0 Report post Posted May 19, 2005 You need to be more specific...If you wanted to add a song to what, a web page, then Now that Internet Explorer recognizes the embed tag it would be safe to use embed or even an object tag to include an audio file, or you could use the bgsound tag but that worn't work with Firefox Netscapr or any Mozilla browser. If you could tell us a little more about what you are trying to do and how you want the sound to be presented, in a loop, or just play once, do you want to include controls, cause some people get into trouble at work for blaring out music from their computer. Do you want the song to play automatically or give the users a chance to either play it or not (as in the case of those that might get fired for playing your tune on company time).Just need to know more about what you are really wanting to do and all. Share this post Link to post Share on other sites
hazeshow 0 Report post Posted May 19, 2005 Many people don't like websites with bandwidth-stealing background sounds. For me a little midi-file is acceptable, but mp3 uses to much bandwidth. Example code: <bgsound src="lalalalala.mid" loop=infinite> GreetingZ Share this post Link to post Share on other sites
warbird1405241485 0 Report post Posted May 25, 2005 I prefer this code: <embed src="song.mid" loop="infinite"> I like it more because when you use this there will appear a start/stop button, so you can stop the music when you find it annoying. Share this post Link to post Share on other sites