- From: David C. Dondero <daviddondero@radio521.com>
- Date: Sat, 18 Oct 2003 01:53:50 -0400
- To: <www-smil@w3.org>
- Message-ID: <00f801c3953c$34c83be0$0203a8c0@xp1900>
Hello, probably a simple question for most of you, but it's been driving me crazy! This is for QuickTime Smil presentation. Is there a way in which I can put html files above and below the movie in this smil presentation, like perhaps an html page of sorts? What I am trying to do is basically make it like those movies you see on the QuickTime Movie Trailers site- that look somewhat letter boxed. Here is the code so far: <smil xmlns:qt="http://www.apple.com/quicktime/resources/smilextensions" qt:autoplay="true"> <head> <layout> <root-layout id="rl" width="640" height="480" background-color="#0066FF" /> <region id="movie" "width="480" height="360" fit="fill" left="160" top="115" /> </layout> </head> <body> <seq> <a href="http://www.media521.com" show="new"> <!-- movie --> <video src="http://radio521.com/media521.com/video/tvbig.mov" region="movie" /></a> <!-- to a VOD movie --> <video src="tvbig.mov" region="movie"/> <!-- to a VOD movie --> <video src="tvbig.mov" region="movie"/> </seq> </body> </smil> Also curious to know what would have to be changed to play this it Real? Thanks! David Dondero
Received on Saturday, 18 October 2003 01:55:54 UTC