SMIL Question:
Download Job Interview Questions and Answers PDF
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>
- 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>
Download SMIL Interview Questions And Answers
PDF
Previous Question | Next Question |
Explain about Transition Effects and Animations? | List the Media Attributes of SMIL? |