View Full Version : Adding music to your site
MacaroneePenguin
06-17-2001, 11:26 PM
Is there any way to add an mp3 to my site?
Does anyone know the coding for it?
Thanx
coleslaw
06-18-2001, 12:17 AM
Yes, but please don't do it. Embedding music on websites is one of the most annoying things in the world. You could have an embedded player, giving people the option to play the music.
hapoo
06-18-2001, 01:10 AM
Originally posted by coleslaw
Yes, but please don't do it. Embedding music on websites is one of the most annoying things in the world. You could have an embedded player, giving people the option to play the music.
You took the words out of my mouth Coleslaw!!
Nuthin' more annoying than a repeating song... especially if its a crappy song. Unless your making a fan page remember that all your guests might not be into the same music your into.
PLEASE USE WITH CAUTION:
<SCRIPT LANGUAGE="JavaScript">
<!--
if(navigator.userAgent.indexOf("MSIE") != -1)
document.writeln ('');
else
document.writeln ('<EMBED SRC="name of music file " AUTOSTART="true" HIDDEN="true" VOLUME="80%">');
//-->
</SCRIPT>
<BGSOUND SRC="name of music file ">
This works for pretty much any music file... Carefull though, the file doesn't stream it so the guest has to wait till the entire song has downloaded before he hears something.
[Edited by hapoo on 06-18-2001 at 01:16 AM]
MacaroneePenguin
06-18-2001, 09:23 AM
Well, that's why I ment really, to get a player embedded for mp3's. I do want to give them the choice to stop it.
Is the script that you just gave me for the player or just the song?
Powered by vBulletin® Version 4.1.12 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.