[flexcoders] Re: How to dynamically invoke AS3 class constructor ?

2006-03-02 Thread Vadim Melnik
This code is similar to var a:* = new A(1,2,3); in my original post. Arguments count is statically specified at compile time. But I am looking for the way to pass different number of arguments to constructor at runtime. Arguments type and count are unknown at compilation time, that is why

Re: [flexcoders] Re: How to dynamically invoke AS3 class constructor ?

2006-03-02 Thread Jens Halm
This code is similar to var a:* = new A(1,2,3); in my original post. Arguments count is statically specified at compile time. But I am looking for the way to pass different number of arguments to constructor at runtime. Arguments type and count are unknown at compilation time, that is

RE: [flexcoders] Re: How to dynamically invoke AS3 class constructor ?

2006-03-02 Thread Matt Chotin
Melnik Sent: Thursday, March 02, 2006 5:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How to dynamically invoke AS3 class constructor ? This code is similar to var a:* = new A(1,2,3); in my original post. Arguments count is statically specified at compile time. But I am looking