View Full Version : Music


Facnyface
10-13-2007, 06:55 PM
Anybody know the code to add a song into your UP but noone can see the box or what's playing but it's like background music? I forgot the code since i haven't been doing much MP3 HTML lately.

BasketballFarrah
10-14-2007, 05:22 PM
You can go to fileden.com and load music there.

thedogboy
10-14-2007, 05:24 PM
Here you go:

I'm no longer making codes so as followed up by my last post.

Ah I'm so sorry for not posting anything for a long time.
I don't feel as motivated to make codes anymore so I'll just post how to do two of the most common codes here.(Even though I said I wouldn't because of all the questions I might receive.)

Hidden Player: <embed src="MUSIC URL HERE" autostart="true" loop="true" hidden="true"></embed>


Play/Pause: <embed src="MUSIC URL HERE" autostart="true" loop="true" width=70 height=45></embed>


Please change the text in blue.
'Music URL here'= Place the url that you have uploaded your song onto in place of that, make sure the file ends in '.mp3' or '.wma'
'True'= You can replace this with 'false' depending on whether you want it to start automatically or repeat/loop.

To upload music, you can do that on your own website or find a file uploader that allows you to upload other things besides pictures. I prefer uploading things onto my own website. That means you can put it on 'freewebs', 'bravenet', etc.(That is if you have an account on there.)

Please do not PM me with questions, I'm sure I've answered most of them within the directions already. Any PMs I receive on this will be ignored.

Thanks,
sakusan :)

Facnyface
10-16-2007, 01:23 AM
Ok and Im seeing alot of people doing the 6+ songs in a music player now. Anybody know how to do that?