Hi,
I had the same problem, and all I needed to do was change the part
about swiff from :
return new Swiff(.....);
to
var swiff = new Swiff(....);
return swiff.object;

On 9 nov, 20:49, Ahmed Samir <[email protected]> wrote:
> Hey guys,
>
> Anyone using SuqeezeBox and MooTools 1.3? I get this error:
>
> "uncaught exception: [Exception... "Could not convert JavaScript
> argument arg 0 [nsIDOM3Node.compareDocumentPosition]" nsresult:
> "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame 
> ::http://site.com/js/mootools-core-1.3.js:: anonymous :: line 2176"
> data: no]"
>
> That MooTools 1.3 core, ALL plugins + compatibility mode packed with
> it.
>
> Line 2176 seems to be "return context === node || !!
> (context.compareDocumentPosition(node) & 16);" But I don't know....
> Ideas?

Reply via email to