Flex LiveDocs says "The Zoom effect does not work when the autoLayout
property is false." I tried a couple of pattern. But Zoom effect works
fine with autoLayout = false.
Could anyone tell me what is wrong with Zoom effect and autoLayout??
<!-- ********** ********** ********** -->
<mx:Zoom target="{pl}" />
<mx:VBox autoLayout="false" backgroundAlpha="1.0"
backgroundColor="#ffffff">
<mx:Panel id="pl" title="Effect Target" autoLayout="false"
width="250" height="220">
<mx:Image source="@Embed(source='./assets/hoge.png')" />
</mx:Panel>
</mx:VBox>
<!-- ********** ********** ********** -->