Peaktao 0 Report post Posted January 30, 2005 Hi all, I'm new to making websites. Just wonder how to put midi on your web site? and any recommended play/stop method? Thanks Share this post Link to post Share on other sites
Mario 0 Report post Posted January 31, 2005 <embed src="yourmusic.mid" width="100" height=25 autostart=true repeat=true loop=true>You can put mp3,wav etc. you have to ajust the width to see all the buttons like stop,play, skipIf you put the music somewhere on your site make it in a place visible for your visitors so they can stop it or just play the music. Share this post Link to post Share on other sites
Casanova 0 Report post Posted January 31, 2005 And make the midi small so we dial-up users dont have to wait more to see the page ( I think most people dont like embeded music anyways). Share this post Link to post Share on other sites
m33 0 Report post Posted February 2, 2005 lol don't make the file to big hehe, it sux if you have dialup, and i know all about it, i've had dial up for a long long time (am at 1,1 mbps now, get 1,6 mbps soon) Share this post Link to post Share on other sites
hulunes 0 Report post Posted February 2, 2005 <embed src="yourmusic.mid" width="100" height=25 autostart=true repeat=true loop=true>You can put mp3,wav etc. you have to ajust the width to see all the buttons like stop,play, skipIf you put the music somewhere on your site make it in a place visible for your visitors so they can stop it or just play the music. huh...a rather good way to add music to your webpage by html. if you really want to add music the form of which is midi,you can look at these html code below:<bgsound src="yourmusic.mid" width="number" height="number" loop="number"> i think that is simple and easy to master to you new in website designing.have a try... Share this post Link to post Share on other sites
thebluekirby 0 Report post Posted February 4, 2005 so...are we allowed to have mp3 files in our sites? Share this post Link to post Share on other sites
Florisjuh 0 Report post Posted February 4, 2005 Basicly, small mp3 files which are not copyrighed are allowed, but a mp3 download site is not... Share this post Link to post Share on other sites
Peaktao 0 Report post Posted February 4, 2005 Ok thanks all for your helps. I really appreciate it. I know some embedded music can be annoying sometimes, but i'll try it first anyway. Thanks again! Share this post Link to post Share on other sites