what is silverlight.js file? Explain with an example.
Answer / 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 |
What are the different ways to display text with silverlight?
Is Silverlight supported by all major browsers?
What is deep zoom in silverlight?
Is it possible to consume wcf and web services in silverlight application?
What is the silverlight official name?
List the different components used in Silverlight?
What is the role of silverlight plugin in the silverlight application life-cycle?
what are the controls provided in silverlight for line-of-business (lob) applications?
What are the features and benefits of Silverlight5?
What are the animation types supported by silverlight?
What is clientbin folder in silverlight application?
what are the steps will followed when consuming wcf in silver light?