此條目需要更新 。 (2013年12月14日 ) 請更新本文以反映近況和新增内容。完成修改後請移除本模板。
Microsoft Silverlight 是微軟 所开发的Web前端應用程式開發解決方案,是微軟豐富型網際網路應用程式 (Rich Internet Application)策略的主要應用程式開發平台之一,以瀏覽器 的外掛元件 方式提供Web應用程式中多媒體(含影音串流與音效串流)與高度互動性前端應用程式的解決方案,同時它也是微軟UX(用户体验)策略中的一環,也是微軟試圖將美術設計和程式開發人員的工作明確切分與協同合作發展應用程式的嘗試之一(另一個為WPF )。
目前Silverlight已經逐步停止被各主流瀏覽器支援,包含Internet Explorer 、Firefox 、Opera 與Safari 等,同時也包括macOS 作業系統。與Silverlight相同的開放原始碼解決方案「Mono 」則提供在Linux 上的支援。
Microsoft Silverlight 被視為與Adobe Flash Player 和Unity 競爭的WEB技術。
台湾微软为推广Silverlight技术而推出拟人化 形象蓝泽光 。
由於Silverlight安全性和效能不甚理想,微軟在2013年已明確不再開發新功能,僅修補漏洞,而在2021年10月12日終止其支援[ 4] [ 5] 。
特色
Silverlight是微軟前端使用者介面技術Windows Presentation Foundation (WPF)的一個子集,同時也是XAML (eXtensible Application Markup Language)的子集,具有向量式的繪圖能力,以及多媒體與圖形顯示的支援,開發人員能夠使用宣告式開發(declarating development)來發展Silverlight應用程式,而宣告式開發的特性也讓它能夠和設計工具來整合,因此微軟特別為Silverlight和WPF發展了Microsoft Expression Blend 工具供設計人員使用。
Silverlight支援串流 媒體能力,特別是針對Windows Media 的Streamming Media支援,以及MP3等音效串流支援,讓企業得以使用Silverlight發展出多媒體型應用程式,在圖像支援方面,Silverlight 2.0的Deep Zoom技術可以讓大型的圖片或影像得以利用分段下載的瀏覽方式來顯示在前端,台灣國立故宮博物院 在2008年曾開發出以Deep Zoom技術的清明上河圖 Silverlight版本[ 6] 。
在Windows平台上,Silverlight的底層是透過XNA Framework 來處理繪圖。一種將DirectX Graphics 封裝成.Net Framework的版本的類別庫。
版本
Silverlight 1.0
Silverlight 1.0由許多核心展示層架構組成,這關係到使用者界面(UI),使用者輸入(user input),基本使用者介面控制元件(basic UI controls),圖形(graphics)和動畫(animation)、媒體播放(media playback),數位權管理(DRM )的支援,以及DOM 的整合[ 7] 。其組件如下:
一個銀光程式(Silverlight)的起點是從網頁呼叫銀光元件(Silverlight control)開始,必須載入XAML 檔。The XAML file包含一個Canvas 物件,扮演著一個placeholder的角色。Silverlight提供各種不同的幾何基元,像是:線、橢圓以及其它形狀
一個典型的Silverlight 1.0程式的HTML hosting如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > UntitledProject1</ title >
< script type = "text/javascript" src = "Silverlight.js" ></ script >
< script type = "text/javascript" src = "Page.xaml.js" ></ script >
< style type = "text/css" >
. silverlightHost {
height : 480 px ;
width : 640 px ;
}
</ style >
< script type = "text/javascript" >
function createSilverlight ()
{
var scene = new UntitledProject1 . Page ();
Silverlight . createObjectEx ({
source : "Page.xaml" ,
parentElement : document . getElementById ( "SilverlightControlHost" ),
id : "SilverlightControl" ,
properties : {
width : "100%" ,
height : "100%" ,
version : "1.0"
},
events : {
onLoad : Silverlight . createDelegate ( scene , scene . handleLoad )
}
});
}
if ( ! window . Silverlight )
window . Silverlight = {};
Silverlight . createDelegate = function ( instance , method ) {
return function () {
return method . apply ( instance , arguments );
}
}
</ script >
</ head >
< body >
< div id = "SilverlightControlHost" class = "silverlightHost" >
< script type = "text/javascript" >
createSilverlight ();
</ script >
</ div >
</ body >
</ html >
Silverlight 2
Silverlight 2.0架構
2008年10月13日,微軟推出了Silverlight 2.0的RTW版,并提供了相应程式及文件的下载安装。
Silverlight 2.0支援下列新功能特色,彌補了Silverlight 1.0所欠缺的功能:
具備一個.NET Framework 縮小版的基礎類別函式庫。
大量內建的Silverlight控制項:在Silverlight 1.0時,所有UI物件都必須透過XAML來自行描述繪製,並缺乏許多內建的Silverlight向量控制項,針對這點,Silverlight 2.0強化控制項方面的能力,內建許多向量控制項供開發人員直接使用。
Skinning and Templating外觀樣板的進階支援:透過Skinning and Templating的支援,可以自訂控制項之外觀與樣板,可以迅速及動態地套用不同的外觀。
Deep Zoom:一個高解析度的影像縮放技術,能夠在Silverlight進行深度的圖片影像縮放功能。
廣泛的網路Networking支援能力:舉例來說支援REST 、SOAP 、POX 、RSS 及標準HTTP服務等網路技術的呼叫,這部分對前端的Silverlight特別重要,透過網路程式才能存取後端Server的資料,以回傳繫結顯示在UI之上。
擴展的.NET語言支援:Silverlight 2.0不僅僅支援主流的C#及VB程式開發,亦進一步支援動態語言,例如IronPython 、IronRuby 等等。
Silverlight DRM的支援:Silverlight 2.0對於影音媒體內容的保護,是透過DRM技術來逹成,透過它就可以提供Content內容保護。
改善伺服端的延展性及擴展廣告客戶支援:Silverligt 2.0針對串流傳送資料方式、效率、下載播放方式再進一步強化改善其能力。
活躍的的合作夥伴生態系統:微軟全球知名的Visual Studio Industry Partners合作伙伴包括了ComponentOne LLC、Infragistics Inc及Telerik,提供了Silverlight 2.0的商業元件,可在Visual Studio 2008的環境中使用。
跨平台及跨瀏覽器支援:支援Mac、Windows及Linux等平台和Firefox 、Safari 與Windows Internet Explorer 等瀏覽器。
Silverlight 3
2009年7月10日,微软正式放出Silverlight 3 RTW(3.0.40624.0)的下载,改进包括[ 8] :
平滑视频流技术: 微软表示其新视频流功能提高了浏览器上的视频质量,已经可以和电视视频相比。Silverlight 3的平滑视频功能已经在流行音乐天王迈克。杰克逊的悼念晚会、温布尔登网球公开赛网络直播上大显身手。
数字版权管理: Silverlight 3在数字内容保护上做了提高。内容生产商从发布内容之始就可以跟踪并保护其发布的内容。
现场感: Silverlight 3支持更强大的3D显示功能,新增加的一些功能可以用于图片的深度缩放,现场感更强。
可在浏览器之外运行: 在2007年刚推出Silverlight的时候,使用Silverlight必须基于浏览器。在Silverlight 3中已经没有这种限制,用Silverlight 3开发的应用可以直接运行。
升级的Expression Studio 3: Expression Studio是微软提供给开发者开发Silverlight应用的工具套件。新发布的Silverlight 3升级了Expression Studio,提供了新工具Sketchflow。
增强对企业用户的支持。
Silverlight 4
支援Google Chrome 浏览器
支援網路攝像頭 和麥克風
支援列印 功能
強化滑鼠 的右鍵與滾輪功能
WCF RIA Services:WCF RIA Service Preview,內建於Visual Studio 2010的開發環境。
執行效能較Silverlight 3快200%
與HTML整合
支持脱离浏览器功能
data binding再加強
動畫效果再加強
剪貼簿 (Clipboard)與拖曳功能
視界放大(Deep Zoom)
H.264 的內容保護
Silverlight 5
2010年12月2日有Silverlight更新的傳聞,Silverlight 5 beta英文版於2011年4月13日釋出[ 9] ,而正式版本于2011年12月9日公布[ 10] 。
Silverlight 5的新功能有[ 11] :
支援GPU加速影像壓縮
內建3D graphics
改善電源管理
內建遠端控制
更快的程式啟動(application startup)
提供64位元的瀏覽器
加強Visual Studio 2010的使用者界面自動化測試
文字檢錯系統
可以讓開發人員在data-binding時設定偵錯中斷點
開發工具
Silverlight的開發工具分為兩個部份:
設計人員:使用Microsoft Expression Blend來進行設計。
Expression Blend 2.0支援Silverlight 1.0的設計。
Expression Blend 2.0 Service Pack 1支援Silverlight 2.0的設計。
開發人員:使用Microsoft Visual Studio來開發。
Visual Studio 2008支援Silverlight 1.0的應用程式開發。
Silverlight Tools for Visual Studio 2008(外掛於Visual Studio 2008 SP1)[ 12] 支援Silverlight 2.0的應用程式開發。
Eclipse 也有支援Silverlight開發的計畫[ 13] 。
版本歷史
[ 14]
版本號碼
版本名稱
發佈日期
1.0 CTP
1.0.?
2006年12月
1.0 RTW
1.0.20816
2007年9月5日
2.0 Pre-Release
1.1.20926.0
2007年9月5日
1.0 service release
1.0.21115.0
2007年11月20日
1.0 service release
1.0.30109.0
2008年1月15日
2 Beta 1
2.0.30226.2
2008年3月5日
1.0 service release
1.0.30401.0
2008年4月8日
2 Beta 2
2.0.30523.6
2008年6月6日
2.0.30523.8
2008年7月16日
1.0 service release
1.0.30715.0
2008年7月27日
2.0 RC0
2.0.30523.9
2008年9月25日
2 RTW
2.0.31005.0
2008年10月14日
2 GDR 1
2.0.40115.0
2009年2月19日
3 Beta
3.0.40307.0
2009年3月18日
3.0 RTW
3.0.40624.0
2009年7月10日
3 GDR 1
3.0.40723.0
2009年7月28日
3 GDR 2
3.0.40818.0
2009年9月1日
4 Beta 1
4.0.41108.0
2009年11月18日
3 GDR 3
3.0.50106.0
2010年1月20日
4 RC
4.0.50303.0
2010年3月15日
4 RTW
4.0.50401.0
2010年4月15日[ 15]
4 GDR 0
4.0.50524.0
2010年6月3日
3 Security Update
3.0.50611.0
2010年8月10日
4 GDR 1
4.0.50826.0
2010年9月1日
4 GDR 2
4.0.50917.0
2010年9月28日
4 GDR 3
4.0.60129.0
2011年2月14日[ 16]
4 GDR 4
4.0.60310.0
2011年4月19日[ 17]
4 GDR 5
4.0.60531.0
2011年6月14日[ 18]
4 GDR 6
4.0.60831.0
2011年10月11日[ 19]
5 Beta
5.0.60401.0
2011年4月13日[ 20]
5 RC
5.0.60818.0
2011年9月1日[ 21]
5
5.0.61118.0
2011年12月9日[ 22]
4安全性更新
4.1.10111.0
2012年2月14日[ 23]
4安全性更新
4.1.10329.0
2012年5月8日[ 24]
5安全性更新
5.1.10411.0
2012年5月8日[ 25]
5安全性更新
5.1.20125.0
2013年3月12日[ 26]
5安全性更新
5.1.20513.0
2013年7月9日[ 27]
5安全性更新
5.1.20913.0
2013年10月8日[ 28]
5更新
5.1.30214.0
2014年5月11日[ 14] [ 29] [ 30]
5更新
5.1.30514.0
2014年7月23日[ 14] [ 31]
5更新
5.1.31211.0
2014年12月13日[ 14] [ 32]
5更新
5.1.40416.0
2015年5月12日[ 14] [ 33]
5更新
5.1.40728.0
2015年8月11日[ 14] [ 34]
5更新
5.1.41105.0
2015年12月8日[ 14] [ 35]
5安全性更新
5.1.41212.0
2016年1月12日[ 14] [ 36]
5更新
5.1.50428.0
2016年6月21日[ 14] [ 37]
5更新
5.1.50709.0
2016年9月13日[ 14] [ 38]
5更新
5.1.50901.0
2016年10月11日[ 14] [ 39]
5更新
5.1.50905.0
2017年3月14日[ 14] [ 40]
5更新
5.1.50906.0
2017年4月11日[ 14] [ 41]
5更新
5.1.50907.0
2017年6月13日[ 14] [ 42]
藍澤光
藍澤光是由臺灣微軟分公司推出的Microsoft Silverlight萌擬人化 代言人,在臺灣及日本地區影響較大。隨著微軟對於Silverlight 5的產品支援已經逐步結束,官方活動小組已經於2014年9月宣布,使藍澤光轉型成為Microsoft Azure 的台灣區虛擬化代言人[ 43] 。
瀏覽器相容性
下表為各作業系統及各大網頁瀏覽器對於Silverlight各版本的支援性
系統/瀏覽器
IE 6 SP1
IE 6 SP2以上
IE 7
IE 8 以上
Mozilla Firefox 3 以上
SeaMonkey
Safari
Opera
Google Chrome
Windows 7以上
N/A
N/A
N/A
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2
1, 2;透過NPAPI
非官方支援[ 44] [ 45]
2, 3, 4, 5
Windows Server 2008 R2
N/A
N/A
N/A
1, 2, 3, 4, 5
5
1, 2
1, 2;透過NPAPI
非官方支援[ 44] [ 45]
2, 3, 4, 5
Windows Vista
N/A
N/A
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2
1, 2;透過NPAPI
非官方支援[ 44] [ 45]
2, 3, 4, 5
Windows Server 2008
N/A
N/A
1, 2, 3, 4, 5
1, 2, 3, 4
1, 2, 3, 4, 5
1, 2
1, 2;透過NPAPI
非官方支援[ 44] [ 45]
2, 3, 4, 5
Windows XP / 2003 / Home Server
1, 2, 3, 4
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2, 3, 4, 5
1, 2, 3, 4, 5
2非官方支援
1, 2;透過NPAPI
非官方支援[ 44] [ 45]
2, 3, 4, 5
Windows 2000 (需安裝KB891861 (页面存档备份 ,存于互联网档案馆 ) )
2, 3, 4
N/A
N/A
N/A
非官方支援[ 46]
N/A
2;透過NPAPI
已計劃[ 44]
N/A
Windows Phone 7
N/A
N/A
已計劃[ 47]
N/A
N/A
N/A
N/A
N/A
N/A
S60
已計劃[來源請求]
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
FreeBSD
N/A
N/A
N/A
N/A
2
N/A
N/A
N/A
N/A
Linux
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
N/A
Mac OS 10.4/10.5 PowerPC
N/A
N/A
N/A
N/A
1
N/A
1
已計劃[ 44]
N/A
Mac OS 10.4/10.5 Intel
N/A
N/A
N/A
N/A
1, 2, 3, 4, 5
N/A
1, 2, 3, 4, 5
已計劃[ 44]
2, 3, 4, 5
參考資料
^ Microsoft Silverlight Release History . [2023-01-25 ] . (原始内容存档 于2020-11-12).
^ 使用Pipelight
^ http://on10.net/blogs/sarahintampa/Silverlight-for-Symbian-Plugin-Now-Available/http://on10.net/blogs/sarahintampa/Silverlight-for-Symbian-Plugin-Now-Available/ [永久失效連結 ]
^ 微軟呼籲Silverlight用戶改用其他技術 . iThome. [2016-11-04 ] . (原始内容存档 于2021-01-06).
^ Product lifecycle - Silverlight . [2016-11-04 ] . (原始内容存档 于2019-10-25).
^ 故宮博物院Silverlight版本之清明上河圖 . [2008-11-09 ] . (原始内容存档 于2008-09-13).
^ Silverlight architecture . [2007-06-05 ] . (原始内容 存档于2008-04-29).
^ Silverlight 3改善6大功能 . [2009-07-11 ] . (原始内容存档 于2012-12-21).
^ Silverlight 5 announcement . [2010-12-02 ] . (原始内容存档 于2012-02-22).
^ Brown, Pete. Announcing the Release of Silverlight 5! . 2011-12-09 [2011-12-13 ] . (原始内容 存档于2012-01-07).
^ Announcing Silverlight 5 . [2010-12-03 ] . (原始内容存档 于2012-02-22).
^ Silverlight Tools for Visual Studio 2008 . [2008-11-09 ] . (原始内容存档 于2010-09-04).
^ Silverlight Development Toolkit - SLDT . [2008-11-09 ] . (原始内容存档 于2020-09-13).
^ 14.00 14.01 14.02 14.03 14.04 14.05 14.06 14.07 14.08 14.09 14.10 14.11 14.12 14.13 Microsoft Silverlight Release History . [2017-06-14 ] . (原始内容存档 于2020-11-12).
^ Business-Ready Silverlight 4 Ships April 15 . [2010-04-16 ] . (原始内容存档 于2012-02-22).
^ Description of the update for Microsoft Silverlight: February 14, 2011 . [2013-10-24 ] . (原始内容存档 于2015-02-23).
^ Description of the update for Microsoft Silverlight: April 19, 2011 . [2013-10-24 ] . (原始内容存档 于2015-02-23).
^ Description of the update for Microsoft Silverlight: June 14, 2011 . [2013-10-24 ] . (原始内容存档 于2015-03-02).
^ MS11-078: Description of the security update for Microsoft Silverlight: October 11, 2011 . [2013-10-24 ] . (原始内容存档 于2015-02-16).
^ The Silverlight Blog: Silverlight 5 Beta – available now! . [2011-04-23 ] . (原始内容 存档于2011-04-26).
^ Silverlight 5 RC now Available! . [2011-09-01 ] . (原始内容存档 于2011-09-25).
^ Silverlight 5 now Available! . [2011-12-09 ] . (原始内容存档 于2011-12-23).
^ MS12-016: Description of the security update for Microsoft Silverlight: February 14, 2012 . [2013-10-24 ] . (原始内容存档 于2015-02-16).
^ MS12-034: Description of the security update for Silverlight 4: May 8, 2012 . [2013-10-24 ] . (原始内容存档 于2015-02-16).
^ MS12-034: Description of the security update for Silverlight 5 . [2012-05-09 ] . (原始内容存档 于2015-02-11).
^ MS13-022: Vulnerability in Silverlight could allow remote code execution . [2013-03-14 ] . (原始内容存档 于2015-03-10).
^ MS13-052: Description of the security update for Microsoft Silverlight: July 9, 2013 . [2013-07-09 ] . (原始内容存档 于2015-02-23).
^ MS13-087: Vulnerability in Silverlight could allow information disclosure: October 8, 2013 . [2014-01-16 ] . (原始内容存档 于2015-03-10).
^ Description of the update for Microsoft Silverlight 5: March 11, 2014 . [2014-12-13 ] . (原始内容存档 于2015-02-15).
^ MS14-014: Vulnerability in Silverlight could allow security feature bypass: March 11, 2014 . [2014-12-13 ] . (原始内容存档 于2015-03-10).
^ July 2014 update for Microsoft Silverlight 5 . [2014-12-13 ] . (原始内容存档 于2015-03-07).
^ December 2014 update for Microsoft Silverlight 5 . [2014-12-13 ] . (原始内容存档 于2015-02-01).
^ May 2015 update for Microsoft Silverlight 5 . [2015-07-21 ] .
^ MS15-080: Description of the security update for Silverlight 5: August 11, 2015 . [2016-01-04 ] .
^ MS15-129: Security update for Silverlight to address remote code execution: December 8, 2015 . [2016-01-04 ] .
^ MS16-006: Security update for Silverlight to address remote code execution: January 12, 2016 . [2016-01-04 ] . (原始内容存档 于2019-10-18).
^ Silverlight DateTime parsing for Norway and Serbia: June 21, 2016 . [2016-07-17 ] . (原始内容存档 于2019-10-18).
^ MS16-109: Security update for Silverlight: September 13, 2016 . support.microsoft.com. [2017-01-13 ] . (原始内容存档 于2019-10-18).
^ MS16-120: Description of the security update for Silverlight: October 11, 2016 . support.microsoft.com. [2017-01-13 ] . (原始内容存档 于2016-10-11).
^ MS17-013: Description of the security update for Microsoft Graphics Component on Microsoft Silverlight 5: March 14, 2017 . support.microsoft.com. [2017-05-10 ] . (原始内容存档 于2019-10-18).
^ Security update for the libjpeg information disclosure vulnerability for Microsoft Silverlight 5: April 11, 2017 . support.microsoft.com. [2017-05-10 ] . (原始内容存档 于2019-10-18).
^ Windows Uniscribe remote code execution vulnerability: June 13, 2017 . support.microsoft.com. [2017-06-14 ] . (原始内容存档 于2019-10-18).
^ Silverlight - 動態時報相片 . 台灣微軟Silverlight官方粉絲團. [2014-09-06 ] . (原始内容存档 于2019-02-17) (中文(臺灣)) .
^ 44.0 44.1 44.2 44.3 44.4 44.5 44.6 44.7 Opera Watch: More details on Silverlight support in Opera . [2007-05-02 ] . (原始内容 存档于2011-07-21).
^ 45.0 45.1 45.2 45.3 45.4 Silverlight in Opera . [2008-03-10 ] . (原始内容 存档于2013-10-29).
^ Install Silverlight : Unsupported platform, system requirements . [2009-07-08 ] . (原始内容存档 于2009-01-12).
^ Chapman, Stephen. Windows Mobile 7: Silverlight Applications, IE Mobile 7, and More! . 2009-12-01 [2011-07-25 ] . (原始内容 存档于2010-02-10).
外部連結
实现 架構 共同語言基礎架構 CLI支持語言
Core家族3 元件 比較 即將推出
網頁技術與標準
文档呈现语言 样式格式描述语言 动态网页技术 用戶端互動技术 用戶端手稿語言 标识定位语言 文档纲要语言