[Web4lib] getting SMIL to work in IE 6

jfitzgibbon at galwaylibrary.ie jfitzgibbon at galwaylibrary.ie
Mon Apr 21 10:26:56 EDT 2008


Hi,

I am attempting to display two videos in sequence as part of a 
demonstration. Both videos are in .flv format and are displayed using 
Flash Video Player. In the demonstration, I hope to display some minutes 
from both videos. My idea is to set this up in a Web page and control the 
display with SMIL.

This is my HTML file with the SMIL tags included.


***************************************************************

<html xmlns:time="urn:schemas-microsoft-com:time">
<head>
  <?import namespace="t" implementation="#default#time2">
  <style>.time {behavior: url(#default#time2)}</style>
</head>

<t:smil>
	<t:body>

		<t:seq repeatCount="1">
			<t:video class="time" src="one_a.flv" type="video/x-flv" begin="2s" 
dur="1:00.1"/>
			<t:video class="time" src="two_a.flv" type="video/x-flv" begin="4s" 
dur="1:00.1"/>
		</t:seq>

	</t:body>
<t:smil>

</html>


****************************************************************

Unfortunately, this doesn't work and I fail to see why not. I would really 
appreciate any assistance. SMIL can be a really powerful technology if 
only it would do on screen what it can do in my head.

Regards
John 





More information about the Web4lib mailing list