I get the following error when launching the application in debug mode using Flash Builder:
The object does not support this property or method.
(Note that this error message appears in the browser.)
Here is the code where it occurs:
function __flash__addCallback(instance, name) { instance[name] = function () { return eval(instance.CallFunction("<invoke name=\""+name+"\" returntype=\"javascript\">" + __flash__argumentsToXML(arguments,0) + "</invoke>")); } }
I have no idea where this code is located (except that this is not my code).
Does anyone know what's wrong here?
javascript flash flash-builder
Paul reiners
source share