SMIL in HTML
|
L'Internet Explorer pu� fare funzionare le presentazioni di SMIL all'interno delle lime del HTML.
|
Esempio: Internet Explorer
|
<html xmlns:time="urn:schemas-microsoft-com:time">
<head>
<?import namespace="time" implementation="#default#time2">
<style>.time {behavior: url(#default#time2)}</style>
</head>
<body>
<time:seq repeatCount="indefinite">
<img class="time" src="image1.jpg" dur="3s" />
<img class="time" src="image2.jpg" dur="3s" />
</time:seq>
</body>
</html>
|
Abstract
|
Il profilo di HTML+SMIL integra un sottoinsieme della specifica di SMIL con il HTML. Include i moduli di SMIL che sostengono la animazione, il collegamento, gli oggetti di mezzi, controllo soddisfatto, cronometrando una sincronizzazione e gli effetti di transizione. Le caratteristiche di SMIL sono integrate direttamente con il HTML ed il CSS e possono essere usate maneggiare le caratteristiche di CSS e del HTML. � progettato per il web client che sostiene la lingua di margine di profitto di HTML+SMIL. Il Document type definition (DTD) o lo schema � effettuato per mezzo dei moduli di SMIL.
|
Aggiunta dei riferimenti
|
Per usare gli elementi di SMIL in HTML dovete definire un namespace �di tempo� affinch� l'Internet Explorer riconosciate gli elementi. Ci� � fatta vicino:
- Per aggiungere una definizione del namespace al <html> etichettare.
- Per aggiungere <? elemento del import> per importare il namespace �di tempo�.
Per aggiungere gli attributi di SMIL agli elementi standard del HTML dovete definire un codice categoria �di tempo� affinch� l'Internet Explorer riconosciate gli attributi. Ci� � fatta vicino:
- per definire il codice categoria �tempo� aggiungere un elemento del <style>.
|
<html xmlns:time="urn:schemas-microsoft-com:time">
<head>
<?import namespace="time" implementation="#default#time2">
<style>.time {behavior: url(#default#time2)}</style>
</head>
|
Aggiunta degli elementi di SMIL
|
Per eseguire una presentazione di SMIL in HTML, aggiungere appena un prefisso e un attributo del codice categoria agli elementi di SMIL:
Nell'esempio qui sopra abbiamo aggiunto il class= " tempo " agli elementi del <img> e un prefisso �di tempo� agli elementi di SMIL
Per fare funzionare una presentazione di SMIL in HTML, aggiungere appena un prefisso e un attributo del codice categoria agli elementi di SMIL:
|
<time:seq repeatCount="indefinite">
<img class="time" src="image1.jpg" dur="3s" />
<img class="time" src="image2.jpg" dur="3s" />
</time:seq>
|
Keywords: smil example,
smil file,
html space,
basic html,
html help,
html images,
smil video,
html frames,
html code,
embed html,
smil files,
table html,
html list,
marquee html,
smil media,
html attributes,
img html,
xpath html,
smil audio,
w3schools html,
xsl html,
html size,
color html,
cdata html,
xml html,
html href,
html div,
image html,,
background html,
html align,
xslt html,
html tag,
html syntax,
td html,
smil text,
stylesheet html,
html border,
html text,
smil multimedia,
html line
mms smil,
css html,
play smil,
html elements,
html frame,
html example,
html select,
w3c html,
html object,
html name
|