I have a flash file which captures an image from a webcam and sends it to the server. This file works fine under ActionScript 2.0 but under 3.0 I get an Unspecified Error and the debugger crashes on the return eval in :
function __flash__addCallback(instance, name) { instance[name] = function () { return eval(instance.CallFunction("" + __flash__argumentsToXML(arguments,0) + "")); } }
I've tried adding localhost to the list of trusted sites in the flash security manager http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html
I've also tried playing with the allowScriptAccess and allowNetworking settings in the object tag.