Intersoft ClientUI Documentation
VideoPlayer

VideoPlayer is a full-featured video player control with advanced media playback features supporting all media types in Silverlight. It supports two playback mode, real-time buffering or full download

The VideoPlayer comes with an elegant playback interface and built-in user interactions such as auto hide and auto show when the mouse cursor enters the control panel area.

Using Video Player

VideoPlayer can be used to play a video media in two modes:

Specifying Video Source

Video source is a string formatted URI that points to the target source. You can use relative path or absolute path for the value, but it needs to be in string representation.

XAML
Copy Code
<Intersoft:VideoPlayer HorizontalAlignment="Center" Height="300" Width="400" VerticalAlignment="Center" VideoSource="movie.wmv"/>
See Also