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
On 2/5/07, Kay Smoljak <[EMAIL PROTECTED]> wrote:
On 2/6/07, Sarah Peeke (XERT) <[EMAIL PROTECTED]> wrote:
> 2. Is there a different file format which is more universal?
Quicktime movies can be imported into Flash, which has much higher
browser penetration. And there is lots of information available on
embedding flash in a gracefully degradable way.
--
Kay Smoljak
business: www.cleverstarfish.com
standards: kay.zombiecoder.com
coldfusion: kay.smoljak.com
personal: goatlady.wordpress.com
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************
*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************