King-Squad 0 Report post Posted January 30, 2005 how in the world do i get music to play on my site? Theres some songs that i would like to upload and just have stream on there so that my visitors can listen to them while they surf. If there is a way please post it in here i would really appreciate it Share this post Link to post Share on other sites
Florisjuh 0 Report post Posted January 30, 2005 Are we talking about mp3 or midi here? If you want people to click a link to play a midi file: <a href="yourmusicfile.mid">Play background music</a>or for auto play (midi)<embed src="yourmusicfile.mid" autostart="true" loop="true"width="2" height="0"></embed>I think most of the code works on MP3 files too, only you should watch put that mp3 is big and needs much loading... You might better get a jukebox that loads sepperate from the site (inside a frame) Share this post Link to post Share on other sites
King-Squad 0 Report post Posted January 30, 2005 i found an entire html code that opens up like a jukebox but i forgot that i had this topic open so i didnt think to come in and post that i found something that would work just fine. Supposevly it works but i have to wait until the approve my upgrade request before i can test it for good but thank you for posting Share this post Link to post Share on other sites
Florisjuh 0 Report post Posted February 2, 2005 Hummz, no problem Share this post Link to post Share on other sites