<!-- 
   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-a-actuate1.smil
   Module: LinkingAttributes Module
   Feature: <a actuate="">
   Media Components: 2 JPG
   Goal: test the actuate attribute 
   Expected Behavior: You should see only the smile image
-->
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
  <head>
    <layout>
      <topLayout id="viewport-0" title="viewport 0" backgroundColor="black" width="400" height="400">
        <region id="region1" width="400" height="400"/>
      </topLayout>
    </layout>
  </head>
  <body>
    <seq>
      <a href="#img2" actuate="onLoad">
	<img id="img1" region="region1" dur="2s" src="../images/frown.jpg"/>
      </a>
      <img id="img2" region="region1" dur="20s" src="../images/smile.jpg"/>
    </seq>
  </body>
</smil>