Manuale di riferimento degli elementi multimedia su Web

Elemento <bgsound>

属性 Funzione
id A unique id for the element.
src La posizione (URL) del file sorgente.
balance Il bilanciamento. (-10000=sinistra, +10000=destra).
loop Il numero di ripetizioni. (-1=infinite).
volume Il volume. (0=max, -10000=min).

Elemento <embed>

属性 定义
autostart Avvio automatico. (true | false).
height L'altezza dell'elemento in pixel o %.
hidden La visibilità dell'elemento. (true | false).
src La posizione (URL) del file sorgente.
width La larghezza dell'elemento in pixel o %.

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

Elemento <applet>

属性 定义
alt Un testo alternativo.
archive Le posizioni (URL) dei file di archivio.
code La posizione (URL) del codice dell'applet.
codebase La posizione di base (URL predefinito) per tutti i file.
height L'altezza dell'applet in pixel o %.
name Il nome dell'applet.
object Una rappresentazione salvata dell'applet. Non utilizzarla.
width La larghezza dell'applet in pixel o %.

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

Elemento <object>

属性 定义
archive Le posizioni (URL) dei file di archivio.
classid La posizione (URL) dell'oggetto.
codebase Il percorso di base utilizzato per risolvere gli URI relativi specificati da L'attributo classid, data e archive.
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 object's name.
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.

Stylized attributes

Note:These parameters are not recommended. Use styles instead.

属性 定义
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.

Evento standard

Evento Maniglia
onclick Clic del mouse
ondblclick Doppio clic del mouse
onmousedown Il pulsante del mouse è stato premuto
onmouseup Il pulsante del mouse è stato rilasciato
onmouseover Il cursore è stato mosso sull'elemento
onmousemove Il cursore è stato mosso all'interno dell'elemento
onmouseout Il cursore è stato mosso lontano dall'elemento
onkeypressed La chiave è stata premuta e rilasciata sopra l'elemento
onkeydown La chiave è stata premuta mentre si è sopra l'elemento
onkeyup La chiave è stata rilasciata sopra l'elemento