Sjabloon

Sjabloon:Extension:Quicktime

Beschrijving

Embedden van vele quicktime movies

Gebruik

<qt>file=[|width=][|height=]</qt>

Handleiding

Parameters
file pad van de movie
width in px of %
height in px of %
autoplay true/false
controller true/false
volume 0-100
name naam van de movie
id identificatie van de movie
src Source voor het downloaden van het bestand

Voorbeeld

Movie

{{sys:img|head=Introduction, moving & resizing|image=<qt>file=http://cdn.windowflow.com/MA/OL/v2/files/OL-moving-100820.mov|width=770|height=530|autoplay=false|controller=true</qt>|des=1. Introduction, moving & resizing|ref=Video afkomstig van [http://most-advantageous.com/optimal-layout/screencasts/  Optimal Layout]}}

Introduction, moving & resizing
<qt>file=http://cdn.windowflow.com/MA/OL/v2/files/OL-moving-100820.mov
1. Introduction, moving & resizing
Video afkomstig van Optimal Layout

MP3

<qt>file=http://www.pacdv.com/sounds/free-music/glow-in-the-dark.mp3|width=300|height=16|autoplay=false|controller=true|name=Klassiek|id=35011|src=http://www.pacdv.com/sounds/free-music/glow-in-the-dark.mp3</qt>

<qt>file=http://www.pacdv.com/sounds/free-music/glow-in-the-dark.mp3%7Cwidth=300%7Cheight=16%7Cautoplay=false%7Ccontroller=true%7Cname=Klassiek%7Cid=35011%7Csrc=http://www.pacdv.com/sounds/free-music/glow-in-the-dark.mp3</qt>


Installeren

  1. Download Extension:Quicktime
  2. Kopieer de code en plak in een bestand
  3. Vervang in regel 99 tweemaal this->url door this->file hierdoor wordt gebruik gemaakt van externe movies.
  4. Voeg in regel 78 || $this->instr=='volume' toe
  5. Sla op als Quicktime.php in de folder Quicktime en kopieer de folder naar /extensions
  6. Neem in LocalSettings.php de volgende regel op:
require_once("$IP/extensions/Quicktime/Quicktime.php");

Externe Links