You are in Home page » Products » Opensource » Movable Type Plugins » Include external video |
![]() |
![]() |
|||
![]() |
![]() |
NAMEVideoEmbedding - A text filter to use BBCode-like tag to include external video.
SYNOPSISTo 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]
HOW TO INSTALL
USAGE
VERSION HISTORY
AUTHOREmiliano Bruni <http://www.ebruni.it> Original code: Crys Clouse <http://forums.sixapart.com/index.php?showtopic=59263>
COPYRIGHT AND LICENSECopyright (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/>.JavaScript Menu Courtesy of Milonic.com |
![]() |
|
![]() |
![]() | ||
Copyright© 1997-2006 Emiliano Bruni | Online from 16/08/1998 with |
Write me to:
![]() |
What if I need to post more than one video on a Page or Entry? It appears to only load one when using the JW FLV player [mp] code... how do I place multiple videos on the same page, please?
Do you have an example page where problem appears?
I figured it out -- it only shows the first video as it appears the code on the page is set to use the same div ID. I ended up entering the
Here is an idea I came up with today: why not put the MT Entry ID as the DIV ID, then every video/player would be unique to each post? div id="player{MTEntryID}" should do the trick. Then when more than one entry is displayed on a page/archive/etc it will work with all of them, yes?
Don't worry. As soon as possible (probabily next week) I distribute a version without this problem.
Thanks in advance
Greeatings Emiliano
Any news on an update for your plugin yet? Just curious.
Cheers!
Sorry jeremy for delay. In my mind I was sure to have change this component for your problem. When I read your comment I had to go and see the code to see that I have not actually done anything.
Now I distributed a new version (02.30) that should solve the DIV ID problem in JW FLV player.
Tell me if you have other problems.
Bye
Emiliano-
Excellent. It works now as I would expect. Thank you!!
For my purposes it works even better to write the code as:
my $id = "mplayer" . "_$ctime";
and then add a class to the div for consistent styling of all video player elements:
Very nice!
Here are the paths for my setup:
cgi-bin
--mt
----plugins
------MTVideoEmbedding
------mediaplayer.swf
------swfobject.js
httpdocs
--blog
----video
------testvideo.flv
--mt-static
The [yt] tag works for me just fine, but the [mp] tag (version 2.30) does nothing but display "You don't have Flash player enabled."
The code in the entry is as follows:
[mp height="480" width="320" mp_path="/plugins/"]/video/testvideo.flv[/mp]
What am I doing wrong?
Hi. THX for the useful plugin.
I am wondering whether it works with dynamic publishing?
Regards
Is there anybody?
Yes, I'm here :-D
What do you mean with "dynamic publishing"?
Dynamic Publishing means this:
http://www.movabletype.org/documentation/administrator/publishing/static-and-dynamic-publishing.html
regards
Hi again-
I still think it would work best to use the EntryID instead of the $ctime for local video files. Every entry is always unique, but I am somehow getting the same timestamp on multiple entries when rebuilding using 2.3 of your plugin. Is this possible?
Hi There! I have installed the fle where I was told, but it does not show up in my plugins page in the admn section of MT nor does it appear in the FORMAT pulldown section when entering a new post.