The RealForum is an email discussion group focused on using RealNetworks
products. The RealForum is a place to post messages about the best methods
for creating content using RealNetworks technologies and the planning and
implementation of streaming-media web sites.
********************************************************
From: [EMAIL PROTECTED] (Jake Ward)
Subject: Re: SMIL help
The trick is to make sure that the background for the real3D text has a =
background colour that is transparent, rather than set to any particular =
color.
If you set the attribute =
<region id=3D"intro_region" left=3D"0" top=3D"0" width=3D"439" =
height=3D"200"background-color=3D"transparent"/>
It should work fine
Jake Ward
Online Journalist AV
www.ft.com
RealForum <[EMAIL PROTECTED]> on 27/09/99 08:04:00
From: FearNo1 <[EMAIL PROTECTED]>
Subject: SMIL help
I sent this before but got no responses. Can some of the SMIL experts
and Real pplz provide some assistance..thanx!
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=3D"author" content=3D""/>
<meta name=3D"title" content=3D"Untitled"/>
<meta name=3D"copyright" content=3D"=A9 1999"/>
<layout>
<root-layout background-color=3D"#FFFFFF" height=3D"210" width=3D"441=
"/>
<region id=3D"Text" left=3D"0" top=3D"177" height=3D"30" width=3D"248=
"
z-index=3D"2" background-color=3D"#FFFFFF"/>
<region id=3D"Video" left=3D"0" top=3D"0" height=3D"179" width=3D"269=
"
fit=3D"hidden"
z-index=3D"2" background-color=3D"#FFFFFF"/>
<region id=3D"Pic" left=3D"269" top=3D"88" height=3D"122" width=3D"17=
2"
background-color=3D"#FFFFFF"/>
<region id=3D"Adtext" left=3D"269" top=3D"0" height=3D"76" width=3D"1=
71"
background-color=3D"#FFFFFF"/>
<region id=3D"intro_region" left=3D"0" top=3D"0" width=3D"439" height=
=3D"200"
background-color=3D"#FFFFFF"/>
</layout>
</head>
<body>
<seq>
<img src=3D"intro.r3t" region=3D"intro_region" fill=3D"remove" begin=
=3D"0s"
end=3D"7s"/>
<seq>
<par>
<textstream id=3D"israel" src=3D"text.rt" region=3D"Text" fill=3D"fre=
eze"/>
<img video id=3D"video64kq" src=3D"video64kq.rm" region=3D"Video"
fill=3D"freeze"/>
<img id=3D"4winds" src=3D"4winds.jpg" region=3D"Pic" fill=3D"freeze"
system-bitrate=3D"12000" begin=3D"0.01s"/>
<textstream id=3D"bookad" src=3D"bookad.rt" region=3D"Adtext" begin=3D=
"12.00s"
end=3D"34.10s"/>
<textstream id=3D"order" src=3D"order.rt" region=3D"Adtext" fill=3D"fr=
eeze"
system-bitrate=3D"20" begin=3D"36.00s"/>
</par>
</seq>
</seq>
</body>
</smil>
*******************************************************
If you ever want to remove yourself from this mailing list,
you can send mail to <[EMAIL PROTECTED]> with the following
command in the body of your email message:
unsubscribe realforum
or from another account, besides the address you subscribed with:
unsubscribe realforum <[EMAIL PROTECTED]>