Help with a QuickTime Smil Presentation.

"David C. Dondero" <[email protected]>
Newsgroups gmane.comp.web.smil
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.