You are not logged in.
the_video is an easy way to embed videos in textpattern posts. Supports video embeding for the following sites:
Thanks to that I’ve added the output in a JavaScript, the embeded code validates the W3 standards since the <embed> tag does not validates.
Thanks to Zeta for giving me the help with making the code validate for W3C standards.
Last edited by TheM (2007-12-22 12:27:48)
Offline
TheM, you forgot to mention that the plugin (wonderful, BTW) also supports local .swf files…
TXP Tips | @txptips | Me | @jonathanstubbs | Github
TXP Builders – finely-crafted code, design and txp @txpbuilders
Offline
That is so true. Thank you for your reminder jstubbs!
Offline
theM thanks for posting your plugin here. I started using it as soon as i discovered it a few weeks ago. A real space saver!
neme.org | neme-imca.org | hblack.net | LABS
Offline
does this allow for embedding of our own quicktime, flash, or mpeg?
Offline
it allows for swf embedding but not for quicktime
neme.org | neme-imca.org | hblack.net | LABS
Offline
Any possibility to add a custom field in which you colud write the id?
I mean: put in the custom filed (beside the article) the number of the video and see it. No video in the article if the field is lenf blank, of course.
Offline
Great plugin, thank you! Would it be hard to also include flv files? Right now I’m using bas_flvplayer for that, but it would be wonderful if everything could be done with only one plugin. I know it is different because you’d also need the flvplayer, so maybe I’m asking too much. I tried converting my flv files to swf, but then the controls are lost and when the video is over you end up with a black square…
<txp:Els /> ;)
Tag Reference | Unexpected behaviour? Check the tag trace | Still no clue? Check the names of your custom fields
Offline
candyman wrote:
Any possibility to add a custom field in which you colud write the id?
I mean: put in the custom filed (beside the article) the number of the video and see it. No video in the article if the field is lenf blank, of course.
You could probably do this anyway with if_custom_field and asy_wondertag
ie for google video you could have something like…
<txp:if_custom_field name="googlevideo"><txp:asy_wondertag><txp:the_video from="g" id="<txp:custom_field name="googlevideo">" /></txp:asy_wondertag></txp:if_custom_field>
neme.org | neme-imca.org | hblack.net | LABS
Offline
The Problem is that the Feed gets invalid while the plugin is used inside an article.
Is there a walktrough or something to disable the output for feeds?
Offline