Cant play video in MAUI
Hey I'm trying to play a background video in MAUI, my underlying code is:
however it doesn't play the video if i change the path to a URL it works fine, is my path wrong ?
3 Replies
if it's MauiAssets (anything in your Raw folder) you'd do it like this
Source="embed://MyFile.mp4"
https://learn.microsoft.com/en-us/dotnet/communitytoolkit/maui/views/mediaelement
see the example thereThanks!
feel free to close this if it answered your question