dalind
dalind

Reputation: 179

Silverlight3: Play files from a .m3u playlist

Hy,

does anyone already figured out a way to play .m3u files with Silverlight?

I didn't find a way to do so, and I don't think that it's natively supported by SL. Any ideas how to manage the playback?

Thanks for your answers!

Upvotes: 0

Views: 1695

Answers (1)

Thomas Levesque
Thomas Levesque

Reputation: 292455

A m3u playlist is just a text file, with a very simple format (see Wikipedia for details). So yo can just parse it to retrieve the path to the audio files, then read the files normally.

Upvotes: 5

Related Questions