Answer Posted / Gitika Chauhan
Silverlight.js is a JavaScript library provided by Microsoft to enable Silverlight support in non-IE web browsers (such as Firefox, Safari, and Chrome). It allows developers to embed Silverlight content into HTML pages that can be accessed on multiple platforms. An example of using silverlight.js is:
`<script src="http://ajax.microsoft.com/ajax/silverlight/1.0/Microsoft.Silverlight.js" type="text/javascript"></script>nt<div id="silverlightControlHost">ntt<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%">nttt<param name="source" value="YourSilverlightApplication.xap" />nttt<a href="http://go.microsoft.com/fwlink/?LinkID=149156&v=3.0.40821.0" style="text-decoration:none">ntttt<img src="https://go.microsoft.com/fwlink/plugins/silverlight/media/button.png" alt="Install Silverlight" style="border-style: none;"/>nttt</a>ntt</object>nt</div>
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category