Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <h2>After a lot of attempts we finally were able to get this to work in: IE, Firefox, and Chrome.</h2> <hr> <p><strong>In the object data set the following tags:</strong></p> <pre><code> &lt;param name="background" value="transparent"&gt; &lt;param name="windowless" value="true"&gt; </code></pre> <p><strong>Also set autoload and autoplay to be true in the initprams.</strong></p> <pre><code> &lt;AutoLoad&gt;true&lt;/AutoLoad&gt; &lt;AutoPlay&gt;true&lt;/AutoPlay&gt; </code></pre> <p><strong>This is what our working full html looks like:</strong></p> <hr> <pre><code> &lt;object data="data:application/x-silverlight," type="application/x-silverlight" width="100%" height="100%"&gt; &lt;param name="source" value="MediaPlayerTemplate.xap"/&gt; &lt;param name="background" value="transparent" /&gt; &lt;param name="windowless" value="true" /&gt; &lt;param name="onerror" value="onSilverlightError" /&gt; &lt;param name="autoUpgrade" value="true" /&gt; &lt;param name="minRuntimeVersion" value="3.0.40624.0" /&gt; &lt;param name="enableHtmlAccess" value="true" /&gt; &lt;param name="enableGPUAcceleration" value="true" /&gt; &lt;param name="initparams" value='playerSettings = &lt;Playlist&gt; &lt;AutoLoad&gt;true&lt;/AutoLoad&gt; &lt;AutoPlay&gt;true&lt;/AutoPlay&gt; &lt;DisplayTimeCode&gt;false&lt;/DisplayTimeCode&gt; &lt;EnableCachedComposition&gt;true&lt;/EnableCachedComposition&gt; &lt;EnableCaptions&gt;true&lt;/EnableCaptions&gt; &lt;EnableOffline&gt;true&lt;/EnableOffline&gt; &lt;EnablePopOut&gt;true&lt;/EnablePopOut&gt; &lt;StartMuted&gt;false&lt;/StartMuted&gt; &lt;StretchMode&gt;None&lt;/StretchMode&gt; &lt;Items&gt; &lt;PlaylistItem&gt; &lt;AudioCodec&gt;WmaProfessional&lt;/AudioCodec&gt; &lt;Description&gt;&lt;/Description&gt; &lt;FileSize&gt;90818591&lt;/FileSize&gt; &lt;FrameRate&gt;5&lt;/FrameRate&gt; &lt;Height&gt;384&lt;/Height&gt; &lt;IsAdaptiveStreaming&gt;false&lt;/IsAdaptiveStreaming&gt; &lt;MediaSource&gt;i201700-1.wmv&lt;/MediaSource&gt; &lt;ThumbSource&gt;201700-1_Thumb.jpg&lt;/ThumbSource&gt; &lt;Title&gt;201700-1&lt;/Title&gt; &lt;VideoCodec&gt;VC1&lt;/VideoCodec&gt; &lt;Width&gt;512&lt;/Width&gt; &lt;/PlaylistItem&gt; &lt;/Items&gt; &lt;/Playlist&gt;'/&gt; &lt;!-- unused valid silverlight init parameters &lt;param name="enableFrameRateCounter" value="bool" /&gt; &lt;param name="enableRedrawRegions" value="bool" /&gt; &lt;param name="maxFrameRate" value="int" /&gt; &lt;param name="allowHtmlPopupWindow" value="bool"/&gt; &lt;param name="background" value="colorValue"/&gt; &lt;param name="splashScreenSource" value="uri"/&gt; &lt;param name="fullScreen" value="bool"/&gt; &lt;param name="onFullScreenChanged" value="functionname"/&gt; &lt;param name="onResize" value="functionname"/&gt; &lt;param name="onSourceDownloadComplete" value="functionname"/&gt; &lt;param name="onSourceDownloadProgressChanged" value="functionname"/&gt; &lt;param name="windowLess" value="bool"/&gt; --&gt; &lt;div onmouseover="highlightDownloadArea(true)" onmouseout="highlightDownloadArea(false)"&gt; &lt;img src="700-1_Thumb.jpg" style="position:absolute;width:100%;height:100%;border-style:none;" onerror="this.style.display='none'"/&gt; &lt;img src="Preview.png" style="position:absolute;width:100%;height:100%;border-style:none;" onerror="this.style.display='none'"/&gt; &lt;div id="overlay" class="fadeLots" style="position:absolute;width:100%;height:100%;border-style:none;background-color:white;"/&gt;&lt;/div&gt; &lt;table width="100%" height="100%" style="position:absolute;"&gt;&lt;tr&gt;&lt;td align="center" valign="middle"&gt; &lt;img src="http://go2.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight"&gt; &lt;/td&gt;&lt;/tr&gt;&lt;/table&gt; &lt;a href="http://go2.microsoft.com/fwlink/?LinkID=124807"&gt; &lt;img src="" class="fadeCompletely" style="position:absolute;width:100%;height:100%;border-style:none;" alt="Get Microsoft Silverlight"/&gt; &lt;/a&gt; &lt;/div&gt; &lt;/object&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload