OK Simon, this looks wonderful!  I've tested it out, and it works for me. So what's wrong with it, that you know of?
 
Bob McClelland,
Cornwall (U.K.)
www.gwelanmor-internet.co.uk
----- Original Message -----
Sent: Tuesday, May 10, 2005 5:32 PM
Subject: Re: [WSG] Flash Satay method article

The method was never 100% reliable, but many designers have certainly put it to good use. I prefer to use this method:
 
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
       
codebase=
"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0"
        
width="400"
height="300">
  <param name="movie"
value="movie.swf"
  <param name="quality" value="high">
  <param name="bgcolor" value="#FFFFFF">
  <!--[if !IE]> <-->
    <object data=
"movie.swf"
           
width="400"
height="300"
            type="application/x-shockwave-flash">
      <param name="quality" value="high">
      <param name="bgcolor" value="#FFFFFF">
      <param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer">
      ALTERNATE CONTENT HERE (should not be displayed)
    </object>
  <!--> <![endif]-->
</object>
 
It allows you having to mess around with using <embed>, but it does rely on Microsoft's Conditional Comments.
 
Simon Jessey
------------

Business Email: [EMAIL PROTECTED]
Personal Email: [EMAIL PROTECTED]
Business Site:  http://keystonewebsites.com/
Personal Site:  http://jessey.net/
 
 
 
 
----- Original Message -----
From: Stevio
Sent: Tuesday, May 10, 2005 12:07 PM
Subject: [WSG] Flash Satay method article

Is the Flash Satay method from this article in 2002 still the most up to
date and proper way of inserting Flash objects in a valid XHTML way?
http://www.alistapart.com/articles/flashsatay/

Reply via email to