We Blast Out Silverlight Mp3 Player
Project DescriptionThe Silverlight Mp3 Player project is aimed to provide to the Silverlight community a simple, easy to use audio player that can be quickly included in any Silverlight project. The project is in its early days and is focused on the basics only.
- This project has been largely inspired by the Flash WordPress audio player. (http://www.1pixelout.net/code/audio-player-wordpress-plugin)
- The Silverlight Mp3 Player can be improved in many ways. Suggestion and advice are more than welcome.
- If you experience any bug / problem, please, don't hesitate to create an issue on this website (menu issue tracker).
Live Demohttp://www.weblastout.comhttp://www.weblastout.com/weblastout3/mp3player-demo/TestPage.htmlCurrent Release25th of August 2009
Download Silverlight Mp3 Player v 0.2InstallationTo create an instance of the Silverlight Mp3 Player (after having included the User Control "
Mp3Player" in your project), do the following:
- Mp3Player mp3p = new Mp3Player();
- mp3p.SetData("http://www.mydomain.com/myfile.mp3", "Song Title");
- LayoutRoot.Children.Add(mp3p);
Notes
- If the title text is too long, you won't see all of it. Will be fixed in the next release.
- No playlist support yet.
Requirements
- VS2008 SP1
- Silverlight 3 Developer SDK
- Silverlight 3 Toolkit
We Blast Out FeedDonateThe Silverlight Mp3 Player is a free open source project.
By donating via paypal, you'll help support this project and accelerate development on it.
