VideoEmbedding - A text filter to use BBCode-like tag to include external video.
To include MySpace video with id: 33634079
[ms]33634079[/ms]
To include YouTube video with id: fn3rbKd47IY
[yt]fn3rbKd47IY[/yt]
To include Google video with id: -1297655380651175550
[gv]-1297655380651175550[/gv]
To include Vimeo video with id: 736158
[vm]736158[/vm]
To include you local video using JW FLV Media Player located at /my_videos/diamond_video.flv
[mp height="480" width="320" mp_path="/plugins/"]/my_videos/diamond_video.flv[/mp]
where mp_path is the web path where swfobject.js and mediaplayer.swf are located.
To include Blip.tc video with id: 1006787
[bl]33634079[/bl]
svn co https://svn.micso.net:666/bruni/MTOS/MTVideoEmbedding/trunk/MTVideoEmbedding/plugins/MTVideoEmbedding/ MTVideoEmbedding
Support for JW FLV mediaplayer had problems when more that one video had shown in the same page.
In support for JW FLV mediaplayer width and height parameter were reversed.
Add support for blip.tv video
Add support for JW FLV mediaplayer (http://www.jeroenwijering.com/?item=JW_FLV_Player)
Minor changes and add some documentation
Implementing standard MT plugin interface.
Modified by Emiliano Bruni to optimize regex code and implementing other video hosting services (vimeo, myspace, etc.)
Modified by David Wees
Created by Crys Clouse;
Emiliano Bruni <http://www.ebruni.it>
Original code: Crys Clouse <http://forums.sixapart.com/index.php?showtopic=59263>
Copyright (c) 2008/2009 - Emiliano Bruni <http://www.ebruni.it/>
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
To received a copy of the GNU General Public License see <http://www.gnu.org/licenses/>.