Erwin,

Am Mittwoch, 29. Juni 2005 um 19:16:22 haben Sie geschrieben:

> I¹ve not been able to find another method of embedding flash in a page so
> that it still validates.

I use IE Conditional Comments:

                <!--[if IE]>
                  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000">
                        <param name="movie" value="/flash/homepage.swf" />
                        <param name="quality" value="high" />
                        <param name="wmode" value="transparent" />
                        <img src="/img/flash/homepage.jpg" alt="" />
                  </object>
                <![endif]--><!--[if !IE]><x-->
              <object data="/flash/homepage.swf" 
type="application/x-shockwave-flash">
                        <param name="movie" value="/flash/homepage.swf" />
                        <param name="quality" value="high" />
                        <param name="wmode" value="transparent" />
                        <img src="/img/flash/homepage.jpg" alt="" />
                  </object>
                <!--><![endif]-->

regards,

  Martin

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to