| Author | Message | 
	
		| admin Site Admin
 
  
 Joined: 04 Jul 2002
 Posts: 698
 Location: HamieLand
 
 | 
			
				|  Posted: Wed Jul 24, 2002 7:09 pm   Post subject: How to add MIDI to your webpage? |   |  
				| 
 |  
				| I have receive question on how to add MIDI on your own webpage. Here's how: 
 
 
 
	  | Code: |  
	  | <EMBED SRC="my_song.mid" WIDTH="142" HEIGHT="58" AUTOSTART="TRUE" REPEAT="TRUE">
 |  
 This will play a MIDI in the background. It works for both Internet Explorer and Netscape Navagator.
 
 Src: the location and the name of the MIDI file
 Width and Height: the size of the control panel (play, stop... etc.)
 Autostart: start playing the MIDI immediately once the song is downloaded. It can be set to either TRUE or FALSE.
 Repeat: if you want the song to repeat indefinitely, set it to TURE, else set it to FALSE.
 |  | 
	
		| Back to top |  | 
	
		| DarkFoxSniper 
 
  
 Joined: 08 Sep 2002
 Posts: 5
 Location: Kingwood
 
 | 
			
				|  Posted: Mon Sep 09, 2002 12:30 pm   Post subject: Thanx!! |   |  
				| 
 |  
				| Thanks alot Admin  I really aprricated that! |  | 
	
		| Back to top |  | 
	
		| DarkFoxSniper 
 
  
 Joined: 08 Sep 2002
 Posts: 5
 Location: Kingwood
 
 | 
			
				|  Posted: Mon Sep 09, 2002 1:03 pm   Post subject: uhhh alittle trouble |   |  
				| 
 |  
				|      uhhh where do i put in a song   can u give me an example    because im learning alittle html  ok thanx!!1 bye  |  | 
	
		| Back to top |  | 
	
		| mike niblett 
 
  
 Joined: 25 Jul 2002
 Posts: 10
 Location: uk
 
 | 
			
				|  Posted: Mon Sep 09, 2002 3:04 pm   Post subject: midi |   |  
				| 
 |  
				| erm, not too sure what you mean, but if you have website, copy and paste the instructions above and insert the title in place of "my song" this is assuming you have the midi on your own computer. if you have , copy and paste that midi in place of "my song" this should be done on the background page you  would use for your text. i think this would be ok,try it and see,mike. _________________
 aftershock,the band.
 |  | 
	
		| Back to top |  | 
	
		| DarkFoxSniper 
 
  
 Joined: 08 Sep 2002
 Posts: 5
 Location: Kingwood
 
 | 
			
				|  Posted: Wed Sep 11, 2002 1:36 pm   Post subject: Hey |   |  
				| 
 |  
				| That's what I meant with the my_song thing but I tried that with one but nothing I tried this<EMBED SRC="Dammit.mid" WIDTH="142" HEIGHT="58" AUTOSTART="TRUE" REPEAT="TRUE"> That song is from blink182 and nothing happens  Well thanx 4 that message Mike   Later!!!!!! |  | 
	
		| Back to top |  | 
	
		| Dan Belcher 
 
  
 Joined: 30 Aug 2002
 Posts: 1
 
 
 | 
			
				|  Posted: Wed Oct 23, 2002 11:41 am   Post subject: |   |  
				| 
 |  
				| The midi is uploaded to the same directory as the .html file you're linking to it from, correct?  If not, you have to supply the directory.  For example, if your site is at www.music.com and you have the midi in the folder www.music.com/midi/, then you need to use the following: 
 <EMBED SRC="/midi/dammit.mid" WIDTH="142" HEIGHT="58" AUTOSTART="TRUE" REPEAT="TRUE">
 
 That IS correct, I hope.
  _________________
 -Dan Belcher
 |  | 
	
		| Back to top |  | 
	
		| DarkFoxSniper 
 
  
 Joined: 08 Sep 2002
 Posts: 5
 Location: Kingwood
 
 | 
			
				|  Posted: Wed Oct 23, 2002 1:19 pm   Post subject: Thanks! |   |  
				| 
 |  
				| Thannx 4 the help and I do not mind 4 it late or anything thanx 4 everything!  c-ya! later! |  | 
	
		| Back to top |  | 
	
		| admin Site Admin
 
  
 Joined: 04 Jul 2002
 Posts: 698
 Location: HamieLand
 
 | 
			
				|  Posted: Sun Dec 15, 2002 3:43 pm   Post subject: |   |  
				| 
 |  
				| On addition to the EMBED code, the following code should also work. 
 
 
 
	  | Code: |  
	  | <BGSOUND SRC="my_song.mid" LOOP="infinite">
 |  |  | 
	
		| Back to top |  | 
	
		| Mattinks Guest
 
 
 
 
 
 
 | 
			
				|  Posted: Tue Sep 23, 2003 3:32 am   Post subject: help |   |  
				| 
 |  
				| Ok here is what i am seeing.. all you have to do is put the html code with the name of the song.. now i read that you have to have the song uploaded to the web site.. im so confused.. if you have the file on your computer do you just put the html with the song and it should work? |  | 
	
		| Back to top |  | 
	
		| arod235 
 
  
 Joined: 24 May 2004
 Posts: 2
 
 
 | 
			
				|  Posted: Wed Jun 16, 2004 6:13 am   Post subject: |   |  
				| 
 |  
				| that sorta confuses me too b/c i want to get a midi with songs on a website and i have it on my computer do i need to have it on another website if so (which i think for this particular website i do) where can i do it? |  | 
	
		| Back to top |  | 
	
		| lovielover19 
 
  
 Joined: 18 Jun 2004
 Posts: 4
 Location: Phoenixville, PA
 
 | 
			
				|  Posted: Sun Jun 20, 2004 7:25 am   Post subject: |   |  
				| 
 |  
				| you have to click on the link to download a midi (right click) and go to properties. Past that code into the code, just not the name of the song. Like this: <BGSOUND SRC="http://www.hamienet.com/21121.mid" LOOP="infinate"> |  | 
	
		| Back to top |  | 
	
		| karl 2 
 
  
 Joined: 14 Apr 2007
 Posts: 13
 Location: england
 
 | 
			
				|  Posted: Wed May 23, 2007 10:57 am   Post subject: |   |  
				| 
 |  
				| does it work with mp3s  |  | 
	
		| Back to top |  | 
	
		| Sundog 
 
  
 Joined: 17 Sep 2006
 Posts: 29
 
 
 | 
			
				|  Posted: Fri Jun 08, 2007 9:07 am   Post subject: |   |  
				| 
 |  
				| [quote="karl 2"]does it work with mp3s :?:[/quote] Not official. But it should work with Wave & AIFF.
 |  | 
	
		| Back to top |  | 
	
		| Carlos_Chahin 
 
  
 Joined: 16 Jul 2009
 Posts: 11
 
 
 |  | 
	
		| Back to top |  | 
	
		| sussesbernz 
 
  
 Joined: 17 Apr 2020
 Posts: 4
 
 
 |  | 
	
		| Back to top |  | 
	
		|  |