I hit your page, and got the error you showed... I notice your object didn't
look like my objects... so I went back to where I got my info...

I do some jQuery + qt video on my dog's site.
http://jpassoc.com/junior/puppy-movies.html

validating is for html code, not for JavaScript... we can abuse the dom in
the script and still pass validation.

On 6/6/07, Aaron Scott <[EMAIL PROTECTED]> wrote:


> anything else won't work as well.

Right now, my sample code is FF-only until I can get that up and
running (since FF is better for JS debugging). After that, I'll work
on IE (using the double-object method). Apple's method works, but it
doesn't validate. Compare it to this:

<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"
        codebase="http://www.apple.com/qtactivex/qtplugin.cab";
        width="<?php echo $moviewidth; ?>" height="<?php echo
$movieheight; ?
>">
        <param name="src"
                value="<?php echo $filename ?>" />
        <param name="controller" value="true" />
        <param name="autoplay" value="false" />
        <!--[if !IE]>-->
                <object type="video/quicktime"
                        data="<?php echo $filename ?>"
                        width="<?php echo $moviewidth; ?>" height="<?php
echo
$movieheight; ?>">
                        <param name="autoplay" value="false" />
                        <param name="controller" value="true" />
                </object>
        <!--<![endif]-->
</object>

Anyway, this doesn't have any bearing on my JS problem.

Aaron




--
Ⓙⓐⓚⓔ - יעקב   ʝǡǩȩ   ᎫᎪᏦᎬ

Reply via email to