About.me
Categories
- Awards (1)
- Development (57)
- Questions (1)
- Silverlight (16)
- Tips & Tricks (11)
- Tutorials (24)
- Web (1)
- Windows Phone 7 (54)
- Binding (2)
- Custom Controls (2)
- DI (1)
- IoC (2)
- Layout (1)
- Media (1)
- Multi-touch (1)
- MVVM (1)
- Navigation (4)
- Optimization (1)
- Push Notifications (1)
- Sensors (1)
- Serialization (7)
- System Tray (1)
- Themes (2)
- Toolkit (1)
- Events (8)
- MVP (2)
- Presentations (6)
- General (1)
- Tools (2)
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 media, tutorials, windows phone 7, wp7
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 media, tutorials, windows phone 7, wp7
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 media, tutorials, windows phone 7, wp7
6 Comments


