Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-08 Thread Francesco
/* > >> >> * now loadedMovie and externalSwf timelines overlap; if you know the > >> >> child's instance name the work is done. > >> >> * if you don't I'll do like this (but chances are ways are better > >> than > >> >&g

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread Marcelo de Moraes Serpa
you know the > >> >> child's instance name the work is done. > >> >> * if you don't I'll do like this (but chances are ways are better > >> than > >> >> this one): > >> >> * try to provide some that lets you find in a

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread August Gresens
he desired child mc among other children mcs >> >> */ >> >> >> >> var desiredChildMovieClip:MovieClip; >> >> for (var i in loadedMovie) { >> >> if(test_code) { >> >>desiredChildMovieClip = loadedMovie[i]; >> >

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread Francesco
;> >> Jim Tann wrote: >> > You need to import one movieclip from the child swf into the parent >> > swf's library & have it placed on the stage / inside a movieclip >> that is >> > exported for actionscript to have access to all of the elements in the

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread Marcelo de Moraes Serpa
ovieClip = loadedMovie[i]; > >> } > >> } > >> > >> /* > >> * so desiredChildMovieClip is the child you were looking for. > >> * if there's no such thing, sorry I have no idea.. > >> */ > >> > >> HTH > >&

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread August Gresens
re's no such thing, sorry I have no idea.. >> */ >> >> HTH >> francesco.p >> >> Jim Tann wrote: >> > You need to import one movieclip from the child swf into the parent >> > swf's library & have it placed on the stage / inside a movie

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread Francesco
t; > Jim > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of August > Gresens > Sent: 05 May 2006 02:43 > To: Flashcoders mailing list > Subject: [Flashcoders] newbie: nested clips and LoadMovie > > Hello > > Is it p

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread August Gresens
to have access to all of the elements in the > child swf's library. > > Jim > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of August > Gresens > Sent: 05 May 2006 02:43 > To: Flashcoders mailing list > Subject: [Flashcod

Re: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread Francesco
ipt to have access to all of the elements in the child swf's library. Jim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of August Gresens Sent: 05 May 2006 02:43 To: Flashcoders mailing list Subject: [Flashcoders] newbie: nested clips and LoadMovie

RE: [Flashcoders] newbie: nested clips and LoadMovie

2006-05-05 Thread Jim Tann
ECTED] [mailto:[EMAIL PROTECTED] On Behalf Of August Gresens Sent: 05 May 2006 02:43 To: Flashcoders mailing list Subject: [Flashcoders] newbie: nested clips and LoadMovie Hello Is it possible to access (duplicate and use) clips nested inside another clip you've loaded into a movie via Load

[Flashcoders] newbie: nested clips and LoadMovie

2006-05-04 Thread August Gresens
Hello Is it possible to access (duplicate and use) clips nested inside another clip you've loaded into a movie via LoadMovie (or using the MovieClipLoader). For example, if I want to maintain a clip external to my main flash project that has a bunch of misc graphics - after I've loaded this exte