Tag Archives: media

W15: Displaying Subtitles using Timeline Markers in Windows Phone 7 media applications

In this tutorial I will show my custom implementation of subtitles using Timeline Markers. Timeline Markers are usually used with SmoothStreamingMediaElement, but in my tutorial I am going to use TimelineMarker and TimelineMarkerCollection classes for my custom Media Player control. … Continue reading

Posted in Development, Media, Windows Phone 7 | Tagged , , , | 2 Comments

W13: Playing sounds in Windows Phone 7 applications

In this short tutorial I will show how to play sounds in Windows Phone 7 Silverlight applications. You will be surprised that for playing sounds in Silverlight application you will need to add a XNA Framework reference to your project. … Continue reading

Posted in Development, Tutorials, Windows Phone 7 | Tagged , , , | Leave a comment

W12: Creating a simple Media Player for Windows Phone 7

In this tutorial I will create a simple Media Player application for playing various videos (e.g in .wmv format). I am going to use MediaElement control as a media container for a player. I will also create few buttons to … Continue reading

Posted in Development, Tutorials, Windows Phone 7 | Tagged , , , | 6 Comments