I added support for pan, tilt, node, fov, moviename, and backgroundcolor to wlk_qt, my quicktime management and embed plugin for textpattern.
Here’s the new properties and some info on them:
- bgcolor – can be set to a hex value or a simple color name, e.g. “red” or “5a5a5a”. If not set, does not get written to page. Does not get written to page if the value is not a hex value or one of the supported colors found on this page.
- mvname – can be set to a str that names the movie (for tageting from another movie). If not set, does not get written to page.
- fov – Can be set to a number (0-360) that indicates the initial field of view for QTVR. If not set, does not get written to page.
- node – Can be set to a number that indicates the initial node of a multinode QTVR movie. If not set, does not get written to page.
- pan – Can be set to a number (0-360) that indicates initial pan degrees. If not set, does not get written to page.
- tilt – Can be set to a number (0-360) that indicates initial tilt degrees. If not set, does not get written to page.
The plugin is here and you need to redownload the js file if you’re using javascript to embed your movies. The JS file can be found here.