What is <audio> Element in SMIL?

What is <audio> Element in SMIL?



- The <audio> element defines a specific reference for an audio object.

- Following example illustrates the element:
<html xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?import namespace="t" implementation="#default#time2">
</head>
<body>

<t:audio src="dance.wav" repeatCount="indefinite" type="wav" />

</body>
</html>
Post your comment