Misuc playing in BG

liunx

Guest
how can i make it do Music plays in the bg. I have wma files i wanna play in the background but i cant get it to work. i can find JS's to mp3...<!--content-->Oh, please, PLEASE don't put music in the background! It's very inaccessible, and theres nothing worse than having to listen to bad quality web music, while I'm playing my own tunes. If you must use music, couldn't you give the user an option?<br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"mymusic.wma"></embed><br />
<br />
But if you must, then you can use <br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"mymusic.wma" hidden="true"></embed><!--content-->okay, i tried both of them, but they didnt work. i put just the file name in, and i put the whole link in. i have a hotlink restriction right now. could that be a problem?<!--content-->Is the relative path to your documment correct? If not this option will not work.<!--content-->i made them like this...<br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"GitUp.wma"></embed><br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"http://14kevo14.250free.com/GitUp.wma"></embed><br />
<br />
and<br />
<br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"GitUp.wma" hidden="true"></embed><br />
<embed src=http://www.webdeveloper.com/forum/archive/index.php/"http://14kevo14.250free.com/GitUp.wma" hidden="true"></embed><!--content-->Take it as a sign, and don't include it. Seriously, this is just about the #1 worst thing on a website. <br />
<br />
Anyway, your code looks correct. You're problem may not be with the code, but the service itself. <br />
<br />
Are you linking from another site (hot linking, bandwidth stealing....another HUGE nono). Many services put blocks on stuff like this, which is why your sound may not be working.<!--content-->Are you linking from another site (hot linking, bandwidth stealing....another HUGE nono). Many services put blocks on stuff like this, which is why your sound may not be working. <br />
<br />
I am using the same site....although there is a hot-linking restrictons....can only hotlink like 500k or smaller. some crap like that. But i wont have that once i upgrade so would i have to wait?<!--content-->Originally posted by KriTiKaL_Kevo <br />
I am using the same site....although there is a hot-linking restrictons....can only hotlink like 500k or smaller. some crap like that. But i wont have that once i upgrade so would i have to wait? <br />
<br />
Remote linking of files over 250K is not permitted with free accounts. Please try visiting this site directly. <br />
<br />
probably<!--content-->
 
Back
Top