Advanced Forum Search Results
-
I also had the same issue.
Ray Akkanson
-
That is very usefull information. Thanks
Ray Akkanson
-
XAML MediaElement tag allows you to play videos in XAML and WPF. The Source attribute of the tag takes the full path of the video.
The following code shows how to use MediaElement to play a WMV file:
<MediaElement Name="VideoControl" Width="200" Height ="400" ...
-
When will 1.1 be fully released?
Ray Akkanson