- From: Patrick Schmitz <cogit@ludicrum.org>
- Date: Wed, 14 Apr 2004 09:23:03 -0700
- To: "Stewart, Gary" <Gary.Stewart@luht.scot.nhs.uk>, <www-smil@w3.org>
Hi Stewart - I think you want the "beginEvent" event. It has the odd name to distinguish it from the syncbase functionality of "foo.begin". See also: http://www.w3.org/TR/smil20/smil-timing.html#Timing-DOMEvents Patrick > -----Original Message----- > From: www-smil-request@w3.org [mailto:www-smil-request@w3.org]On Behalf > Of Stewart, Gary > Sent: Wednesday, April 14, 2004 4:07 AM > To: 'www-smil@w3.org' > Subject: 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 12:24:26 UTC