SMIL - Example Document
<smil>
<head>
<layout>
<root-layout background-color=“blue” width=“200” height=“300”/>
<region id=“videoregion” top=“10” left=“10” width=“180” height=“180”/>
</layout>
</head>
<body>
<par repeat=“3”>
<video src=“video.rm” region=“videoregion”/>
<audio src=“audio.rm”/>
</par>
</body>
</smil>