I updated my quicktime management plugin for textpattern today. I have had the new features added to it for a bit now, I was just having a terrible time getting it smoothed out so that I could distribute it. But the new plugin install can be found here and make sure you grab the new javascript file (if you’re in to that sort of thing) here.
The new feature(s) I added are a postermovie attribute along with the ability to specify a particular postermovie, what type you want to use, and where you want to pull it from.
If the postermovie field is set numerically, it assumes it’s managed by textpattern and you’re providing an ID. It then checks to see whether your set the pmtype attribute to image/quicktime or video/quicktime and then looks in images or files accordingly for the id specified. If it’s a file path, it just loads that path in as the postermovie.
You can see the new shit demo-ed here. The tag I used to embed this was (line break marked with “»”):
<txp:wlk_qt width="320" height="256" bgcolor="silver" fieldname="mp3/video" pmfieldname="poster"»
pmtype="image/quicktime" js="true" />
...and the custom fields each had an ID number of a video and an image in them.
I did this upgrade to my system for a new site I’m building for a videographer. I’ll provide a link when it’s up.
Sphere: Related Content
THE redesign looks awesome!
WORD
— J SCHMITZ · Jan 20, 05:04 AM · #
The Plugin rocks but the user sucks!...
I can’t get the posterframe working…
I have a video uploaded in files id=1
and an image uploaden with an id=3
Ive tried a couple of tags video woks but cant get the poster work… Even copied paste the one above but dont understand where to put the poster id in… Can you give me an example for the above? That would help alot…
Thanxs
— jake · Jan 21, 11:28 PM · #
Script works great, and want to make it compatible with the iphone…
so need to get out full url like: http://www.domain.com/files/quicktime.mov
and make the embed url like this
/files/quicktime.mov
(thats the only way you get a play button on your iphone… dont know why … but it just is like that…)
Can you help me with that?
was thinking of this line:
$msg[] = ‘txp:wlk_qt: video=’.$atts[‘video’].’. File found and used with txp pref path from root ‘.$prefs[“path_from_root”];
— pj · Jan 31, 02:19 PM · #