sjoga
08-18-2007, 11:01 AM
I'm designing a website for a wedding singer (ha ha) and he wants demo songs. He has WMA files, I can't convert them to MP3s. I keep having problems getting them to work.
First I had a hyperlink open the file directly, and they didn't work. So now I have them open a new window, playing in the background. It works on one page, but not the others-but the code is all the same.
FYI- I'm using golive and trying to learn to code... I hand-coded this part, finding code online to help.
Here's the code I'm using on the html page:
<embed src="dont be cruel.WMA" width="32"
height="32" hidden="TRUE" autostart="TRUE" loop="TRUE"></embed>
Here's the page- click on the song to open the new window... maybe it will play?
The first one is playing, but the last two are not.
I'm on a mac, don't have immediate access to a PC. So while all of the files open on my safari and firefox, the don't work for my client. Any help would be greatly appreciated.
Sorry if this is a dumb quesiton!
First I had a hyperlink open the file directly, and they didn't work. So now I have them open a new window, playing in the background. It works on one page, but not the others-but the code is all the same.
FYI- I'm using golive and trying to learn to code... I hand-coded this part, finding code online to help.
Here's the code I'm using on the html page:
<embed src="dont be cruel.WMA" width="32"
height="32" hidden="TRUE" autostart="TRUE" loop="TRUE"></embed>
Here's the page- click on the song to open the new window... maybe it will play?
The first one is playing, but the last two are not.
I'm on a mac, don't have immediate access to a PC. So while all of the files open on my safari and firefox, the don't work for my client. Any help would be greatly appreciated.
Sorry if this is a dumb quesiton!