Hi,

I am new to Silverlight application.I want to display video using Mediaelement tag and I used the below code to play video.
Code:
<Canvas>
           <MediaElement x:Name="mPlayer" Width="640" Height="480" Source="a_video.avi"/>

            <Button x:Name="bPlay" Background="Green" Width="100" Height="45" Canvas.Left="8"
...