【发布时间】:2009-07-25 09:52:40
【问题描述】:
在我的空中项目中,我使用的当前状态大小是 width="441" height="358" 。我有像 Singin 这样的链接按钮,然后移动到 singin 状态 (currentstate='singin')
<mx:State name="signin">
<mx:SetProperty name="height" value="616"/>
<mx:SetProperty name="width" value="919"/>
所以应用程序调整为 616,919 。在该函数完成后移动到当前状态,如(currentstate='')但大小不会改变。如何设置当前状态的大小?
【问题讨论】:
标签: apache-flex actionscript-3 flex3 air flash