Hi David,

It appears that the last line in FakeSmile

window.addEventListener("load", initSMIL, false);

does not work in ASV/IE6. This is not a big problem for me. I just 
added a try/catch statement (below) around the last line. ASV 
supports SMIL anyway, so it is not a problem.

------------

try {
        window.addEventListener("load", initSMIL, false);
}
catch(er) {
        //do nothing
}

------------

Andreas


------------------------------------

-----
To unsubscribe send a message to: [EMAIL PROTECTED]
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to