orchid1
04-17-2003, 11:29 PM
I saw in some sites the webmaster only allowed people to listen to the music online and when you download it, you will have to get online to listen to it. Does anyone know how can I do that? just have the people listen the music online only and can't download them down. I heard some people say we have to have a special program to convert it or something. what is that program called?
Chris
04-18-2003, 03:56 PM
do u just want the users to listen to the music on your site?
Chris
04-18-2003, 04:59 PM
for background music, put this code on ur site:-
embed src="MIDI URL"
loop="true" autostart="true"controls="smallconsole">
To make it so they can stop the music, put this code on ur site:-
<bgsound src = "MIDI URL" loop = "true">
<embed src = "MIDI URL" autostart =
"true" loop = "false" volume = "50%" height = "60" width =
"145">
orchid1
04-18-2003, 05:05 PM
no like, a list of music where people chose whichever music they want to hear and click on it. But when they download it, they will have to get online to listen to it. you know how can I do that?