1.

What Is <video> Element In Smil?

Answer»

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.

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.



Discussion

No Comment Found