Importing Music?

Status
Not open for further replies.

Marconey09

Posts: 36   +0
Hey! How do you import music onto a Website so it plays when I person goes to that site?

(I couldn't find anywhere else to post this)
 
Sounds like you need to run a shoutcast server. Or if you have access to a website, just upload them, then give that person the URL of where the music is stored.

For example they will probably need the directory where it is on the website.
www.music.com/listenhere
That should show all songs in that folder, if not you might have to create a simple HTML page with links for them to click on.
 
You use the embed tag. Something like

<embed src="mymusic.mid" loop="true" autoplay=true>

Search the web for more specific syntax and parameters.

.mid, .au and .wav files are safest to use since they will play on any computer that has sound capability without any plugins.
 
Status
Not open for further replies.
Back