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], "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:[EMAIL PROTECTED] On > Behalf Of herklano > Sent: Sunday, May 20, 2007 8:25 AM > To: [email protected] > 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 >

