putting music on a website

This is a discussion on "putting music on a website" within the Web Page Design section. This forum, and the thread "putting music on a website are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jan 28th, 2006, 23:50
Up'n'Coming Member
Join Date: Jul 2005
Location: montreal canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
putting music on a website

Good morning, afternoon, or evening, as the case may be...

I would like to put some musical excerpts on a page of my music website. I`d like to have clickable links that would stream good quality piano sound when the user clicks it- maybe 30 secs to 1 min. samples. I`ve got a digital piano with midi. Does anyone know a good site that explains step by step how to do this, or what is the best way to do this, and what I would need? I`ve been reading up about it (embedding, wav files, real audio, etc.), but I haven`t found quite the answers I`m looking for...

Also, how does one make/store midi files on a computer?

Any help appreciated
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Jan 29th, 2006, 01:31
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

I would simply upload the files and link to them. This way the visitor can choose to save them or listen to them in their player of choice.

Code: Select all
<a href="midi-sample.mid">Midi Sample (12kb)</a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jan 29th, 2006, 04:34
Up'n'Coming Member
Join Date: Jul 2005
Location: montreal canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

Thanks mreine, makes good sense. Although I`m not sure anyone would want to be bothered to save such short excerpts. But what do I know... Can I infer that midi files can be listened to by any music player?

Any further instruction would be helpful...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jan 29th, 2006, 15:45
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

A somewhat simple way
HTML: Select all
<embed src="yoursong.mid" width="220" height="80" autostart="true" loop="false">
Most systems have the ability to listen to MIDI files.

All you need to do is basically upload the MIDI file to your website and the above will start to play. And this will give the user the option to stop the song as well.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jan 29th, 2006, 17:09
Up'n'Coming Member
Join Date: Jul 2005
Location: montreal canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

Thanks Corey,

Do you mean when users click on a link it will start to play? Just to be specific, I want clickable links, not background music.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Feb 4th, 2006, 23:03
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

I agree Holly... do not make the music start automatically. I'd like to reach through my screen sometimes and rip the head off of designers who add automatic playing music to their sites. It's absolutely annoying and worse then flash in my opinion.

The way I suggested will allow the file to be either downloaded or opened and played immediately and gives the person the file size info also.

No, not every music program can play midi's, but it's not up to you to force it to play a certain way. If you are concerned, find a link to a nice, simple, free midi player and offer that as an alternative if they don't have a midi player. Some people may choose not to bother, but again, it's not up to you to force the midi file on them. Just make the links available and that's enough.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Feb 5th, 2006, 01:14
Up'n'Coming Member
Join Date: Jul 2005
Location: montreal canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

Thanks mreine,

I`d really like people to be able to click and listen right away, and to give them the least amount of trouble doing so. I`m curious, what do most people have to listen to music? Are most people equipped to listen to midi files? I don`t know much about it, but I`ve been to sites where they just stream the music- absolutely no hassle; just click and listen. I`d like something like that, I think...Is that complicated? Or am I overcomplicating things?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Feb 6th, 2006, 16:04
Reputable Member
Join Date: Jul 2005
Posts: 400
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

Quote:
Originally Posted by ivyholly
Or am I overcomplicating things?
Yes

Quicktime, Realplayer and MS Media Player are the most popular audio players (there are many more though). Each one installs browser plugins that will automatically play midi's, mp3's, avi's, mpg's, etc... when the person selects one. So it's not the site streaming, it's your own software that you installed.

All you have to do is place a link to your file and when the visitor selects that link, their player of choice will do the rest of the work. At the same time, a person may have changed their settings to not automatically play because they simply want a file to start downloading when the link is selected.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #9  
Old Feb 6th, 2006, 17:30
Up'n'Coming Member
Join Date: Jul 2005
Location: montreal canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

Aaaah, now I see.

I`m really looking forward to doing this project for my site- hopefully I`ll be ok from here. Thanks again, mreine
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #10  
Old Feb 6th, 2006, 21:22
SuperMember

SuperMember
Join Date: Aug 2003
Location: Castle Rock, CO
Age: 36
Posts: 163
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

Sorry ivholly I must have missed your email. Yes if I remember correctly, that will embed a small player in your website. You can try that out and see if it is what you actually want.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #11  
Old Feb 7th, 2006, 15:53
Up'n'Coming Member
Join Date: Jul 2005
Location: montreal canada
Posts: 88
Thanks: 0
Thanked 0 Times in 0 Posts
Re: putting music on a website

Ok, you mean the email notification for this thread.

Thanks Corey
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
putting, music, website

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Download-able music on my office live website? redwood Starting Out 0 Feb 23rd, 2008 14:52
Putting website on CD[urgent help needed] coffee Web Page Design 3 Apr 13th, 2006 11:46
How Do I Put Music On Website? atomic Web Page Design 1 Nov 13th, 2005 11:57
how can i play music throughout website while changing pages groovyds Web Page Design 3 Oct 16th, 2005 02:08


All times are GMT. The time now is 14:58.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42