Online music player
I want some info about online music players.
It would be user selected within a player, I'm not talking about music played automatically on pages.
What is the best method for allowing a mp3's to be played from a selection of a few available?
Are the available methods resource heavy?
I want a method wihtout a plugin really, don't know if it's available but something that is standard in browsers or uses a linked plugin.
I hate it when I get told I need to download a plugin for xx to work, so don;t want that to happen.
Cheers
decibel.places posted this at 04:49 — 21st September 2008.
He has: 1,494 posts
Joined: Jun 2008
I think IE6+ Ffox2+ and some other browsers use Windows Media Player and/or Quicktime automatically for an mp3, if you click on the link.
Check here for different examples, see what works for you
http://www.w3schools.com/media/media_browsersounds.asp
greg posted this at 13:04 — 23rd September 2008.
He has: 1,581 posts
Joined: Nov 2005
hmm, that links is for the basic website sound file playing.
I was looking for an actual player. Select song, click play, pause, next track, volume etc.
I suppose it would have to be an embedded software, or flash.
EDIT
I did find this:
http://digitalmedia.oreilly.com/2006/05/31/build-a-better-web-audio-play...
It sounds plausable, especially:
Maybe that's common knowledge, but it is new to me and sounds like a decent setup
decibel.places posted this at 22:47 — 23rd September 2008.
He has: 1,494 posts
Joined: Jun 2008
Greg,
The last example on W3Schools is to play a midi (or other audiofile) with a link.
I also placed a link to a mp3 on this thread which links here and plays in a new (blank) document in the same window using Quicktime.
You could probably make the link target an iframe and keep it on the page... but someone without any media player (and running Windows 95?) might have a problem.
<p>
<a href="http://netsperience.org/sites/default/files/mp3/sympathy.mp3" target="player">
Click here to play the Stones</a>
</p>
<iframe id="player"></iframe>
greg posted this at 12:02 — 24th September 2008.
He has: 1,581 posts
Joined: Nov 2005
Thanks for the info decibel, I'll continue to play with the options.
In honesty, if someone is using Windows 95, the media player not working on my website is the least of their issues
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.