Search code examples
videowindows-phone-8embedding

Embedding Local video in Windows Phone 8 application


I wanted to embed a locally available video inside a windows phone 8 application. Does any one have an idea how to do this? I am pretty new to Windows Phone 8 development so would be grateful for any feedback.


Solution

  • You can use the MediaElement class

    Here is a tutorial.

    Here is another in Nokia forums.