MULTIMEDIA
Eigenschaft | Datentyp | Beschreibung | Standard | ||||||||||||
resource / stdWrap | Die Multimediadatei. Dateitypen:
| ||||||||||||||
string / stdWrap | Die Parameter für das Multimedia-Objekt. Wird benutzt, um Parameter wie width und height anzugeben. Beispiel: ... erzeugt einen Tag wie '<embed ... width="200" height="300">' height= Ein leerer String entfernt den Parameter. | ||||||||||||||
-> 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 |
Kommentare von registrierten Benutzern:
@just2b: Es muß so heißen:
| Typoscript: | Zeilennummerierung: An / Aus |
- temp.flash = MULTIMEDIA
- temp.flash {
- file = fileadmin/flash/startseitemp.swf
- params (
- width=351
- height=136
- pluginspage = http://macromedia.com/go/getflashplayer
- type = application/x-shockwave-flash
- quality= high
- wmode = transparent
- )
- }
Wer nun das Zeug aus der Datenbank holen will:
multimedia = MULTIMEDIA
multimedia {
file {
field=multimedia
wrap=uploads/media/|
}
params.field = bodytext
}
Natürlich verhält sich 'file' nicht so wie beim IMAGE-Objekt aber wer nicht kobeln will sollte eben kein Typo3 benutzen....
Und ein Beispiel dazu:
| Typoscript: | Zeilennummerierung: An / Aus |
- temp.flash = MULTIMEDIA
- temp.flash {
- file = fileadmin/flash/startseitemp.swf
- pluginspage = http://macromedia.com/go/getflashplayer
- type = application/x-shockwave-flash
- quality= high
- wmode = transparent
- params (
- width=351
- height=136
- )
- }







