Tag Archives: timer

Create a video player in Silverlight 2 - Part 2

In part 1 we covered setting up a very basic video player. In part 2 we will add

Scrubbing the video
wiring up volume,
and muting.

In future versions I will show how to display a buffer message, skin the controls, and how to work with media that’s not embedded in the xap.

Scrubbing

Add a MouseLeftButtonDown and MouseLeftButtonUp events [...]