<?xml version="1.0" encoding="ISO-8859-1"?>
<smil>
	<head>
		<!--meta name="author" content="Kari"/-->
		<!--meta name="author" content="Honkkis"/-->
		<!--meta name="title" content="XSL FO in SMIL"/-->
		<layout>
			<root-layout height="400" width="400" background-color="red"/>
			<region id="screen" left="20" top="20" height="300" width="360" z-index="1"/>
			<region id="texts" left="20" top="320" height="50" width="360" z-index="1"/>
		</layout>
	</head>
	<body>
		<seq>

     			<text begin="0s" id="intro" type="text/plain" region="screen" src="data:,A very very simple demo to include FO-file in SMIL." dur="4s"/>

			<par>
				<!-- Here we show an image, which is actually a SVG file -->
				<img id="SVG Example" src="../fo/newlinktest.fo" region="screen" begin="0s" end="60s"/>
				<text id="hello" type="text/plain" region="texts" src="data:,Please wait, as the FO may take some time to load up... and then you can scroll around!" dur="57s"/>
				<text id="outoftime" type="text/plain" region="texts" src="data:,Time ends!!!" begin="57s" dur="2s"/>
				
			</par>
     			<text begin="0s" id="end" type="text/plain" region="screen" src="data:,The End." dur="25s"/>

		</seq>
	</body>
</smil>
