t! But at least
> > it works, it could have been worse...
> >
> > -Original Message-
> > From: flashcoders-boun...@chattyfig.figleaf.com [mailto:
> > flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Nate Beck
> > Sent: Friday, January 09, 2009 11
riday, January 09, 2009 11:33 AM
> To: Flash Coders List
> Subject: Re: RE : [Flashcoders] create object with getDefinition and pass
> parameters using apply ?
>
> Hey Patrick,
> I've run into the exact same issue that you have. Actionscript doesn't
> support overl
:33 AM
To: Flash Coders List
Subject: Re: RE : [Flashcoders] create object with getDefinition and pass
parameters using apply ?
Hey Patrick,
I've run into the exact same issue that you have. Actionscript doesn't
support overloaded methods or constructors at this time, although there is
_
> De : flashcoders-boun...@chattyfig.figleaf.com [
> flashcoders-boun...@chattyfig.figleaf.com] de la part de Joel Stransky [
> stranskydes...@gmail.com]
> Date d'envoi : 8 janvier 2009 20:28
> À : Flash Coders List
> Objet : Re: [Flashcoders] create object with getDefinition and pass
>
rt de Joel Stransky
[stranskydes...@gmail.com]
Date d'envoi : 8 janvier 2009 20:28
À : Flash Coders List
Objet : Re: [Flashcoders] create object with getDefinition and pass
parameters using apply ?
Why not predefine the params as null?
class myClass{
public function myClass(param1 = null
gleaf.com] On Behalf Of Patrick
> Matte|BLITZ
> Sent: Thursday, January 08, 2009 7:19 PM
> To: Flash Coders List
> Subject: [Flashcoders] create object with getDefinition and pass parameters
> using apply ?
>
> I need to create objects using getDefinition and pass parameter to the
>
oders-boun...@chattyfig.figleaf.com
[mailto:flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Patrick
Matte|BLITZ
Sent: Thursday, January 08, 2009 7:19 PM
To: Flash Coders List
Subject: [Flashcoders] create object with getDefinition and pass parameters
using apply ?
I need to create objects using getDefinitio
I need to create objects using getDefinition and pass parameter to the
constructor but the problem is that the number of parameters can be different.
I tried using apply like this but I can't make it work.
var classReference:Object = getDefinitionByName(className);
var object:Object = new classR
8 matches
Mail list logo