Tag Archive | "dispatchertimer"

Building the Time Slider control for your Hulu inspired SilverLight video player

Sunday, December 6, 2009

3 Comments

Building the Time Slider control for your Hulu inspired SilverLight video player

This is part 6 in our series of building a Hulu inspired video player. In this tutorial we will be building the slider time display control.

Continue reading...

Dynamically creating thumbnails with WriteableBitmap and DispatcherTimer in Silverlight 3

Saturday, November 7, 2009

0 Comments

Dynamically creating thumbnails with WriteableBitmap and DispatcherTimer in Silverlight 3

In the previous example “Creating thumbnails of video frames with WriteableBitmap in Microsoft Expression Blend 3″ the user was able to create thumbnails by clicking on the video display. The following example shows how thumbnails could be dynamically created by using DispatcherTimer thereby eliminating the need to click.

Continue reading...