
<!--

 You need a media player installed for this to work.

 Try the free player from http://www.realplayer.com

 For more about SMIL see:

 http://slis-two.lis.fsu.edu/%7Estand/example.html

 http://slis-two.lis.fsu.edu/%7Estand/example.html

 http://www.justSMIL.com

-->

<!-- Command details

< smil >

	< body >
		< par >
			< ! - - Play these streams concurrently (in parallel).  - - >
			< ! - - text  src="house.rt" region="text_region"   begin="1s"  / - - >
			< img src="http://drrw.net/downloads/flowers/flowers.rp" region="images_region" begin="1s"  />
			< ! - - audio src="house.rm" clip-end="145s" / - - >
		< /par >

	< /body >

< /smil >

-->

<imfl>
    <head title="Spring Flowers Show"
		author="David RR Webber"
		copyright='(c)1999 / 2003, all rights reserved.'
		timeformat='dd:hh:mm:ss.xyz'
		duration='60'
		bitrate='12000'
		width='512'
		height='512'
		url='http://www.drrw.net'
		aspect='true'/>

	<!-- Assign handle numbers to images -->

	<image handle="1" name="rose.jpg"/>
	<image handle="2" name="bee.jpg"/>
	<image handle="3" name="clematis.jpg"/>

	<!-- Fade image in and out -->

	<fill start="0" color="black"/>
	<fadein start="1" duration="3" target="1"/>
	<fadeout start="4" duration="3" color="green"/>

	<!-- Zoom in and out -->

	<fadein start="8" duration="3" target="2"/>
	<viewchange start="12" duration="3"
		srcx="64" srcy="64" srcw="384" srch="384"/>
	<viewchange start="16" duration="3"
		srcx="128" srcy="128" srcw="256" srch="256"/>
	<viewchange start="20" duration="3"
		srcx="0" srcy="0" srcw="512" srch="512"/>

	<!-- Zoom in and pan -->

	<fadein start="24" duration="3" target="3"/>
	<viewchange start="19" duration="3"
		srcx="0" srcy="0" srcw="320" srch="320"/>
	<viewchange start="29.5" duration="3"
		srcx="192" srcy="0" srcw="320" srch="320"/>
	<viewchange start="33" duration="3"
		srcx="192" srcy="192" srcw="320" srch="320"/>
	<viewchange start="36.5" duration="3"
		srcx="0" srcy="192" srcw="320" srch="320"/>

	<fadeout start="40.5" duration="2" color="#FF00FF"
		dstx="192" dsty="192" dstw="128" dsth="128"/>
	<fadeout start="43" duration="2" color="#AA00AA"
		dstx="128" dsty="128" dstw="256" dsth="256"/>
	<fadeout start="45.5" duration="2" color="#660066"
		dstx="64" dsty="64" dstw="384" dsth="384"/>
	<fadeout start="48" duration="2" color="#000000"
		dstx="0" dsty="0" dstw="512" dsth="512"/>

	<!-- Fade image in -->

	<fill start="50.5" color="black"/>
	<fadein start="51" duration="3" target="1"/>
	<viewchange start="55" duration="4"
		srcx="64" srcy="64" srcw="384" srch="384"/>


</imfl>
