- From: Pablo Fernicola <pablofe@microsoft.com>
- Date: Thu, 19 Aug 1999 17:09:41 -0700
- To: "'W3 SMIL Mailing List'" <www-smil@w3.org>
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