<!-- 
   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-sps-play.smil
   Media Components: 1 JPG
   Goal: test the "play" value of the sourcePlaystate attribute (when show='new') with an external link
   Expected behavior: if you click on the smile image, you should render an external document 
		(with the 'destination' text inside) in a new context, In addition the first document (with the smile image)
		should keep playing
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
        <region id="region1" width="400" height="400" />
    </layout>
  </head>
  <body>
    <seq>
       <par>
		<img id="test" region="region1" src="../images/smile.jpg" dur="5s" >
			<area title="shapetest" href="destination.smil" show="new" sourcePlaystate="play" /> 
		</img> 
       </par>
    </seq>
  </body>
</smil>