[flexcoders] Re: Retrieving instence name?

2008-06-04 Thread flexawesome
event.currentTarget.name seem doesn't work. :( --- In flexcoders@yahoogroups.com, "flexawesome" <[EMAIL PROTECTED]> wrote: > > Hey, is that possible to retrieve the instence name for imgLoad ? > > # in this example, it calls init2 from init1 and know the instence name > is "test" but I woul

[flexcoders] Re: Retrieving instence name?

2008-06-04 Thread flexawesome
___ > > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of flexawesome > Sent: Wednesday, June 04, 2008 1:25 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Retrieving instence name? > > > > event.currentTarge

[flexcoders] Re: Retrieving instence name?

2008-06-04 Thread flexawesome
Of flexawesome > Sent: Wednesday, June 04, 2008 2:19 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Retrieving instence name? > > > > > Hey Alex, I was unable to retrieve the instance name.. > > I got trace info. => [object LoaderInfo] > >

[flexcoders] Re: Retrieving instence name?

2008-06-05 Thread flexawesome
> > From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On > Behalf Of flexawesome > Sent: Wednesday, June 04, 2008 7:28 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Retrieving instence name? > > > > Woo

[flexcoders] Re: Retrieving instence name?

2008-06-05 Thread flexawesome
; From: flexcoders@yahoogroups.com > [mailto:[EMAIL PROTECTED] On > > Behalf Of flexawesome > > Sent: Wednesday, June 04, 2008 7:28 PM > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Re: Retrieving instence name? > > > > > > > > Woowo

RE: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Alex Harui
Try event.currentTarget.toString() From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Wednesday, June 04, 2008 1:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Retrieving instence name

RE: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Alex Harui
ne 04, 2008 2:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Retrieving instence name? Hey Alex, I was unable to retrieve the instance name.. I got trace info. => [object LoaderInfo] Any hits? --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com>

RE: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Alex Harui
rom: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of flexawesome Sent: Wednesday, June 04, 2008 7:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Retrieving instence name? Woowow Ales, you are the BEST :)) How do you know the property of event.target.loader? I was

Re: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Josh McDonald
-- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *flexawesome > *Sent:* Wednesday, June 04, 2008 7:28 PM > > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Re: Retrieving instence name? > > > &g

RE: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Alex Harui
ion rules, but I could be wrong about that. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Josh McDonald Sent: Wednesday, June 04, 2008 9:16 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Retrieving instence name? Isn&

Re: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Josh McDonald
onald > *Sent:* Wednesday, June 04, 2008 9:16 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: Retrieving instence name? > > > > Isn't ClassName(instance).foo a bad idea now we have (instance as > ClassName).foo? I'd much rather have a NPE when it&#

RE: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Alex Harui
McDonald Sent: Wednesday, June 04, 2008 10:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Retrieving instence name? I've read that ClassName(wrongInstance) just gives null? Hence you get a nullpointer exception even though that's not really your problem, and a newb in hi

Re: [flexcoders] Re: Retrieving instence name?

2008-06-04 Thread Josh McDonald
-- > > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *Josh McDonald > *Sent:* Wednesday, June 04, 2008 9:16 PM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Re: Retrieving instence name? > > > > Isn'

Re: [flexcoders] Re: Retrieving instence name?

2008-06-05 Thread Joseph Balderson
o:flexcoders@yahoogroups.com > <mailto:flexcoders@yahoogroups.com>] *On Behalf Of *Josh McDonald > *Sent:* Wednesday, June 04, 2008 10:40 PM > > *To:* flexcoders@yahoogroups.com <mailto:flexcoders@yahoogroups.com> > *Subject:* Re: [flexcoders] Re: Retrievin

RE: [flexcoders] Re: Retrieving instence name?

2008-06-05 Thread Alex Harui
@yahoogroups.com Subject: Re: [flexcoders] Re: Retrieving instence name? > ClassName(instance) is marginally faster than (instance as > ClassName) in my tests. So which one is faster? Is this still correct? (us lurkers want t

RE: [flexcoders] Re: Retrieving instence name?

2008-06-05 Thread Gordon Smith
Sent: Wednesday, June 04, 2008 7:28 PM > To: flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Re: Retrieving instence name? > > > > Woowow Ales, you are the BEST :)) > > How do you know the property of event.ta