vForums Support > Programming & Coding :: Code Requests & Support :: > Music Player

Music Player - Posted By ajay (ajay) on 17th Sep 08 at 11:48pm
Is there any way to get a music player onto my forum? {Unsure}

Re: Music Player - Posted By Sven (sven) on 18th Sep 08 at 11:26am
do you want it so that it can be stopped/paused or so that it's embedded and you have no choice but to listen to it.

Anyways, I'll give you both codes:

Invisible:
Code:
 
  1. <embed src="FileName.mid" width="150" height="55" autostart="true" loop="true">
 


Console Box
Code:
 
  1. <embed src="FileName.mid" width="150" height="55" autostart="true" console="smallconsole" loop="true">
 


They can go anywhere, depending where you want the playing console to appear. (global, main, board headers/footers).

They don't have a specific area to go {Tongue Out}

NOTE: Please do not hotlink music, do so and the person will be VERY unhappy {Tongue Out} you have to upload your own music to somewhere.

Re: Music Player - Posted By Nick (nickb) on 18th Sep 08 at 5:48pm
The best place to upload music is fileden.com its free of charge. You do have a Limit But I think you can get up to 1 GB of space, and you get 5.0 GB of bandwidth)

I got:

Space: 351.0 MB (used) / 1.0 GB

and

Bandwidth: 25.1 MB / 5.0 GB

and I have used it for 2 years now.

Re: Music Player - Posted By ajay (ajay) on 18th Sep 08 at 9:12pm
Thanks guys, i'll try both. {Wink}