Re: Sound File "Finished" Event

You can also do this based on the end event, controlling another timed
element directly.  You would change my previous example to the following:

<t:audio id="mediaContent" t:src="foo.mid" t:repeat="3" />

<span class="time" t:beginEvent="mediaContent.onEnd">
all repeats ended
</span>

The span (or any other element) will display only after the sound ends,
after the 3 repeats.

-Pablo

Received on Thursday, 19 August 1999 20:10:22 UTC