<?xml version="1.1"?>
<!DOCTYPE smil PUBLIC "-//W3C//DTD SMIL 3.0 Language//EN" "http://www.w3.org/2008/SMIL30/SMIL30Language.dtd">

<!--
Copyright: Copyright 1998-2008 W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/2008/04-testsuite-license.
Author: Jack Jansen (CWI)
Version: January 22, 2008
Chapter: SMIL 3.0 Media Object
Module: MediaPanZoom
Feature: panZoom attribute animation
File Name: panZoomDemo.smil
Expected Behavior: The presentation shows a full image and then 5 different crops.
	full image to different crops. The accompanying text describes what should be seen.

-->
<smil xmlns="http://www.w3.org/ns/SMIL" version="3.0" baseProfile="Language">
  <head>
    <meta name="title" content="MediaPanZoom demonstration"/>
    <meta name="generator" content="GRiNS Pro for SMIL 2.0, v2.2 Mobile win32 build 150"/>
    <meta name="author" content="Dick Bulterman"/>
    <layout>
      <root-layout xml:id="Advanced_PPC_Slideshow" backgroundColor="white" width="480" height="540"/>
      <region xml:id="bkgd_image" />
      <region xml:id="Images" left="18" width="440" top="6" height="390" z-index="2" fit="meet"/>
      <region xml:id="Captions" left="19" width="440" top="395" height="140" z-index="1"/>
    </layout>
  </head>
  <body>
	<seq xml:id="ImagesAndAudioSequence">
	<par xml:id="Intro">
	  <smilText region="Captions" dur="2s">
		Using SMIL MediaPanZoom to enhance the image experience.
	  </smilText>
	</par>
	<par xml:id="Basic">
	  <img region="Images" src="bus.jpg" regPoint="center" regAlign="center"/>
	  <smilText region="Captions" dur="4s">
		This is the default, uncropped image, A bus entering a parking lot.<br/><br/>
		Not an image that makes you want to call Magnum, right?
	  </smilText>
	</par>
	<par xml:id="HighCrop">
	  <img region="Images" src="bus.jpg" panZoom="416, 1028, 724, 1252" regPoint="center" regAlign="center"/>
	  <smilText region="Captions" dur="4s">
		If we crop to just the bus and a bit of road we get this.<br/><br/>
		This gives a sense of distance to the picture.
	  </smilText>
	</par>
	<par xml:id="WideCrop1">
	  <img region="Images" src="bus.jpg" panZoom="416, 1028, 1288, 784" regPoint="center" regAlign="center"/>
	  <smilText region="Captions" dur="4s">
		Here is a wide crop.<br/><br/>
		Distance, and a bit of loneliness.
	  </smilText>
	</par>
	<par xml:id="WideCrop2">
	  <img region="Images" src="bus.jpg" panZoom="416, 560, 1288, 784" regPoint="center" regAlign="center"/>
	  <smilText region="Captions" dur="4s">
		Same size crop, but with more sky.<br/><br/>
		More loneliness, but with a sense of arrival this time.
	  </smilText>
	</par>
	<par xml:id="BusCrop">
	  <img region="Images" src="bus.jpg" panZoom="416, 1028, 303, 303" regPoint="center" regAlign="center"/>
	  <smilText region="Captions" dur="4s">
		But maybe you are really a bus-spotter, and you do not care about atmosphere?<br/><br/>
		By all means, concentrate on the bus.
	  </smilText>
	</par>
	<par xml:id="ThingCrop">
	  <img region="Images" src="bus.jpg" panZoom="1252, 1156, 140, 170" regPoint="center" regAlign="center"/>
	  <smilText region="Captions" dur="4s">
		Or, you're an electricity board maintainance person?<br/><br/>
		This cabinet does not seem to need painting just yet...
	  </smilText>
	</par>
	</seq>
  </body>
</smil>
