From: FearNo1 <[EMAIL PROTECTED]>
Subject: SMI question

I have a SMI file with the following 2 sections info:
1.  an intro using real3d text
2.  a video region, 2 text areas and a jpeg

The real3d text part is an intro with the second part all running
concurrently.  The problem is that when the intro completes running,
its region still overlaps the second section.  Both clips run fine,
except for the small problem that the intro realtext3d clips, overlaps
the second part (ie the video, 2 text areas, and jpeg).  I want the
intro to play first then go away, then load the 2nd part.

Looking forward to your responses..thanX!

Note that due to the limited space, I had to remove some of the
indents.  BTW, if this is hard to follow then I can send a better
indented version.

Below is the code:
<smil>
  <head>
  <meta name="author" content=""/>
  <meta name="title" content="Untitled"/>
  <meta name="copyright" content="� 1999"/>
  <layout>
    <root-layout background-color="#FFFFFF" height="210" width="441"/>
    <region id="Text" left="0" top="177" height="30" width="248"
         z-index="2" background-color="#FFFFFF"/>
    <region id="Video" left="0" top="0" height="179" width="269"
         fit="hidden"
         z-index="2" background-color="#FFFFFF"/>
    <region id="Pic" left="269" top="88" height="122" width="172"
         background-color="#FFFFFF"/>
    <region id="Adtext" left="269" top="0" height="76" width="171"
         background-color="#FFFFFF"/>
    <region id="intro_region" left="0" top="0" width="439" height="200"
         background-color="#FFFFFF"/>
  </layout>
  </head>
  <body>
   <seq>
     <img src="intro.r3t" region="intro_region" fill="remove" begin="0s"
         end="7s"/>

   <seq>
   <par>
    <textstream id="israel" src="text.rt" region="Text" fill="freeze"/>
    <img video id="video64kq" src="video64kq.rm" region="Video"
         fill="freeze"/>
   <img id="4winds" src="4winds.jpg" region="Pic" fill="freeze"
         system-bitrate="12000" begin="0.01s"/>
   <textstream id="bookad" src="bookad.rt" region="Adtext" begin="12.00s"
         end="34.10s"/>
   <textstream id="order" src="order.rt" region="Adtext" fill="freeze"
         system-bitrate="20" begin="36.00s"/>
  </par>
  </seq>
  </seq>
  </body>
</smil>

Reply via email to