Hi List,
A friend of mine works on MAC and needs to create pages that are XHTML
compliant. I told him to use the w3c.org xhtml validator to make sure
that his pages are ok.

He has the following code

<object 
        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
        
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflas
h.cab#version=6,0,29,0" 
        width="191" 
        height="118" hspace="0" vspace="0"
        align="top"
        >
        <param name="movie" value="logo.swf" />
    <param name="quality" value="high" /><param name="BGCOLOR"
value="#FFFFFF" />
  
    <embed src="Flash/logo.swf""
        width="191" 
        height="118" hspace="0" vspace="0"
        align=""
        quality="high"
        name="logo"
        type="application/x-shockwave-flash"
        pluginspage="http://www.macromedia.com/go/getflashplayer";
bgcolor="#FFFFFF">
        </embed>

    </object>

When run through the validator, it says error at line 35 (which is line
at which object tag starts). It says that src is not a valid attribute.

If I comment the object element, everything works fine. It validates and
the flash shows on my IE6/XP. It still validates on his side
(fortunatelty :) but the flash doesn't render on his IE5.5/MacOSX

Any hints, I'm looking on the microsoft web site to see if there's any
limitation of IE5.5 for MacOSX on that issue.

Thanks

Paul


____ � The WDVL Discussion List from WDVL.COM � ____
To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] 
       Send Your Posts To: [EMAIL PROTECTED]
To set a personal password send an email to [EMAIL PROTECTED] with the words: "set 
WDVLTALK pw=yourpassword" in the body of the email.
To change subscription settings to the wdvltalk digest version:
    http://wdvl.internet.com/WDVL/Forum/#sub

________________  http://www.wdvl.com  _______________________

You are currently subscribed to wdvltalk as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]

To unsubscribe via postal mail, please contact us at:
Jupitermedia Corp.
Attn: Discussion List Management
475 Park Avenue South
New York, NY 10016

Please include the email address which you have been contacted with.

Reply via email to