JW WMV Player BBCode
The JW WMV Player BBCode is a simple, flexible player for displaying Windows Media video, audio and (live) streams on your website. While not yet as widely installed nor feature-rich as Flash, Silverlight is excellent for publishers who have content encoded in WMV or WMA. The player features a similar list of variables as the JW FLV Player, with the exception of playlist support. The 1.1 version also introduces a javascript API. dl link. installation instructions, etc are included in the dl link.
Requires microsoft silverlight to be installed on your computer. if not, it will provide a
dl link to install.
Further info:
http://www.longtailvideo.com/pla.....v-player/
Download file: http://www.phpbb3bbcodes.com/download/file.phpşid=106
BBCode:
Kod:
[jwmv]http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/jwmv]
:
s]'\\[jwmv\\]([^\\([]*)\\[/jwmv\\]' => '<div name="\\1" id="\\1"></div>
<script type="text/javascript" src="images/wmvplayer/silverlight.js"></script>
<script type="text/javascript" src="images/wmvplayer/wmvplayer.js"></script>
<script type="text/javascript">
var cnt = document.getElementById("{URL}");
var src = 'images/wmvplayer/wmvplayer.xaml';
var cfg = {
file:'\\1',
height:'320',
width:'440'
};
var ply = new jeroenwijering.Player(cnt,src,cfg);
</script>'
Example: Direk link yazmanşz gerekiyor.
Yukarşdaki dosyayş indirin gerekli dşzenlemeleri yapşnşz..