Sign In|Join
Home/Silverlight.NET Forums/Video and Media/How to use Windows Media Server and MMS in Silverlight?/Re: Re: Re: Re: How to use Windows Media Server and MMS in Silverlight?
Member
104 Points
56 Posts
Jul 30, 2007 02:49 PM | LINK
i created a new silverlight javascript project then edited my xaml to the ff:
<Canvas xmlns="http://schemas.microsoft.com/client/2007" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" Width="640" Height="480" Background="White" x:Name="Page" > <MediaElement Source="mms://server:443/path/video.wmv" Width="640" Height="480" /> </Canvas>
jlvillaraza
Member
104 Points
56 Posts
Re: Re: Re: Re: How to use Windows Media Server and MMS in Silverlight?
Jul 30, 2007 02:49 PM | LINK
i created a new silverlight javascript project then edited my xaml to the ff:
<Canvas
xmlns="http://schemas.microsoft.com/client/2007"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Width="640" Height="480"
Background="White"
x:Name="Page"
>
<MediaElement Source="mms://server:443/path/video.wmv" Width="640" Height="480" />
</Canvas>