Society & Culture & Entertainment Hobbies & Science

How to Build a Silverlight Website

    • 1). Open the HTML document that corresponds to the page you wish to add Silverlight to. Depending on the web hosting service you use, you may be able to access this page within your user control panel. Alternatively, you can edit the HTML document within your preferred WYSIWYG editor.

    • 2). Paste the following HTML code into your website's HTML document:

      <object

      data="data:application/x-silverlight-2,"

      type="application/x-silverlight-2" >

      <param name="source" value="SilverlightApplication1.xap"/>

      </object>

    • 3). Insert the following code after the code from step 2. This code will display an alternate message in the instance that a user does not have Silverlight installed.

      <object

      data="data:application/x-silverlight-2,"

      type="application/x-silverlight-2" >

      <param name="source" value="SilverlightApplication1.xap"/>

      <!-- Display installation image. -->

      <a href="/links/?u=http://go.microsoft.com/fwlink/?LinkID=149156&v=4.0.50401.0"

      style="text-decoration: none;">

      <img src="http://go.microsoft.com/fwlink/?LinkId=161376"

      alt="Get Microsoft Silverlight"

      style="border-style: none"/>

      </a>

      </object>

    • 4). Save the changes to the HTML document. Refresh the website within your internet browser to confirm that the Silverlight object has been added in correctly.

SHARE
RELATED POSTS on "Society & Culture & Entertainment"
Forming Clay for a Pie Pan
Forming Clay for a Pie Pan
How to Make an Arm Chair Remote Holder
How to Make an Arm Chair Remote Holder
How to Make Gifts for Men
How to Make Gifts for Men
The Types of Fish in the Creeks in Pennsylvania
The Types of Fish in the Creeks in Pennsylvania
Which Industries Use Plasma Cutters?
Which Industries Use Plasma Cutters?
How to Make a Crown Out of Clay
How to Make a Crown Out of Clay
How to Preserve Shed Snakeskin
How to Preserve Shed Snakeskin
How to Clean a Browning A-5 Sweet Sixteen
How to Clean a Browning A-5 Sweet Sixteen
What is Silicon Dioxide?
What is Silicon Dioxide?
Gold Refining Techniques
Gold Refining Techniques
How to Calculate 100 G Force
How to Calculate 100 G Force
How to Garden with Tree Cuttings in FFXI
How to Garden with Tree Cuttings in FFXI
How to Calibrate a Sanding Machine
How to Calibrate a Sanding Machine
How to Collect Herpa Miniature Models
How to Collect Herpa Miniature Models
Free DIY Box & Chest Plans
Free DIY Box & Chest Plans
How to Make a NASA Wing Kite
How to Make a NASA Wing Kite
How to Calculate Probability of Defective Light Bulbs
How to Calculate Probability of Defective Light Bulbs
How to Make a Trojan Horse Model
How to Make a Trojan Horse Model
How Are Computers Disposed Of?
How Are Computers Disposed Of?
How to Fire Clay Pots in a Kiln
How to Fire Clay Pots in a Kiln

Leave Your Reply

*