timheuer / callisto

A control toolkit for Windows 8 XAML applications. Contains some UI controls to make it easier to create Windows UI style apps for the Windows Store in accordance with Windows UI guidelines.
http://timheuer.com/blog/archive/2012/05/31/introducing-callisto-a-xaml-toolkit-for-metro-apps.aspx
Other
338 stars 108 forks source link

MediaElement Inside of LiveTile #198

Open ericrtodd opened 11 years ago

ericrtodd commented 11 years ago

I have a grouped items page and am attempting to run some muted videos (as teasers) inside of LiveTiles. Unfortunately, I am running into two problems. First, when the tile changes to the next MediaElement, the video stutters. Second, after a couple of transitions, only one LiveTile seems to work at a given time. Any subsequent tile is only able to play the video after the previously playing tile transitions.

Is this an unsupported scenario, or just another MediaElement issue?

timheuer commented 11 years ago

You are effectively hiding and showing the media element and the media framework is switching visual playback. Not saying it shouldn't work but I would expect non-optimal media playback switching here.

That type of interactive content in a 'tile' doesn't really fall within the design guidelines