clipped from: www.typo3forum.de   

MULTIMEDIA

Eigenschaft

Datentyp

Beschreibung

Standard

file

resource / stdWrap

Die Multimediadatei. Dateitypen:

txt, html, htm

Wird direkt eingefügt

class

Java-Applet

swf

Flash-Animation

swa, dcr

Shockwave-Animation

wav, au

Sound

avi, mov, asf, mpg, wmv

Film (AVI, QuickTime, MPEG4)

params

string / stdWrap

Die Parameter für das Multimedia-Objekt. Wird benutzt, um Parameter wie width und height anzugeben.

Beispiel:
width=200
height=300

... erzeugt einen Tag wie '<embed ... width="200" height="300">'

height=

Ein leerer String entfernt den Parameter.

stdWrap

-> stdWrap

 

 

au, wav

width of control

Standard 200

height of control

Standard 16

loop = true/false

autostart = true/false

avi, mov, asf, mpg, wmv

width of control

Standard 200

height of control

Standard 200

autostart = true/false

(nicht bei "mov")

swf, swa, dcr

width

Browservorgabe, ca. 200

height

Browservorgabe, ca. 200

quality

Standard "high"

class

height

Standard 200

width

Standard 200


Typoscript:Zeilennummerierung:  An / Aus

  1. temp.flash = MULTIMEDIA
  2. temp.flash {
  3. file = fileadmin/flash/startseitemp.swf
  4. pluginspage = http://macromedia.com/go/getflashplayer
  5. type = application/x-shockwave-flash
  6. quality= high
  7. wmode = transparent
  8. params (
  9. width=351
  10. height=136
  11. )
  12. }