c# - WinRT MediaElement Source -


i attempting have multiple mediaelements on page , have each element rotate videos every 10-20 seconds. mediaelements started @ same time, play fine until try change sources. when changing sources (via dispatchtimer), 1 video able play @ time. whichever mediaelement.source set last 1 left able play.

as far can tell, no errors/exceptions occurring. each timer ticking correctly , and setting each corresponding mediaelement.source.

why mediaelements not playing, when mediaelement has it's source set?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -