<!-- 
   Copyright: Copyright 1998-2005  W3C (MIT, ERCIM, Keio), All Rights Reserved.
See http://www.w3.org/Consortium/Legal/.
Author: Alain Uginet, Oratrix
   File Name: linking-ext-show-new.smil
   Media Components: 1 JPG
   Goal: test the 'new' value of the show attribute with an external link
   Expected behavior: if you click on the smile image, you should render an external document in a second context 
		(with the 'destination' text inside), and in the same time, the smile image should keep playing
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/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" show="new" /> 
	</img> 
    </seq>
  </body>
</smil>