Clicked SWF/IMAGE position to center : FLEX
问题 Iam trying to make clicked position to center in flex. My code is <fx:Declarations> <s:Parallel id="transformer" target="{swe}"> <s:Scale id="scaleby" scaleXBy="0.2" scaleYBy="0.2" autoCenterTransform="false"/> </s:Parallel> </fx:Declarations> <s:Group width="500" height="350" clipAndEnableScrolling="true"> <s:SWFLoader source="CasuarinaBigMap.swf" width="500" height="350" id="swe" click="swe_clickHandler(event)"/> </s:Group> protected function swe_clickHandler(event:MouseEvent):void {