SmoothStreamingPlayer na własnej stronie
Posted: 2014-07-06, 18:13
[center]
SmoothStreamingPlayer (Silverlight z Manifesta)
Kody na stronę:
Pobierz:
[/center]
SmoothStreamingPlayer (Silverlight z Manifesta)

Kody na stronę:
Code: Select all
<div id="SilverlightControlHost">
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="640" height="360">
<param name="source" value="SmoothStreamingPlayer.xap"/>
<param name="onError" value="onSilverlightError" />
<param name="background" value="#000000" />
<param name="minRuntimeVersion" value="5.0.61118.0" />
<param name="autoUpgrade" value="true" />
<param name="enableGPUAcceleration" value="true" />
<param name="InitParams" value="selectedcaptionstream=textstream_eng,mediaurl=http://xxx/Manifest"/>
</div>
Pobierz:
Code: Select all
http://dodane.pl/file/648496/SmoothStreamingPlayer.zip
[/center]