Re: [Flashcoders] ClassFactory and Reflection in Actionscript

2006-08-21 Thread Meinte van't Kruis
them > from there using loadVars? > John - Original Message - From: "Miguel Serrano" <[EMAIL PROTECTED]> To: Sent: Sunday, August 20, 2006 6:45 PM Subject: Re: [Flashcoders] ClassFactory and Reflection in Actionscript > Oh, it's very sad. I developed a script

Re: [Flashcoders] ClassFactory and Reflection in Actionscript

2006-08-21 Thread Miguel Serrano
45 PM Subject: Re: [Flashcoders] ClassFactory and Reflection in Actionscript Oh, it's very sad. I developed a script language that can be loaded and run at runtime in a flash movie. At this moment I can create instances with no arguments, it's very impressive, but if I can not pas

Re: [Flashcoders] ClassFactory and Reflection in Actionscript

2006-08-20 Thread John McCormack
Could you send the parameters/arguments into a text file and retrieve them from there using loadVars? John - Original Message - From: "Miguel Serrano" <[EMAIL PROTECTED]> To: Sent: Sunday, August 20, 2006 6:45 PM Subject: Re: [Flashcoders] ClassFactory and Reflection

Re: [Flashcoders] ClassFactory and Reflection in Actionscript

2006-08-20 Thread Miguel Serrano
Oh, it's very sad. I developed a script language that can be loaded and run at runtime in a flash movie. At this moment I can create instances with no arguments, it's very impressive, but if I can not pass arguments I can't continue the project. > I'm coding an introspection framework for as

Re: [Flashcoders] ClassFactory and Reflection in Actionscript 3.0

2006-08-20 Thread Jens Halm
> I'm coding an introspection framework for as3, but i have a problem by > creating instance at runtime without using new operator. > I have no problem to create instances of classes with no operators at > its construction function. The code is this one: > public class ClassFactory{ >public

[Flashcoders] ClassFactory and Reflection in Actionscript 3.0

2006-08-19 Thread Miguel Serrano
hi list! I'm coding an introspection framework for as3, but i have a problem by creating instance at runtime without using new operator. I have no problem to create instances of classes with no operators at its construction function. The code is this one: public class ClassFactory{ public st