Answers

Question and Answer:

  Home  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>

 161 views

More Questions for you: