[Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
I understand that when instantiating a class you can set the scope where the instance is going to run, but how about when we dont actually instantiate the class on the timeline but we just link the class directly to the items on the stage, how is the scope treated in this case? I assume the class

RE: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Merrill, Jason
amp;O Learning & Leadership Development eTools & Multimedia Team >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Helmut Granda >>Sent: Tuesday, April 03, 2007 9:05 AM >>To: Flashcoders mailing

Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
D] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Helmut Granda >>Sent: Tuesday, April 03, 2007 9:05 AM >>To: Flashcoders mailing list >>Subject: [Flashcoders] Delegate Class Scoping self instantiated >> >> I understand that when instantiating a class you ca

Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
eTools & Multimedia Team >>-Original Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Helmut Granda >>Sent: Tuesday, April 03, 2007 9:05 AM >>To: Flashcoders mailing list >>Subject: [Flashcoders] Delegate Class Sc

Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
;-Original Message- > >>From: [EMAIL PROTECTED] > >>[mailto: [EMAIL PROTECTED] On Behalf > >>Of Helmut Granda > >>Sent: Tuesday, April 03, 2007 9:05 AM > >>To: Flashcoders mailing list > >>Subject: [Flashcoders] Delegate Class Scoping s

RE: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Merrill, Jason
Jason Merrill >>> Bank of America >>> GT&O Learning & Leadership Development eTools & Multimedia Team >>> >>> >>> >>> >>> >>-Original Message- >>> >>From: [EMAIL PROTECTED] >>> >>[mailto:

Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
gt;>Sent: Tuesday, April 03, 2007 9:30 AM >>To: flashcoders@chattyfig.figleaf.com >>Subject: Re: [Flashcoders] Delegate Class Scoping self instantiated >> >>Oh, and I forgot an important point, the reson why I want to >>find the scope of the class is because

Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
velopment > eTools & Multimedia Team > > > > > >>-Original Message- > >>From: [EMAIL PROTECTED] > >>[mailto: [EMAIL PROTECTED] On Behalf > >>Of Helmut Granda > >>Sent: Tuesday, April 03, 2007 9:30 AM > >>To: flashcoders@c

RE: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Merrill, Jason
l Message- >>From: [EMAIL PROTECTED] >>[mailto:[EMAIL PROTECTED] On Behalf >>Of Helmut Granda >>Sent: Tuesday, April 03, 2007 10:07 AM >>To: flashcoders@chattyfig.figleaf.com >>Subject: Re: [Flashcoders] Delegate Class Scoping self instantiated >> >>

Re: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread John Mark Hawley
ne is coming from, either.) > > From: "Helmut Granda" <[EMAIL PROTECTED]> > Date: 2007/04/03 Tue AM 08:38:08 CDT > To: flashcoders@chattyfig.figleaf.com > Subject: Re: [Flashcoders] Delegate Class Scoping self instantiated > > So I figured it out or at le

Re: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Helmut Granda
t; > From: "Helmut Granda" <[EMAIL PROTECTED]> > Date: 2007/04/03 Tue AM 08:38:08 CDT > To: flashcoders@chattyfig.figleaf.com > Subject: Re: [Flashcoders] Delegate Class Scoping self instantiated > > So I figured it out or at least I think I did, > >

Re: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Eric Walton
g > > > > outside of them, (unless of course you import some other class - > then > > > > they know what the other class does, but still don't have any scope > > > > reference). What are you trying to do? > > > > > > > > Jason Merr

RE: Re: [Flashcoders] Delegate Class Scoping self instantiated

2007-04-03 Thread Merrill, Jason
>>Anyone know how to feed what a visitor is viewing in an >>iframe into a dynamic list, the iframe will have a search >>engine built into it? Wrong thread, but seems you could use External Interface with Javscript communication. Will require some coding both on the HTML page and the flash file.