<UserControl x:Class="radVideoTest.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:telerik="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.MediaPlayer"
mc:Ignorable="d" d:DesignWidth="640" d:DesignHeight="480">
<Grid x:Name="LayoutRoot">
<telerik:RadMediaPlayer Width="720" Height="480">
<telerik:RadMediaItem Source="http://www.davidevans.com/userfiles/video/4thLaw.wmv"
ImageSource="http://www.davidevans.com/userfiles/video/4thLaw.jpg" Title="'4th Robot Law', by David Evans (3:17)">
</telerik:RadMediaItem>
</telerik:RadMediaPlayer>
</Grid>
</UserControl>