Wmv Player BBCode

Video BBCode Database
BBCodes used for embedding videos
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

Wmv Player BBCode

Post by BBCode Bot »

Wmv Player BBCode

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]
HTML:

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>
Helpline:

Code: Select all

Wmv: [wmv]Video Url[/wmv]
Example:

Code: Select all

[wmv]http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/wmv]
Demo:
[wmv]http://www.aviation.ru/www.rusarm.ru/video/T-90S_1.wmv[/wmv]
Jinger
BBCoder II
BBCoder II
Posts: 16
Joined: 18 Apr 2010, 10:04

Re: Wmv Player BBCode

Post by Jinger »

WM Player is good for Televisions and radios .asx streaming :).
Aur3kas
BBCoder I
BBCoder I
Posts: 4
Joined: 29 Aug 2010, 04:19

Re: Wmv Player BBCode

Post by Aur3kas »

cool bbcode
Locked