Web-Multimedia-Elemente-Referenzhandbuch

<bgsound>-Element

属性 Funktion
id A unique id for the element.
src Der Standort (URL) der Quelldatei.
balance Der Ausgleich. (-10000=links, +10000=rechts).
loop Die Anzahl der Wiederholungen. (-1=unendlich).
volume Die Lautstärke. (0=max, -10000=min).

<embed>-Element

属性 定义
autostart Automatischer Start. (true | false).
height Die Höhe des Elements in Pixeln oder %.
hidden Die Sichtbarkeit des Elements. (true | false).
src Der Standort (URL) der Quelldatei.
width Die Breite des Elements in Pixeln oder %.

Please also refer to the stylized attributes, general HTML attributes, and event attributes at the bottom of the page:

<applet>-Element

属性 定义
alt Ein alternativer Text.
archive Die Standorte (URLs) der Archivdateien.
code Der Standort (URL) des Applet-Codes.
codebase Der Basisstandort (Standard-URL) für alle Dateien.
height Die Höhe des Applets in Pixeln oder %.
name Der Name des Applets.
object Eine gespeicherte Darstellung des Applets. Verwenden Sie dies nicht.
width Die Breite des Applets in Pixeln oder %.

Please also refer to the stylized attributes, general HTML attributes, and event attributes at the bottom of the page:

<object>-Element

属性 定义
archive Die Standorte (URLs) der Archivdateien.
classid Der Standort (URL) des Objekts.
codebase Der Basispfad, der verwendet wird, um relative URIs zu lösen, die von Die classid-, data- und archive-Attribute.
codetype The content type of the code.
data The location (URL) of object data.
declare Do not instantiate (execute) the object.
height The height of the object in pixels or %.
name The name of the object.
standby Text to display while object is loading.
tabindex The position in the tab order
type The content type of the object.
usemap The location (URL) of an image map.
width The width of the player in pixels or %.

Please also refer to the stylized attributes, general HTML attributes, and event attributes at the bottom of the page:

<param> 元素

The <param> element defines parameters for the object or applet element.

属性 定义
id A unique id for the element.
name Parameter name.
type Parameter content type.
value Parameter value.
valuetype Parameter value type.

样式化属性

注释:These parameters are not recommended for use. Instead, use styles.

属性 定义
align The alignment of the object.
border The border with in pixels.
hspace The horizontal white-space (margin) in pixels.
vspace The vertical white-space (margin) in pixels.

通用 HTML 属性

属性 定义
class The element's class.
dir The directionality of the element.
id A unique id for the element.
lang The language used by the element.
style The element's style.
title The elements title.

Standardereignis

Ereignis Handler
onclick Mausklick
ondblclick Maus doppelgeklickt
onmousedown Maustaste gedrückt
onmouseup Maustaste freigegeben
onmouseover Cursor bewegt sich auf das Element
onmousemove Cursor bewegt sich innerhalb des Elements
onmouseout Cursor bewegt sich vom Element weg
onkeypressed Taste gedrückt und freigegeben über dem Element
onkeydown Taste gedrückt über dem Element
onkeyup Schlüssel freigegeben über das Element