- From: John Taylor-Johnston <eslcafe@USherbrooke.ca>
- Date: Mon, 28 Mar 2005 20:41:43 -0500
- To: www smil <www-smil@w3.org>
- CC: eslcafe@USherbrooke.ca
Hi,
I need help updating my opening tags. I want to be compliant with SMIL 2.1 - that is if anyone
knows if QuickTime 6.5.2 is ready, if not the SMIL v2.0 will do. What is the syntax I need for <smil /> and <!DOCTYPE /> please?
Also, I'm having trouble getting clipBegin to work. Does anyone know if this works with QT?
Ref: http://www.w3.org/TR/2005/REC-SMIL2-20050107/extended-media-object.html#adef-clipBegin
John
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD SMIL 1.0//EN" "http://www.w3.org/TR/REC-smil/SMIL10.dtd">
<smil xmlns="http://www.w3.org/2001/SMIL20/Language" xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" qt:time-slider="true">
<?quicktime type="application/x-quicktime-media-link"?>
<head>
<layout>
<root-layout id="main" width="320" height="290" background-color="#000000"/>
<region id="region1" width="320" height="240" fit="fill"/>
<region id="region2" width="320" height="50" left="0" top="240" fit="hidden"/>
</layout>
</head>
<body>
<!-- body tags -->
<par>
<video src="how_its_made_20050328_wind_generators.mov" id="sound" clipBegin="55s"/>
...snip...
Received on Tuesday, 29 March 2005 01:40:45 UTC