From: Stephen Bowen <[EMAIL PROTECTED]>
Subject: Re: SMI & fill= "meet"

Hi Fred

I'm new to this but perhaps this will help you. I put you smil threw my CSE 
HTML Validator, it can
also validate smil and rt files. This was the result.

The FIT attribute is not valid for the VIDEO tag. The valid attributes for 
this tag are: ABSTRACT,
AUTHOR, BEGIN, CLIP-BEGIN, CLIP-END, COPYRIGHT, DUR, END, FILL, ID, 
LONGDESC, REGION, REPEAT, SRC,
SYSTEM-BITRATE, SYSTEM-CAPTIONS, SYSTEM-LANGUAGE, 
SYSTEM-OVERDUB-OR-CAPTION, SYSTEM-REQUIRED,
SYSTEM-SCREEN-DEPTH, SYSTEM-SCREEN-SIZE, TITLE, and TYPE.

I would appricate to hear from anyone about this validation, if it 
correctly spotted a problem  or
if this validatioin is incorrect. steve [EMAIL PROTECTED]


RealForum wrote:

 > 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>
 >
 > Fred Kovach

Reply via email to