JW WMV Player BBCode
Posted: 06 Mar 2010, 17:26
JW WMV Player BBCode
Author: torinogt
Description: Description: 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/players/jw-wmv-player/
Attached file: Download, unzip and upload the included files to your forum.
BBCode:
HTML:
Helpline:
Example:
Demo:
[jwmv]http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/jwmv]
Author: torinogt
Description: Description: 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/players/jw-wmv-player/
Attached file: Download, unzip and upload the included files to your forum.
BBCode:
Code: Select all
[jwmv]{URL}[/jwmv]
Code: Select all
<div name="{URL}" id="{URL}"></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:'{URL}',
height:'320',
width:'440'
};
var ply = new jeroenwijering.Player(cnt,src,cfg);
</script>
Code: Select all
JW WMV player: [jwmv]url[jwmv]
Code: Select all
[jwmv]video1,http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/jwmv]
[jwmv]http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/jwmv]