Talk:Quicktime Movies: Difference between revisions

From Embryology
No edit summary
No edit summary
Line 1: Line 1:
Size/Width attributes don't hold up in Internet Explorer (6 or 7)
=== Base Syntax ===
<code><nowiki><qt></nowiki>file='''filename.mov'''|attribute='''value'''|...<nowiki></qt></nowiki></code>
=== Attribute Reference ===
* '''width'''=px or % ''(Modify the width of the object)''
* '''height'''=px or a% ''(Modify the height of the object)''
* '''autoplay'''=true/false ''(Start playing the file or wait at first frame, default:true)''
* '''controller'''=true/false ''(Show the controller, default:true)''
* '''name''' (object-specific)
* '''id''' (embed-specific)
* '''src''' (embed-specific)


==Links==
==Links==
* http://www.mediawiki.org/wiki/Extension:Quicktime
* http://www.mediawiki.org/wiki/Extension:Quicktime
* http://en.wikipedia.org/wiki/QuickTime
* http://en.wikipedia.org/wiki/QuickTime

Revision as of 22:40, 7 October 2009

Size/Width attributes don't hold up in Internet Explorer (6 or 7)

Base Syntax

<qt>file=filename.mov|attribute=value|...</qt>

Attribute Reference

  • width=px or % (Modify the width of the object)
  • height=px or a% (Modify the height of the object)
  • autoplay=true/false (Start playing the file or wait at first frame, default:true)
  • controller=true/false (Show the controller, default:true)
  • name (object-specific)
  • id (embed-specific)
  • src (embed-specific)


Links