Première page Précédent Suivant Dernière page Image
Exemple SMIL 1.0
<smil>
<head>
<layout type="text/smil-basic">
<region id="title" left="4%" top="4%" width="47%" height="22%"/>
<region id="image" left="20" top="50" z-index="1"/> ... </layout>
</head>
<body>
<seq>
<par id="A" endsync="last">
<audio id="P" dur="20.0 s" src="http://www.inria.fr/past.au"/>
<text id="Name" region="title" dur="5.0 s"
src="http://www.inria.fr/text.html"/>
<img id="Hello" region="image" src="http://www.inria.fr/hello.gif"
dur="10.0 s" />
<a id = "H1" href="#Next" show="replace"> <img id="Button"
region="xx" src="http://www.inria.fr/button.gif" /> </a>
</par>
<video id="Visit" region="video" begin="40s"
-
</seq> <par id="Next"> ... <!-- Next part of the scenario -->
</body></smil>