What Is Silverlight For Mac

Silverlight applications could be written in any.NET programming language. As such, any development tools which can be used with.NET languages can work with Silverlight, provided they can target the Silverlight CoreCLR for hosting the application, instead of the.NET Framework CLR.

  1. Microsoft Silverlight not working on my MAC - Answered by a verified Mac Support Specialist We use cookies to give you the best possible experience on our website. By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them.
  2. Apr 16, 2018  Locate the 'Install Silverlight' area in the lower-right part of the window. If you are running an Intel processor, click Mac Runtime next to 'Silverlight 3.' ; Otherwise, click Runtime for Mac PowerPC next to 'Silverlight 1.0.' ; After the download is completed, installation should start automatically.
  3. Microsoft Silverlight is a version of flash that allows Web developers to put animations and interactive controls inside of their Web pages. Use Microsoft Silverlight as an interactivity component that can be added to Web pages with help from a software developer in this free video on Microsoft Silverlight.
  4. Nov 18, 2013  After having tried to install SILVERLIGHT on my intel Mac without luck I changed the installer by choosing: 1. Get info after high lighting the SILVERLIGHT installer icon 2. Change the installer to the Mac default and try install again worked for me.
  • 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 −

What Is The Latest Version Of Silverlight For Mac

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.

-->What Is Silverlight For Mac

by Walter Oliver

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

Mac

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:

Silverlight dmg for mac

Silverlight 5 For Mac Download

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 The Latest Version Of Silverlight For Mac

Using the IIS Manager User Interface in IIS 6.0 in Windows Server 2003

  1. Go to StartAdministrative Tools and run IIS Manager. See the figure below:
  2. Right click on the server name and select Properties. See the figure below:
  3. In the Properties dialog box, click MIME Types. See the figure below:
  4. In the MIME Types dialog box, click New. See the figure below:
  5. 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:

Microsoft Silverlight For Mac

For detailed information on Silverlight, visit http://silverlight.net/.