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:
How to add SMIL elements?
Submitted by: AdministratorAd
- Add a prefix and class attribute to the SMIL elements.
- This executes SMIL presentation in HTML.
- Following example perform the task:
<time:seq repeatCount="indefinite">
<img class="time" src="image1.jpg" dur="3s" />
<img class="time" src="image2.jpg" dur="3s" />
</time:seq>
Submitted by: Administrator
- This executes SMIL presentation in HTML.
- Following example perform the task:
<time:seq repeatCount="indefinite">
<img class="time" src="image1.jpg" dur="3s" />
<img class="time" src="image2.jpg" dur="3s" />
</time:seq>
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
