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 silverlight is composed of?
what is .xap file in context of silverlight?
What is the difference between silverlight and flash?
What are the methodologies used in Silverlight?
What are the tools are required to develop Silverlight applications?
Is it possible to consume wcf and web services in silverlight application?
What is the name of linux version of silverlight?
what is the relationship between silver light, wpf and xaml?
Can I consume WCF and ASP.NET Web Services in Silverlight?
What is the Silverlight plug-in?
What is the role of silverlight plugin in the silverlight application life-cycle?
does silverlight application supports desktop implementation?