Hi, I noticed the following difference between swf8 and swf9 runtimes.
Code: var functionVar = someObject["method_name"] functionVar(args) This works in swf9 but not in swf8 But you can still call the function in swf8 using construct someObject["method_name"](args) Does anybody know what is going on in here? - ramiPs. Overall I have noticed that most of the times things work in swf8 but not in swf9
