Forum'da ara:
Ara


Yazar Mesaj
Mesaj06.12.2011, 18:18 (UTC)    
Mesaj konusu: Silverlight WebPlayer yardim!

Arkadaslar aranizda belki bilen vardir umarim....

Ben bayadir ugrasiyom ama hala calistiramadim!

Microsoft Silverlight Windows MediaPlayer`e bakis Web icin daha iyi ama birtürlü basaramadim sunu calistirmayi!

Kod:
<object data="data:application/x-silverlight," type="application/x-silverlight" width="700" height="400">
            <param name="source" value="MediaPlayerTemplate.xap"/>
            <param name="onerror" value="onSilverlightError" />
            <param name="autoUpgrade" value="true" />
            <param name="minRuntimeVersion" value="3.0.40624.0" />           
            <param name="enableHtmlAccess" value="true" />
            <param name="enableGPUAcceleration" value="true" />
            <param name="initparams" value='playerSettings =
                        <Playlist>
                            <AutoLoad>true</AutoLoad>
                            <AutoPlay>true</AutoPlay>
                            <DisplayTimeCode>false</DisplayTimeCode>
                            <EnableCachedComposition>true</EnableCachedComposition>
                            <EnableCaptions>true</EnableCaptions>
                            <EnableOffline>true</EnableOffline>
                            <EnablePopOut>true</EnablePopOut>
                            <StartMuted>false</StartMuted>
                            <StretchMode>Uniform</StretchMode>
                            <Items>
                        <PlaylistItem>
                           <AudioCodec></AudioCodec>
                           <Description></Description>
                           <FileSize>13701733</FileSize>
                           <FrameRate>25</FrameRate>
                           <Height>400</Height>
                           <IsAdaptiveStreaming>false</IsAdaptiveStreaming>
                           <MediaSource>mms://yayin.cine5.com.tr/cine5</MediaSource>
                           <ThumbSource></ThumbSource>
                           <Title></Title>
                           <VideoCodec>VC1</VideoCodec>
                           <Width>700</Width>
                        </PlaylistItem>
                            </Items>
                        </Playlist>'/>       
            <!--  unused valid silverlight init parameters
            <param name="enableFrameRateCounter" value="bool" />
            <param name="enableRedrawRegions" value="bool" />
            <param name="maxFrameRate" value="int" />
            <param name="allowHtmlPopupWindow" value="bool"/>
            <param name="background" value="colorValue"/>
            <param name="splashScreenSource" value="uri"/>
            <param name="fullScreen" value="bool"/>
            <param name="onFullScreenChanged" value="functionname"/>
            <param name="onResize" value="functionname"/>
            <param name="onSourceDownloadComplete" value="functionname"/>
            <param name="onSourceDownloadProgressChanged" value="functionname"/>
            <param name="windowLess" value="bool"/>
             -->
 
             <div onmouseover="highlightDownloadArea(true)" onmouseout="highlightDownloadArea(false)">

                    <img src="" style="position:absolute;width:100%;height:100%;border-style:none;" onerror="this.style.display='none'"/>
                    <img src="Preview.png" style="position:absolute;width:100%;height:100%;border-style:none;" onerror="this.style.display='none'"/>                                           
                    <div id="overlay" class="fadeLots" style="position:absolute;width:100%;height:100%;border-style:none;background-color:white;"/></div>
                    <table width="100%" height="100%" style="position:absolute;"><tr><td align="center" valign="middle">                       
                    <img src="http://go2.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight">
                    </td></tr></table>                   
                    <a href="http://go2.microsoft.com/fwlink/?LinkID=124807">
                        <img src="" class="fadeCompletely" style="position:absolute;width:100%;height:100%;border-style:none;" alt="Get Microsoft Silverlight"/>
                    </a>                   
             </div>             
        </object>

______________
Biz Gecici Heves Degil, Hak Edene Nefes Oluruz.....
Önceki mesajları göster:   


Powered by phpBB © 2001, 2005 phpBB Group
Türkçe Çeviri: phpBB Türkiye & Erdem Çorapçıoğlu