<!-- 
   Copyright: Copyright 1998-2001 W3C (MIT, INRIA, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Alain Uginet, Oratrix
   File Name: linking-ext-dps-play.smil
   Media Components: 1 JPG
   Goal: test the "play" value of the destinationPlaystate attribute with an external link
   Expected behavior: if you click on the smile image, you should render an external document 
		(with the 'destination' text inside), and the smile should be disapeared. In addition, 
		the new document should be in played 'state'
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
        <region id="region1" width="400" height="400" />
    </layout>
  </head>
  <body>
    <seq>
	 <img id="test" region="region1" src="../images/smile.jpg" dur="5s" >
		<area title="shapetest" href="destination.smil" destinationPlaystate="play" /> 
	 </img> 
    </seq>
  </body>
</smil>