Search code examples
winrt-xamlbitmapimagexaml-binding

How to put a Binding on a video


I've stored a video to a BitmapImage and want the user to be able to replay it. However, when I run my program it treats my BitmapImage like it's empty when it's not. I've tried doing the same thing with a picture saved to a BitmapImage and any picture will appear and fill the screen like I tell it to, but videos just don't show up. Why is this?


Solution

  • You cant store a video in a bitmapimage. Videos should be stored in StorageFile.