<smil>
	<head>
		<!-- path for progressive download -->
		<meta base="/resources/web/documentation/video/media/" />
		<layout>
			<root-layout width="320" height="240" />
		</layout>
	</head>
	<body>
	<switch>
		<!-- Show video: "base+src" When users connection is: "system-bitrate"-->
		<video src="eric-vp6-700kb.flv" system-bitrate="700000" />
		<video src="eric-vp6-400kb.flv" system-bitrate="400000" /> 
		<video src="eric-vp6-150kb.flv" system-bitrate="150000" /> 
		<!-- If connection is even slower, just use the following -->
		<ref src="dexter/eric-vp6-56kb.flv" />
	</switch>
	</body>
</smil>
