Events

Hi there,

Sorry if this seems like a really simple question but I'm attempting to
create a dynamic slideshow in XSmiles where additional slides will be added
at periodic intervals (when a sequence starts or finishes for example).
Anyway the script is there but I seem to be having difficulty capturing the
correct event (using XML Events). I've looked at "DOM Core: The SMIL DOM
Foundation" but couldn't find any mention of the specific events triggered.
Basically I'm looking for something that, when a slide is shown (or when a
sequence starts) the script is called, I've got something at the moment that
looks like...

<seq id="test_seq" repeatCount="indefinite">
	<textstream ev:event="activate" ev:handler="addSlide" dur="1s"
type="text/plain" id="adder" src="data:text/plain, Test" region="bottom"/>
</seq>

I'm aware that *activate* isn't the correct event.

Thanks for any help,

Gary


**********************************************************************
The information contained in this message may be confidential or legally privileged and is intended for the addressee only, If you have received this message in error or there are any problems please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden.
**********************************************************************

Received on Wednesday, 14 April 2004 07:08:08 UTC