Hi everybody I'm newbie to mootools and js as well. I've got problems using Swiff and clientcide Lightbox (http://www.clientcide.com/docs/3rdParty/ Lightbox). When i open up lightbox link in IE (the one which should modal show some part of my content) I recive errors like "Object Doesnt Support This Object Or Method" in IE6. When I remove Swiff object by (i meen by hand) from my js code it works well. I think the reason is described in Swiff notes (http://mootools.net/docs/Utilities/ Swiff):
Although Swiff returns the object, this element will NOT have any Element methods applied to it. The $ function on an object/embed tag will only return its reference without further processing. So.. is there any simple way to make it working well in IE? I've made few changes to clientcide modalizer and Lightbox code (removing lines wchich execute methods of objects wchich are objects tags), but i'm quite sure it would break other things. Swiff and stickyWin.Modal works well in IE, as a last resort i'll use that, but i prefere lightbox. Any idea? Thanks in advance.
