What is <video> Element in SMIL?

What is <video> Element in SMIL?



- 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>
- **** In the src attribute specify any website name.
Post your comment