David Young
Results
1
comments of
David Young
This is how I do it … In c# …. ``` Video_Background.Source = VideoSource.FromResource( "MobileApp.Images.video.video_sutf_intro.mp4", typeof(OwnProfilePage).GetTypeInfo().Assembly); ``` with the variable set in XAML: ``` ```