[flexcoders] Swfloader/image components and shared stage/mouse position

2007-04-25 Thread smazurek
Sorry, beginner's post. I'm loading a flash 8 swf into my flex app, through SWFloader or image components, that plays with stage and mouse position. (basically moving textfields around depending on mouse position) Problem is, once in flex, its stage looks/is? shared with flex one, ie my

Re: [flexcoders] Swfloader/image components and shared stage/mouse position

2007-04-25 Thread stanatdev
Looks like I can add a mask to my SWFLoader so at least its contents are restricted to the area I want. public var myLoader:SWFLoader = new SWFLoader(); public var rect:UIComponent = new UIComponent(); private function init(e:Event):void{