RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Corban Baxter
ing list Subject: RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; And how can traceing(this) return undefined? Is that possible? Corban Baxter  |  rich media designer  |  www.funimation.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Beha

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Corban Baxter
: Flashcoders mailing list Subject: RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; C'mon Corban - you can do this - don't get frustrated and ask us to do everything ;) - walk back a little in your code. What does trace(rfcClip) show? That should be the same name as your c

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Corban Baxter
ssage- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Thursday, February 02, 2006 2:14 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; C'mon Corban - you can do this - don't get frustrated and

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Merrill, Jason
- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of Corban Baxter >>Sent: Thursday, February 02, 2006 3:07 PM >>To: Flashcoders mailing list >>Subject: RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; >> >>Well as you said it

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Corban Baxter
EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Merrill, Jason Sent: Thursday, February 02, 2006 2:02 PM To: Flashcoders mailing list Subject: RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; Have been out of the loop since yesterday, but again, some proper tracing should

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Merrill, Jason
coders- >>[EMAIL PROTECTED] On Behalf Of Corban Baxter >>Sent: Thursday, February 02, 2006 2:56 PM >>To: Flashcoders mailing list >>Subject: RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; >> >>Could some one please take a look at my fla or the code a

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Corban Baxter
sToGrab); trace(" "); } selectLayoutNum(); stop(); [/code] Corban Baxter  |  rich media designer      |      www.funimation.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Corban Baxter Sent: Thursday, February 02,

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Corban Baxter
2, 2006 11:55 AM To: Flashcoders mailing list Subject: RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; Try: this[rfcClip].container.attachMovie(imgID); Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Corban Baxter Sent: 02 February 200

RE: [Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Adrian Lynch
Try: this[rfcClip].container.attachMovie(imgID); Ade -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Corban Baxter Sent: 02 February 2006 17:15 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] this[rfcClip].container.attachMovie[imgID]; Hey

[Flashcoders] this[rfcClip].container.attachMovie[imgID];

2006-02-02 Thread Corban Baxter
Hey guys I am working on this project still that is doing a whole lot of random things. Since I have not converted over to AS2 yet I am having some problems with doing this... "this[rfcClip].container.attachMovie[imgID];" the rfcClip and the imgID variables are pulling from arrays and seem to trace