Applies to IE Browser publications.
Microsoft Silverlight is a web browser plugin that enables features such as animation, vector graphics and audio-video playback that characterizes rich Internet applications. HTML Executable compiled publications can display Silverlight applications in HTML pages, provided that the Silverlight plugin is installed on the end user’s computer.
Be sure that .XAP appears in the Special Content list, otherwise the Silverlight plugin won’t find your applications.
Learn more about Silverlight
HTML code for this example:
<object data="data:application/x-silverlight," type="application/x-silverlight-2"
width="400" height="300">
<param name="source" value="DemoSilverlight1.xap"/>
<param name="background" value="black" />
<param name="minRuntimeVersion" value="2.0.31005.0" />
</object>
You can see another Silverlight sample playing a WMV file.
Copyright G.D.G. Software 2019. All rights reserved