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: "Fred Kovach" <[EMAIL PROTECTED]>
Subject: RE: SMI & fit= "meet" - Eureka!
The fit="meet" command goes in the region id line for the video window in
the layout section, NOT the video id line of the body section!!! My example
follows, compare it to the original as given further below:
<smil>
<head>
<layout>
<root-layout background-color="#000000" height="225" width="250"/>
<region id="logo" left="5" top="65" height="77" width="240"
z-index="3"/>
<region id="Video" left="5" top="5" height="180" width="240"
z-index="4" fit="meet" />
<region id="TextBot" left="5" top="185" height="40" width="240"
z-index="5"/>
</layout>
</head>
<body>
<par>
<seq>
<par>
<video id="Video-id" src="gql1s.rm" region="Video" />
</par>
</seq>
</par>
</body>
</smil>
Fred Kovach
ICI University
email: [EMAIL PROTECTED]
[EMAIL PROTECTED]
webpage: http://www.loclnet.com/kovach
>>-----Original Message-----
>>From: [EMAIL PROTECTED]
>>[mailto:[EMAIL PROTECTED]]On Behalf Of RealForum
>>Sent: Friday, September 17, 1999 10:17 AM
>>Subject: RE: SMI & fill= "meet"
>>
>>
>>From: "Fred Kovach" <[EMAIL PROTECTED]>
>>Subject: RE: SMI & fill= "meet"
>>
>>I am having difficulties, though, with windows _smaller_ than
>>the encoded
>>video. It wants to crop them even with fit="meet". Is this
>>a limitation?
>>Or am I doing something wrong?
>>
>>My code is as follows:
>>
>><smil>
>> <head>
>> <layout>
>> <root-layout background-color="#000000" height="225"
>>width="250"/>
>> <region id="logo" left="5" top="65" height="77" width="240"
>>z-index="3"/>
>> <region id="Video" left="5" top="5" height="180" width="240"
>>z-index="4"/>
>> <region id="TextBot" left="5" top="185" height="40" width="240"
>>z-index="5"/>
>> </layout>
>> </head>
>> <body>
>> <par>
>> <seq>
>> <par>
>> <video id="Video-id" src="gql3.rm" region="Video" fit="meet"/>
>> <img id="logo-id" src="logo.rp" region="logo"/>
>> </par>
>> </seq>
>> </par>
>> </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]>