1

I'm searching for a Flash Player that can play a m3u File. I can open m3u file with Windows Media Player, but I want to embed into my blog.

I have the URL of m3u file. It is used for a radio station.

How can I do this?

Jonas
  • 121,568
  • 97
  • 310
  • 388
Ionică Bizău
  • 109,027
  • 88
  • 289
  • 474

1 Answers1

1

JWPlayer does this. You just have to pass it correct parameter.

Here is an exact snippet: https://stackoverflow.com/a/6871647/141200

If your wordpress, their Wordpress plugin works great: http://wordpress.org/extend/plugins/jw-player-plugin-for-wordpress/

Shortcode snippet: [jwplayer height="24" file="http://domain/podcasts/playlist.m3u"]

Community
  • 1
  • 1
Jure C.
  • 3,013
  • 28
  • 33