c# - UWP Video Intro Screen -


i'm working on trying video play when opening c# uwp. i've tried loading media element onto second page , close page when video ended. issue i've had when calling second page using like:

secondpage.show(); 

once second window show, media begin playing, won't jump first page after playing video. i've tried using current state keep second window open while video playing using while loop, makes first window unresponsive once second closes. i'm not used threading, sounds maybe that's going best option here? or there better way this? i'm looking video splash screen type thing.


Comments

Popular posts from this blog

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -

ios - Change Storyboard View using Seague -