E-mail List Archives
Re: QuickTime and SMIL
From: andrew_kirkpatrick
Date: Jun 4, 2003 9:07PM
- Next message: Sandra Sutton Andrews: "Re: QuickTime and SMIL"
- Previous message: Sarah Horton: "QuickTime and SMIL"
- Next message in Thread: Sandra Sutton Andrews: "Re: QuickTime and SMIL"
- Previous message in Thread: None
- View all messages in this Thread
Sarah,
I can't get the video to play on any of my machines, in the web page or in the QuickTime application.
I've got an sample HTML that you can use as a model at
http://ncam.wgbh.org/richmedia/media/carqt/
Also, your quicktime movie's width was not correctly identified in MAGpie, resulting in the video region being unnecessarily large and the video
being up in the corner. The smil file below fixes this problem, but it is an easy adjustment in the MAGpie properties dialog.
<smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" xmlns="http://www.w3.org/TR/REC-smil" qt:time-slider="true"
qt:autoplay="true">
<head>
<meta name="title" content="Academic Success for Dartmouth College Students: Time Management" />
<meta name="author" content="Academic Skills Center at Dartmouth College" />
<meta name="copyright" content="Dartmouth College" />
<layout>
<root-layout height="195" width="330" background-color="black" />
<region height="130" width="170" background-color="black" left="85" top="5" id="videoregion" />
<region height="60" width="320" background-color="white" left="5" top="130" id="textregion" />
</layout>
</head>
<body>
<par dur="0:16:42.30">
<video alt="Time Management" dur="0:16:42.30" region="videoregion" src="rtsp://quicktime.dartmouth.edu/~cc/smil/TM.mov" />
<textstream alt="English captions for Time Management" dur="0:16:42.30" region="textregion" src="http://www.dartmouth.edu/~shorton/smil/TM.txt" />
</par>
</body>
</smil>
Hope this helps,
AWK
----
To subscribe, unsubscribe, or view list archives,
visit http://www.webaim.org/discussion/
- Next message: Sandra Sutton Andrews: "Re: QuickTime and SMIL"
- Previous message: Sarah Horton: "QuickTime and SMIL"
- Next message in Thread: Sandra Sutton Andrews: "Re: QuickTime and SMIL"
- Previous message in Thread: None
- View all messages in this Thread