Many thanks Tim.

> I've upgraded all the videos on my site to Flash, and there is code 
> (Flash
> Satay, amongst others) that works with all browsers and still follows 
> all
> standards.  Trust me, this is the way you want to go - my experience 
> with
> Quicktime is that the files tend to be bulky, and there's no way they 
> have
> the quality that a Flash video file will.  I used to use Windows Media 
> Video
> because it had a decent file size, but that got ditched once Flash
came
> along.
> 
> This is the code I use to embed Flash on my site that doesn't give the 
> W3C
> Validator any errors:
> 
> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> width="400" height="300">
>     <param name="movie" value="your.swf" />
>   <param name="wmode" value="transparent" />
>     <param name="quality" value="high" />
> 
>     <!--[if !IE]> <-->
>     <object data="your.swf" width="400" height="300"
> type="application/x-shockwave-flash">
>      <param name="quality" value="high" />
>    <param name="wmode" value="transparent" />
>     </object>
>     <!--> <![endif]-->
>    </object>
> 
> -Tim
> AIM/Yahoo/Google: TymArtist
-- 
XERT Communications
email: <[EMAIL PROTECTED]>
mobile: 0438 017 416

<http://www.xert.com.au/>
web development : digital imaging : dvd production


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to