Log in

View Full Version : problem mp3



dacipher
07-25-2005, 02:25 AM
ok i got a problem with actually playing the song ive followed many instruction but it still doesnt seem to work. When i uploaded it i see the windows media player bar but the music doesnt play? if an1 can help it would be appreciated heres the code to see if i did anything wrong or if an1 can do it for me

<embed src="My%20Music/soulsofmischief.wma" width="144" height="40" pluginspage="My%20Music/soulsofmischief.wma" controls="console" autostart="true" loop="true" volume="60" align="absmiddle"></embed>
soulsofmischief<br>

darco9x2
07-25-2005, 03:13 AM
the url doesnt seem right, should it be MyMusic/soulsofmischief.wma? the %20 looks like php or something like that.

edit: that part is usually because of a space, so itd be whatever you named the folder/the song. but teh %20 probably isnt supposed to be.

dacipher
07-25-2005, 04:10 AM
thanx ill try it out and see so other than that it looks good? thanx in advance

edit: i tried it and its the same :( any help ? plz

astralrose
07-25-2005, 10:00 AM
Have you tried taking the mymusic/ part completly out? Also double check you have put the file name in correctly and make sure the mp3 is compressed enough, 64kbps should do it. I put alot of music on my site and I just use it in the <a href> tags and it will then detect the users player eg <a href="soulsofmischief.wma">song</a>.

I would also change it from a wma file to mp3, wma are a pain in the butt!

Donna