Silverlight MediaElement issue

Posted by George2 on Stack Overflow See other posts from Stack Overflow or by George2
Published on 2010-05-26T06:35:46Z Indexed on 2010/05/26 6:41 UTC
Read the original article Hit count: 300

Hello everyone,

I am using Silverlight 3.0 + .Net 3.5 + VSTS 2008 + C# to develop a simple video application using MediaElement of Silverlight.

I have two videos and I want to play them at the same time (similar to picture in picture effect) -- i.e. a part of the two videos are overlapped when they are playing (the same concept of Z-Order in UI design). I want to play one MediaElement on top of the other MediaElement, and I am wondering how to assign the overlap order (similar to set Z-Order UI element, but I did not find MediaElement has Z-Order property)?

thanks in advance, George

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET