Hi
I am trying to play a video (wmv) file using MediaElement. I have encoded the video in V8. I have set the properties of the file in Visual Studio as
Build Action: Resource
Copy to Destination Directory: Always Copy
Problem is that when I execute the code, the MediaElement play just 2 or 3 seconds of the file. No video is displayed. Just audio of 2 or 3 seconds is played but my file is a video file containing audio as well and its duration is 10seconds.
Can anyone please tell me how to fix this issue?
Best Regards
Blockquote
If you test your scenario in the emulator then (I found this in the suggested article):
NOTE: In windows phone 7 emulator the application can start the media player and the user can play music, but video is not rendered.
Hope this will help you.