Esempio
Restituire il tipo MIME del contenuto incorporato:
var x = document.getElementById("myEmbed").type;
Il risultato di x sarà:
application/x-shockwave-flash
Prova tu stesso " Definizione e l'utilizzo
Gli insiemi di proprietà altezza o restituisce il valore del type di attributo in un <embed> elemento.
Il type attributo specifica il tipo MIME del contenuto incorporato.
Supporto browser
Proprietà | |||||
---|---|---|---|---|---|
type | sì | sì | sì | sì | sì |
Sintassi
Restituire la proprietà Tipo:
embedObject .type
Impostare la proprietà di tipo:
embedObject .type= MIME_type
I valori delle proprietà
Valore | Descrizione |
---|---|
MIME_type | Il tipo MIME del contenuto incorporato. Guardate i tipi IANA MIME per un elenco completo dei tipi MIME standard. |
Dettagli tecnici
Valore di ritorno: | A String, che rappresenta il tipo MIME del contenuto incorporato |
---|
Pagine correlate
Di riferimento HTML: HTML <embed> attributo type
<Object ed embed