Skip to main content

Microsoft Silverlight

Answered Question How to put a skyn screen video in MediaElementRSS Feed

(0)

LuizItatiba
LuizItatiba

Member

Member

2 points

10 Posts

How to put a skyn screen video in MediaElement

Based on this example screen TV Link

 

http://silverlight.net/fox/

Creating a Custom Skin Screen TV to embed the video in silverlight media element as a result of the above link

I am working with the V2008 and Expression Blend 2 Service Pack 1 - Version 2.1.1760.0

I look at now and I thank anyone who can help me if possible with any article, link or step by step how to do this

Amanda Wang - MSFT
Amanda W...

All-Star

All-Star

17241 points

1,466 Posts

Answered Question

Re: How to put a skyn screen video in MediaElement

 Hi,

LuizItatiba:
Creating a Custom Skin Screen TV to embed the video in silverlight media element as a result of the above link
 

The MediaElement control is basically a rectangular region that can display video on its surface, so if you can want to custome the mediaelement you can try to use other controls to decorate your mediaelement, such as  border, button, slider etc.

Amanda Wang
Microsoft Online Community Support

Please remember to mark the replies as answers if they help and unmark them if they provide no help.

LuizItatiba
LuizItatiba

Member

Member

2 points

10 Posts

Re: How to put a skyn screen video in MediaElement

As I understand it does not you use a media element skyn.png in this way

1    <UserControl x:Class="TesteFullScreenModeMsdn.Page"
2        xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
3        xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
4        Width="800" Height="400">
5        <Grid x:Name="LayoutRoot" Background="White">
6            <StackPanel HorizontalAlignment="Left">
7                <TextBox Width="250" Margin="20"></TextBox>
8                <Button Width="100" Height="30" Content="fullscreen" Click="Button_Click" Margin="20" />
9            </StackPanel>
10           <MediaElement HorizontalAlignment="Right" x:Name="meVideo" MouseLeftButtonDown="meVideo_MouseLeftButtonDown" />
11       </Grid>
12   </UserControl>
13  

 
or is there any other way to put a background skyn.png for video or something would have an example that could show me I am in now and look forward thank

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities