Daha önce hiç ihtiyacım olmadığından hiçte bilgim olmadığını yeni fark ettim. Wordpress siteye herhangi bir html sitedeki canlı tv kodunu alıp koyduğumda yemiyor. Bunun için eklenti mi gerekli? Eklentiye ihtiyaç varsa hangi eklenti arkadaşlar?
Teşekkürler.
Wp'e media player kodu? (tv)
4
●1.152
- 18-10-2010, 13:09:31Bu kod'a <code> </code> eklediğim zaman sorun yok
<embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba=Plugin&" src="mms://95.0.159.131/TV1" name="MP" width="336" height="280" showstatusbar="1" showcontrols="1" showdisplay="0" showgotobar="0" autosize="0" showcaptioning="0" enabletracker="0" showtracker="1" enablecontextmenu="0" volume="0" showpositioncontrols="1" showaudiocontrols="1" ></embed>
ama kod böyle olunca su yapıyor.
<object id="MediaPlayer1" width="336" height="280" classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" type="video/x-ms-wmv" codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701" standby="Lutfen bekleyiniz... Microsoft® Windows® Media Player bilesenleri yukleniyor..."> <param name="URL" value="mms://85.17.73.137/po"> <param name="AutoStart" value="true"> <param name="AutoSize" value="false"> <param name="StretchToFit" value="true"> <param name="ShowStatusBar" value="true"> <param name="DefaultFrame" value="mainFrame"> <param name="uiMode" value="full"> <param name="enableContextMenu" value="false"> <param name="allowfullscreen" value="true"> <param name="wmode" value="transparent"></param><param name="wmode" value="transparent"></param><embed wmode="transparent" wmode="transparent" type="application/x-ms-wmp" pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/" src="mms://85.17.73.137/po" align="middle" width="336" height="280" defaultframe="mainFrame" showstatusbar="true" uiMode="full" enableContextMenu="false" stretchtofit="true" allowfullscreen="true"></embed></object>
şimdi ne yapmalı?