May 2010
Intermediate to advanced
1272 pages
61h 18m
English
As in WPF, Silverlight provides its implementation of the MediaElement control that enables media reproduction and streaming from networks. This means that you can interact with the control the same way as in WPF, but you cannot play media files from a local file system for security reasons. Right-click the Silverlight project in Solution Explorer and then select Add New Item. (You could also create a new project from scratch but you need to know how to change the default page.) In the dialog select the Silverlight User Control item template, as shown in Figure 39.5.
Figure 39.5 Adding a new user control.

The goal of the example ...
Read now
Unlock full access