A colleague says this is a Flex bug. A patch is available here: http://www.adobe.com/go/kb401493
________________________________ From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of herklano Sent: Monday, May 21, 2007 3:01 AM To: [email protected] Subject: [flexcoders] Re: Strange SWC behavior! I have almost the same thing as Ravi Kumar Gummadi, My structure is Stage > MoviClip (SWC) > ClipContainer > ClipWithStopInTimeline Flex doesn't read the timeline script in the ClipWithStopInTimeline. Looks more like a bug of Flex to me. --- In [email protected] <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <[EMAIL PROTECTED]> wrote: > > Are you sure the stop() is in the SWC component and not outside it on > the timeline? If it is in the component, how does it get called? > Sounds like a scope problem. > > > > ________________________________ > > From: [email protected] <mailto:flexcoders%40yahoogroups.com> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com> ] On > Behalf Of herklano > Sent: Sunday, May 20, 2007 8:25 AM > To: [email protected] <mailto:flexcoders%40yahoogroups.com> > Subject: [flexcoders] Strange SWC behavior! > > > > Hi, > > I have SWC component in Flex made in Flash, that has a this.stop(); > command in the timeline of a MovieClip(MC). > This command is working perfectly in Flash, but when i run Flex it > doesn't work! > > I ended up adding an extra function in the class of the main MC that > is called in the timeline and now it is working in Flex too. > > Is this a bug? Shouldn't it be working in Flex too? Am i doing > something wrong? > > Herculano Campos >

