What is <video> Element in SMIL?

Submitted by: Administrator
- The <video> element defines a specific reference for a video object.

- Following example illustrates the element:

<html xmlns:t="urn:schemas-microsoft-com:time">
<head>
<?import namespace="t" implementation="#default#time2">
</head>
<body>

<t:video src="http://www.mysite.com/about/vap_windows_check.wmv"
repeatCount="indefinite" type="wmv" />

</body>
</html>
Submitted by: Administrator

Read Online SMIL Job Interview Questions And Answers