Hi,

anyone tried to update FancyUpload (http://digitarald.de/project/
fancyupload/) to work with mootools 1.3?. I tried it today and updatet
all JS files (FancyUpload2.js, Fx.ProgressBar.js, Swiff.Uploader.js),
so they are working now with mootools 1.3 in nocompat mode. On Firefox
everything is working, but on IE (6,7,8) i got an Error in function;

function __flash__addCallback(instance, name) {
  instance[name] = function () {
    return eval(instance.CallFunction("<invoke name=\""+name+"\"
returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) +
"</invoke>")); // this is the Error Line
  }
}

IE says the object doesn't support this property or method.. I think
this function is executet / generatet via Flash / ActionScript and has
nothing to do with mootools, so why this error occurs? With mootools
1.2 i don't get this error..

Btw. there is also a bug in mootools-1.3-nocompat which i have fixed
already manually (https://mootools.lighthouseapp.com/projects/2706/
tickets/1039-swiff)

best,
Georg

Reply via email to