Back Next Index Table of contents Home
Go to...
ProgressDone (4 of 11)To do.

Chapter 5. Advanced Users - screen 4 of 11

The "begin" event (source)

In our sample, the following source will make the madewithsoja.gif image begin 2s after vim32x32.gif begins.

<smil>
 <!-- head (skipped) -->
 <body>
  <par>

   <img src="vim32x32.gif" region="vim_icon"
	id="vim" begin="4s" />

   <img src="madewithsoja.gif" region="soja_icon"
        begin="id(vim)(2s)" />

  </par>
 </body>
</smil>
Source - See it running in SOJA

The SMIL Tutorial is ©HELIO 1998-1999 all rights reserved
Comments about this page