Answers

Question and Answer:

  Home  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>

 166 views

More Questions for you: