Extension talk:Quicktime

From mediawiki.org
Latest comment: 16 years ago by Dvmorris in topic Using this extension inside a template
( This doesn't work. There is no image source.

See =

<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="160"HEIGHT="144" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab"><PARAM name="SRC" VALUE=""><param name="autoplay" value="false"><param name="controller" value="true"><EMBED SRC="" WIDTH="320" HEIGHT="240" autoplay="false" controller="true" PLUGINSPAGE="http://www.apple.com/quicktime/download/"></EMBED></OBJECT>
This extension is not installed at MediaWiki.org, so it won't work here. --HappyDog 14:41, 3 December 2006 (UTC)Reply

Will this extension work with externally hosted quicktime movie files if I put file=http://mysite.com/mymovie.mov ?

Using this extension inside a template[edit]

I am trying to use this extension inside a template, by passing it the filename parameter like this:

{{beforeafter|file1.mov|file2.mov|message}}

and it returns an error or just won't work at all. Is there a way to modify this extension to allow these <qt></qt> tags to be embedded inside templates? I think it must have something to do with the order in which the variables are parsed, but I'm not sure how to fix it... Thanks for the help, --Dvmorris 06:29, 7 August 2007 (UTC)Reply