RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-16 Thread Merrill, Jason
___ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Friday, February 16, 2007 10:58 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-16 Thread slangeberg
t; ------ > *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *slangeberg > *Sent:* Wednesday, February 14, 2007 10:53 AM > *To:* flexcoders@yahoogroups.com > *Subject:* Re: [flexcoders] Can't we access MovieClips contained in > e

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-16 Thread slangeberg
f Flex. If you have anything else on this topic, I'd really be grateful for your help. Thanks, Mike -- *From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *slangeberg *Sent:* Wednesday, February 14, 2007 10:53 AM *To:* flexcoders@yahoogroups.

RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-16 Thread Mike Anderson
l for your help. Thanks, Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Wednesday, February 14, 2007 10:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we access MovieClips contained in

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-15 Thread slangeberg
*From:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On Behalf Of *slangeberg *Sent:* Thursday, February 15, 2007 11:58 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's? Cool new feature of Fla

RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-15 Thread Mike Anderson
_ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Thursday, February 15, 2007 11:58 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's? Cool new feature of Flash

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-15 Thread slangeberg
hild method next, so that saves me some time. > > Mike > > -- > *From:* flexcoders@yahoogroups.com [mailto: [EMAIL PROTECTED] > *On Behalf Of *Matt Wicks > *Sent:* Wednesday, February 14, 2007 10:18 AM > *To:* flexcoders@yahoogroups.com > *Subj

RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-15 Thread Mike Anderson
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of slangeberg Sent: Wednesday, February 14, 2007 10:53 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's? If you are using Flash 9, you can use

RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-15 Thread Mike Anderson
r the info regarding this, Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Wicks Sent: Wednesday, February 14, 2007 11:17 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we access MovieClips contained in

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-14 Thread Matt Wicks
att Wicks Sent: Wednesday, February 14, 2007 10:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's? Mike, what do the clips need to do? Matt On 14 Feb 2007, at 16:36, Mike Anderson wrote: Plat Overview of a subdivision

RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-14 Thread Mike Anderson
erties and methods. Thanks again for all your help - Mike From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Matt Wicks Sent: Wednesday, February 14, 2007 10:45 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we ac

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-14 Thread slangeberg
n Behalf Of *Matt Wicks *Sent:* Wednesday, February 14, 2007 10:18 AM *To:* flexcoders@yahoogroups.com *Subject:* Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's? You need to get the object as a display object var xxx:MovieClip = platObject.getChildByName('instancen

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-14 Thread Matt Wicks
Mike, what do the clips need to do? Matt On 14 Feb 2007, at 16:36, Mike Anderson wrote: Plat Overview of a subdivision

RE: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-14 Thread Mike Anderson
, February 14, 2007 10:18 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's? You need to get the object as a display object var xxx:MovieClip = platObject.getChildByName('instancename') as MovieClip Matt On 14 Feb

Re: [flexcoders] Can't we access MovieClips contained in embedded SWF's?

2007-02-14 Thread Matt Wicks
You need to get the object as a display object var xxx:MovieClip = platObject.getChildByName('instancename') as MovieClip Matt On 14 Feb 2007, at 16:13, Mike Anderson wrote: Hello all, I have a Flash Player 9, AS3 version of a SWF that I am bringing into Flex, using the SWFLoader Component