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

