I\'m writing some Actionscript3 code that attempts to apply a method to an object that is determined at runtime. The AS3 documentation for Function.apply and Function.call b
.call() on a prototype property (a function) worked fine, 'this' was as provided at the call site. nice answer. But note that access modifiers (public, protected) are respected, so if you are calling into a different class, you will not be able to access protected members (naturally).