Web Hosting Talk







View Full Version : music files


vuhndalock
01-03-2006, 10:12 AM
okay need to know how to put music files on my site from my comp i need them to loop without that crappy media player screen having to show and what type of file does it have to be mp3 exc

vuhndalock
01-03-2006, 10:49 AM
embedded media player is the only music html i can do i dont want that i just want music to play in backg
round with out a media player showing ..... okay i found one but i need to know how to pull the music off my comp to my site but still need to know how to loop it this is the one i found can someone alter it to make it loop


<SCRIPT TYPE="text/javascript">
<!--
var filename="hazy_shade_of_winter.mid";
if (navigator.appName == "Microsoft Internet Explorer")
document.writeln ('<BGSOUND SRC="' + filename + '">');
else if (navigator.appName == "Netscape")
document.writeln ('<EMBED SRC="' + filename + '" AUTOSTART=TRUE WIDTH=144 HEIGHT=60><P>');
// -->
</SCRIPT>
<NOSCRIPT>
<BGSOUND SRC="hazy_shade_of_winter.mid">
</NOSCRIPT>

vuhndalock
01-03-2006, 11:06 AM
never mind on how to do music looping i found that for those who need it
<BGSOUND SRC="file" LOOP=INFINITE>
but still dont have anyidea on the pulling music from my own comp

Virge
01-03-2006, 11:17 AM
That would be a massive project...

You would need a so called "DJ to Web" software i've seen a while ago back.
I will look into it for you.

vuhndalock
01-03-2006, 11:36 AM
thanks and i need a free one

vuhndalock
01-03-2006, 11:59 AM
maybe perhapps there is a html code to set a mp3 player to loop and hide it behind the background

vuhndalock
01-03-2006, 12:50 PM
if i was to put the media player out of the body tags the player wouldnt show but the music would play wouldnt it