[Flashcoders] Prevent loaded clip from calling Stage.addListener?

2006-09-25 Thread Alan Queen
I'm loading an external swf at runtime from a different domain, and the loaded swf is doing some resizing when the Stage is resized.. I'm trying to prevent the loaded swf from doing this... is there a way? -- - Alan Queen ___

Re: [Flashcoders] Prevent loaded clip from calling Stage.addListener?

2006-09-25 Thread Ray Chuan
Hi, Stage.scaleMode = noScale On 9/26/06, Alan Queen [EMAIL PROTECTED] wrote: I'm loading an external swf at runtime from a different domain, and the loaded swf is doing some resizing when the Stage is resized.. I'm trying to prevent the loaded swf from doing this... is there a way? -- - Alan