On 6 Feb 2007, at 21:50:28, Tim Palac wrote:

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.
<snip>

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>


Robert Nyman has recently written on this topic, presenting an even shorter version of the above code: <http://www.robertnyman.com/2007/02/01/how-to-write-valid-htmlxhtml- code-to-include-flash/>

His code is basically the same as the code I've used (when the designers force me to include Flash ;-) for about three years now, without encountering any problems - see, for example, <http:// www.leicestersound.co.uk> (but not the ad code, over which I had no control).

Regards,

Nick.
--
Nick Fitzsimons
http://www.nickfitz.co.uk/





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

Reply via email to