Is there anyway to pass the current application domain to the dynamically generated swf so that they both share the same security sandbox?
I'm getting security sandbox violation errors when trying to load files from the file system using URLLoader in the worker but I dont get these error when loading the same files from the main swf. Only in the worker.
Is there anyway to pass the current application domain to the dynamically generated swf so that they both share the same security sandbox?
I'm getting security sandbox violation errors when trying to load files from the file system using URLLoader in the worker but I dont get these error when loading the same files from the main swf. Only in the worker.