1.

What Is <audio> Element In Smil?

Answer»

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>

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>



Discussion

No Comment Found