Aug 14, 2009 Silverlight on Mac macheads101. Unsubscribe from macheads101? How to download and install Silverlight for Mac - Duration: 3:01. ThreeGenerationPTIS 75,676 views. Microsoft's Silverlight technology, launched at the NAB conference two weeks ago and pitched hard to developers at the Mix '07 conference this week, is being taken as a competitor to Adobe's Flash. Since it is a framework for providing rich applications to the Internet browser, it is indeed that.
- Silverlight Tutorial
- Silverlight Useful Resources
- Selected Reading
Welcome to Silverlight tutorials. Silverlight is a platform for building rich internet applications. This tutorial will explain the concepts behind Silverlight, and will show you how to build it into your web applications. After completing it, you will have a better understanding of Silverlight applications using XAML and C#.
What is Silverlight
Silverlight is a browser plug-in, designed for building rich internet applications; applications that run in the browser like normal web applications, but which try to advance the user interface beyond where HTML can go. For example,
Silverlight is a framework for building rich, browser-hosted applications that run on a variety of operating systems.
It can also co-exist with HTML. Therefore, Silverlight can enhance an existing web application.
Silverlight works its magic through a browser plug-in. When you surf to a web page that includes Silverlight content, this browser plug-in runs, executes the code, and renders that content in a specifically designated region of the page.
The important part is that the Silverlight plug-in provides a richer environment than the traditional blend of HTML and JavaScript that powers ordinary web pages.
You can create Silverlight pages that play video, have hardware accelerated 3D graphics, and use vector animations.
From a developer's perspective, the most interesting feature of Silverlight is that it brings the .NET Framework programming model to the client side of your web applications.
Silverlight is designed to run inside the web pages, so it can run as a browser plugin. It provides graphical services for rendering bitmaps, vector graphics, highdefinition video, and animations.
You can write in C#, or Visual Basic .NET, and use the .NET Framework class library features on the code that runs in the web browser.
Silverlight user interfaces, themselves use a very similar model to Windows Presentation Foundation(WPF), which is the user interface framework in the full desktop .NET Framework.
If you know WPF, Silverlight is easy to learn. Silverlight is a much smaller download than .NET. It is roughly a tenth of the size, so only a subset of the class library is present, and various implications have been made to WPF's model.
Despite the reduced scale, experienced .NET developers will feel instantly at home in Silverlight.
Platforms and Browsers
The platforms and browsers supported by Silverlight are −
Windows
Silverlight supports Windows, as you would expect of a Microsoft product. It requires Windows XP Service Pack 2 at least or recent versions of Windows.
The older versions are not fully supported. For example, Silverlight will not run at all on Windows ME, and Windows 2000 has limited support.
As for the browsers, Silverlight supports Microsoft's own Internet Explorer, of course, and it supports Firefox, and Google Chrome version 4.
Broadly, Silverlight supports the common web browser plug-in API. It works in a wider range of browsers than the officially supported list.
Mac
Silverlight supports Mac OS10, although Silverlight version 2 or later only runs on Intel-based Macs.
On modern Macs, both Firefox and Safari are supported.
Linux
Microsoft's own Silverlight plug-in does not run on Linux, but the Mono open source project has an offshoot called Moonlight, which is a Silverlight compatible plug-in that runs on Linux.
Moonlight runs in Firefox, and interestingly has always been able to run in Standalone mode.
One of the reasons the Mono project decided to build Moonlight in the first place is that they thought Silverlight would be a useful technology for building user interface widgets that run on the desktop.
by Walter Oliver
Silverlight For Mac Safari
Introduction
Microsoft SilverlightTM is a cross-browser, cross-platform plug-in for delivering the next generation of .NET-based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that supports AJAX, VB, C#, Python, and Ruby, and integrates with existing Web applications. Silverlight supports fast, cost-effective delivery of high-quality video to all major browsers running on the Mac OS or Windows.
In most cases, hosters do not need to perform particular deployments to support Silverlight. However, check for the following basic items that could prevent Silverlight from functioning correctly.
MIME Types
IIS in Windows Server 2008
Silverlight Update Download
All MIME types needed to support Silverlight are implemented by default in IIS 7 and above in Windows Server 2008 and Windows Vista SP1. Windows Vista customers can add MIME types by running IIS Manager, clicking MIME Types, then clicking Add, and then adding the following MIME types:
- .xap application/x-silverlight-app
- .xaml application/xaml+xml
- .xbap application/x-ms-xbap
Alternatively, you can add the following MIME types to your %windir%system32inetsrvconfigapplicationHost.config file in the <staticContent> section.
In Windows Server 2003 IIS 6.0
To enable IIS 6.0 in Windows Server 2003 or IIS 7 in Windows Vista with the appropriate MIME Types, add:
- .xap application/x-silverlight-app
- .xaml application/xaml+xml
- .xbap application/x-ms-xbap
Here is a VBS script you could run to enable each of these types:
What Is Silverlight For Mac Netflix
If you copy and paste the code above into a VBS file and save it as ADDMIMETYPE.VBS, the syntax to add each type would be:
What Is Silverlight For Mac Windows 7
Using the IIS Manager User Interface in IIS 6.0 in Windows Server 2003
- Go to StartAdministrative Tools and run IIS Manager. See the figure below:
- Right click on the server name and select Properties. See the figure below:
- In the Properties dialog box, click MIME Types. See the figure below:
- In the MIME Types dialog box, click New. See the figure below:
In the MIME Types dialog box, enter one of these MIME types:
- .xap application/x-silverlight-app
- .xaml application/xaml+xml
.xbap application/x-ms-xbap
See the figure below:
What Is Silverlight For Mac Windows 10
For detailed information on Silverlight, visit http://silverlight.net/.