Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Best Multimedia Interviews:3D Animation3D Studio MaxCompression StandardCoreldrawDesign EngineerDreamWorks AnimatorGIF AnimationGnuplotGraphicsGraphics DesignerImage ProcessingImage Processing AlgorithmsImage Processing GeneralInPageInterior DesignMediaMultimediaMultimedia CompressionMultimedia GeneralOpen GLPhotographerScientific VisualizationSilverlightSMILVisual Effects
Copyright © 2018. All Rights Reserved
SMIL Interview Question:
What is <audio> Element in SMIL?
Submitted by: Administrator- 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>
Submitted by: Administrator
- 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>
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.
https://InterviewQuestionsAnswers.ORG.