SMIL Question:
Download Questions PDF

Give an example of SMIL file?

Answer:

- SMIL files are written using a text editor.

- A compatible SMIL player is needed such as Ambulant Player.

- SMIL have <head>, <body> and <layout> tags.

- <layout> tag is used specify the size and background color of the presentation.

- Following code snippet is an example of SMIL:

<head>
<layout>
<topLayout width="640px" height="480px" backgroundColor="#FFFFFF"
open="whenActive" close="whenNotActive"/>
</layout>
</head>

Download SMIL Interview Questions And Answers PDF

Previous QuestionNext Question
What is the use of SMIL?What is SMIL?