<!-- 
   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-dps-pause.smil
   Media Components: 1 JPG
   Goal: test the "pause" 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 paused 'state'
-->
<smil xmlns="http://www.w3.org/2005/SMIL21/Language">
  <head>
    <layout>
      <topLayout id="SMIL-" title=" SMIL " backgroundColor="black" width="400" height="400">
        <region id="region1" width="400" height="400"/>
      </topLayout>
    </layout>
  </head>
  <body>
    <seq>
      <img id="test" region="region1" dur="5s" src="../images/smile.jpg">
        <area id="test-1" destinationPlaystate="pause" href="destination.smil"/>
      </img>
    </seq>
  </body>
</smil>