
- #Silverlight end of life for free
- #Silverlight end of life how to
- #Silverlight end of life install
- #Silverlight end of life software
- #Silverlight end of life code
If all goes well, you will be presented with a page that allows you to test your application. Click Upload ( Figure 2).įigure 2: Uploading the application to Silverlight Streaming.ĭepending on your connection speed, this may take a while. Select Upload a Silverlight Application, specify a name (Hello) and browse for your Hello.zip file. Log in to Silverlight Streaming at using your Windows Live ID and click Manage Applications.

On Windows, multiple select the files, right-click and select Send To Compressed (zipped) folder-you can use any of the popular ZIP compression programs, but you need to make sure that the manifest file appears in the top-level root of the zip file-zipping the parent directory is a common error and will not work! You just need to create a Hello.zip file that contains manifest.xml and Hello.xaml.
Now move your Hello World sample to the Silverlight Streaming Service.įirst create a manifest.xml file, which describes the constituent parts of your Silverlight Streaming application:You need a Windows Live ID to get started or you can create a new Windows Live ID for free. You can sign up for a free Silverlight streaming account at.
#Silverlight end of life for free
Unlimited streaming will be available for free with advertising or, for a nominal fee, without advertising. After release, developers will have continued use of the service with up to 1 million minutes of free video streaming at 700 Kpbs per site per month. While the product is in pre-release, storage and delivery is free up to 4 GB, with outbound streaming up to 700 Kbps.
#Silverlight end of life software
Microsoft has a software and service strategy and this is where the Silverlight Streaming by Windows Live service comes in-developers can deploy their Silverlight applications and rich media “in the cloud,” leveraging Microsoft’s high performance, high availability content distribution network. Launching default.htm in a browser runs the application ( Figure 1).įigure 1: Running the Silverlight Hello World application. You should now have four files: default.htm, Hello.xaml, CreateSilverlight.js, and Silverlight.js.
#Silverlight end of life code
CreateSilverlight is the code responsible for instantiating the Silverlight control with your XAML. Silverlight.js is part of the Silverlight SDK and CreateSilverlight.js is shown in Listing 3. You must also provide two JavaScript files. Using XAML, define a Canvas that includes a TextBlock with the “Hello World” text and save this file as Hello.xaml ( Listing 1).Ĭreate an HTML page to host the Silverlight control call it Default.html ( Listing 2). I’ll start with a simple Silverlight “Hello World” demonstration. The runtime is surprisingly small (less than 2 MB) and is quick and painless to install. The first time you visit a Silverlight enabled site like, you'll be directed to an installation process.
#Silverlight end of life install
You need to install the Silverlight 1.0 runtime for your browser. In fact, you’re not locked into the Microsoft platform at all-it’s just as easy to deliver Silverlight experiences from PHP sites on Apache/Linux as it is from ASP.NET sites on a Windows Server. Even Linux users can run Silverlight using Novel’s open-source Moonlight code. Silverlight provides a consistent user experience with Firefox and Safari on the Mac and Firefox and Internet Explorer on Windows. It’s just as easy to deliver Silverlight experiences from PHP sites on Apache/Linux as it is from ASP.NET sites on a Windows Server.

Based on XML Application Mark-up Language (XAML), the same technique used in the Windows Presentation Foundation (WPF), Silverlight can be scripted with JavaScript and can work within AJAX-enabled Web pages. Silverlight is a cross-platform, cross-browser plug-in that extends the browser’s Document Object Model (DOM) with vector graphics and multimedia features. In summer 2007, Microsoft released version 1.0 of Silverlight, a revolutionary way to build rich interactive experiences on the Web.
#Silverlight end of life how to
In this article I’ll show you how to get started with Silverlight and how to upload your applications and rich media to the Silverlight Streaming Service.

Microsoft® Silverlight™ Streaming by Windows Live™ is a free streaming and application hosting service for delivering rich interactive applications (RIAs) over the Web.
