Author: Stoker
Description: With the Wmv Player BBCode you can embed wmv files
Note that this is not the best way of embedding because not all systems can play this type of files
BBCode:
Code: Select all
[wmv]{URL}[/wmv]
Code: Select all
<object id="MediaPlayer" width="425" height="350" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="{URL}">
<param name="autostart" value="false">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="ShowDisplay" value="false">
<embed type="application/x-mplayer2" src="{URL}" name="MediaPlayer"
width="425" height="350" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"></embed>
</object>
Code: Select all
Wmv: [wmv]Video Url[/wmv]
Code: Select all
[wmv]http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/wmv]
[wmv]http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/wmv]