:'(Help Please! I am new to C#. I am using VS Studios to develop Silverlight 4.0 business app. I have a page with a mediaelement on it and buttons to control the video. I have the video added to the project, I have set the Build Action to "Resource" but when I run the project, the video will not play, no matter what i do. Help please!
<MediaElement Name="media" Source="Wildlife.wmv" Visibility="Visible" AutoPlay="True" Margin="191,116,283,244" />
WHERE should I put the video? and how to set the source?