So I have some URL of an MP4 file. I want to develop a simple Silverlight application to play it.
How to do it? (Preferably with example code.)
Ole Jak,
Here is a suggested step-by-step:
Step 1: Create a sample Silverlight application with Visual Studio (File / New Project / Silverlight Application
Step 2: In your newly create project, edit the MainPage.xaml, and place the following code inside the UserControl's Grid
Step 3: Build and Run!
Jim