Why doesn't MediaElement work in Silverlight?
When I run my Silverlight app, this code doesn't play a video at all: <MediaElement Source="winvideo-201DataGridPreview.wmv" AutoPlay="True" AudioStreamIndex="2" Margin="10" Height="200" Width="200"/> From all of the examples I can find of MediaElement, it seems to be the correct syntax, etc. Is there anything I'm forgetting? Edward, based on your XAML check: 1) that the WMV file is in the appropriate encoding format, 2) that the WMV file is located alongside where your XAP file is (I'd actually check this first). I had a similar problem. I added the wmv file as an existing object to my