SilverLight 1.1 Media element not showing the media.
Mediaelement not working with my case, but may be these links will help in your case.
http://silverlight.net/forums/p/1532/8690.aspx#8690
http://silverlight.net/forums/t/2914.aspx
I am using like
<MediaElement Width="400" Height="300" Canvas.Left="10" Canvas.Top ="10" Source="viz.wmv" AutoPlay="True"/>
It don’t showing any error but not showing the video also.
When I tried using http://sever/viz.wmv its giving download error ErrorType: 1001
Trying to get what may be the reason.
After a lot of hard work I get the problem.
The video file I was using having some problem, however this was working with media file. Funny na ?? So let check with other media file also, if you are facing the same problem.