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 references in SMIL?
Submitted by: AdministratorAd
- A time namespace should be defined to use SMIL in HTML.
- The process is:
1. Add <?import> element in <HTML> tag definition to add time name space.
2. Define a ‘time’ class to add SMIL attributes to standard HTML elements.
3. This is done by <html xmlns:time="urn:schemas-microsoft-com:time">
4. To define the class "time" add a <style> element.
5. This is done by
<head>
<?import namespace="time" implementation="#default#time2">
<style>.time {behavior: url(#default#time2)}</style>
Submitted by: Administrator
- The process is:
1. Add <?import> element in <HTML> tag definition to add time name space.
2. Define a ‘time’ class to add SMIL attributes to standard HTML elements.
3. This is done by <html xmlns:time="urn:schemas-microsoft-com:time">
4. To define the class "time" add a <style> element.
5. This is done by
<head>
<?import namespace="time" implementation="#default#time2">
<style>.time {behavior: url(#default#time2)}</style>
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
