Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Streaming music on website..
#2
You have an MP3 file (a podcast, a song of your band, a lecture) and you want to share it with the visitors of your site. You can just put a link to the MP3 and let people download it or you can include it as an object and let the browser play it with a plug-in like QuickTime (and most of the times also crash the browser). Most people want to preview the audio and not wait until it downloads completely. You can play a partial MP3 file in audio player, but many people aren't aware of that.

But there's another away: a Flash player that allows you to pause and rewind the MP3. It's like an audio version of Google Video or YouTube, with the difference that the file is hosted on your server (or on another server). While there are many solutions based on Flash, this is the one I like the most. It's a modified version of Odeo player, that's used to play podcasts on odeo.com:

Code:
<embed src= "http://www.odeo.com/flash/audio_player_standard_gray.swf" quality="high" width="300" height="52" allowScriptAccess="always" wmode="transparent"  type="application/x-shockwave-flash" flashvars= "valid_sample_rate=true&external_url=[MP3 file address]" pluginspage="http://www.macromedia.com/go/getflashplayer"> </embed>

Source: http://googlesystem.blogspot.com/2006/07...bsite.html
At the top will be the same place you hang from.
Reply


Messages In This Thread
Streaming music on website.. - by Skawke - 01-01-2010, 12:54 AM
RE: Streaming music on website.. - by Jordan L. - 01-01-2010, 12:58 AM
RE: Streaming music on website.. - by Grizzly - 01-01-2010, 05:55 AM
RE: Streaming music on website.. - by Jordan L. - 01-01-2010, 05:56 AM
RE: Streaming music on website.. - by Grizzly - 01-01-2010, 10:29 AM
RE: Streaming music on website.. - by Zomaian - 01-01-2010, 01:30 PM
RE: Streaming music on website.. - by Skawke - 01-01-2010, 01:58 PM
RE: Streaming music on website.. - by Grizzly - 01-01-2010, 02:02 PM
RE: Streaming music on website.. - by swagg - 01-09-2010, 04:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  A way for your website to be successful WEBSITE TRAFFIC!! utubeboosterr 2 2,269 07-13-2011, 10:20 AM
Last Post: Relapse

Forum Jump:


Users browsing this thread: 1 Guest(s)