2013-05-22 33 views

回答

0

把它們變成像你主MXML文件:

<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009" 
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:mx="library://ns.adobe.com/flex/mx"      
        closing="appClosing(event)"      
        width="1280" height="720"      
        > 
</s:WindowedApplication> 
0

假設你希望你的應用程序佔據整個瀏覽器窗口中,您將包括在最上面的MXML標籤以下屬性:

width="100%" 
height="100%" 
相關問題