Install Silverlight1.1

Source: Internet
Author: User
After a period of study, we can now work with the Microsoft technology era to learn the latest new technology!
The article above is to repost the Silverlight entry of MSDN. There is no in-depth introduction or entry. Next I will post how to install Silverlight1.1 and some materials!
========================================================== ==================================
I. Download and install
Download Page:
Http://msdn2.microsoft.com/en-us/asp.net/bb187452.aspx


Download these two things: Silverlight 1.1 Alpha

Microsoft
Silverlight 1.1 Alpha Software Development Kit (SDK)

Works guo (write)

Also: ASPNETFutures

Also: blend May Preview
Also: Media
Also: Microsoft
Internet Explorer Developer Toolbar

If you want to use Microsoft
Visual Studio codename "Orcas" Beta 1 is downloaded here. This is a new integrated development environment, and it seems a little large (about 7 GB ), with this tool, you can install the following code for Silverlight (not available in vs2005 ):
Microsoft Silverlight Tools
Alpha for Viual Studio codename "Orcas" Beta 1
With the above two tools, you can create your own Silverlight project using the AJAX Web Site sample created in Asp. Net2.0 AJAX.
Before installation, uninstall the previously installed Silverlight 1.0 and
WPF/E "(codename) Community Technology Preview (Feb 2007) or" WPF/E "(codename) Community Technology Preview (Dec 2006)
(But I can use it without uninstalling it.) There are basically two combinations (blend and vs2005, blend and codename "Orcas"), and others are constantly installed... install ....
========================================================== ======================================

Ii. Silverlight1.1 SDK
There are:
Silverlight1.1 help.
Silverlight1.1 Quick starts
Silverlihgt1.1 Control. This is used in codeName "Orcas". Double-click SilverlightControlsStarterKit. sln!
SilverlightSamples
Silverlight. xsd is stored in the file directory after you install vs2005 (for example, "C: \ Program Files \ Microsoft Visual Studio 8 \ Xml \ Schemas
")CreateSilverlight. js
Silverlight. js
These two are to be put into your program.

3. Materials
Http://www.cnblogs.com/Hedonister/
Http://www.wynapse.com/Silverlight_Tutorials.aspx

Http://weblogs.asp.net/scottgu/archive/2007/05/07/silverlight.aspx

The two sites are also MSDN and silverlight.net ..

Iv. Relationship between CreateSilverlight. js and Silverlight. js

First look at the figure:
Actually, the CreateSilverlight. js operation is used to call the CreateObject () or CreateObjectEx () method in Silverlight. js on the page and then return it to the page.
Let's look at the code in CreateSilverlight. js.

FunctionCreateSilverlight ()

{
//Example CILS, please replace with CILS that match your site's requirements
//Sys. Silverlight. createObject ("xaml/piano. xml", pe, "AgControl1 ",
//{Width: '000000', height: '000000', inplaceInstallPrompt: false, background: 'white', isWindowless: 'false', framerate: '24', version: '0. 95.0 '},
//{OnError: null, onLoad: null },
//Null );


//Sys. silverlight. createObjectEx ({source: 'xaml/piano. xml', parentElement: pe, id: 'agcontrol1 ', properties: {width: '000000', height: '000000', background: 'white', isWindowless: 'false ', framerate: '24', version: '0. 95.0 '}, events: {onError: null, onLoad: null}, context: null });

}

I think I should be able to know the role of CreateSilverlight. js... for more details about these two files, I will discuss them later! Please advise me if you have any questions!







Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.