<rt id="bn8ez"></rt>
<label id="bn8ez"></label>

  • <span id="bn8ez"></span>

    <label id="bn8ez"><meter id="bn8ez"></meter></label>

    夢幻之旅

    DEBUG - 天道酬勤

       :: 首頁 :: 新隨筆 :: 聯(lián)系 :: 聚合  :: 管理 ::
      671 隨筆 :: 6 文章 :: 256 評論 :: 0 Trackbacks
    <?xml version="1.0" encoding="UTF-8"?>  
    <application xmlns="http://ns.adobe.com/air/application/1.0">    
      
        
    <!-- The application identifier string, unique to this application. Required. -->  
        
    <id>AIRTest1</id><!-- 軟件ID,當(dāng)安裝時系統(tǒng)將會檢測同一ID軟件版本,版本高的即做更新操作 -->    
      
        
    <!-- Used as the filename for the application. Required. -->  
        
    <filename>AIRTest_filename</filename><!-- 安裝界面中 Application: -->    
      
        
    <!-- The name that is displayed in the AIR application installer. Optional. -->  
        
    <name>AIRTest_name</name><!-- 桌面快捷方程式及窗口和系統(tǒng)控制面板添加程序中名稱 -->    
      
        
    <!-- An application version designator (such as "v1", "2.5", or "Alpha 1"). Required. -->  
        
    <version>1.0</version><!-- 軟件版本 -->    
      
        
    <!-- Description, displayed in the AIR application installer. Optional. -->  
        
    <description>AIRTest_description</description><!-- 安裝第二個界面中的 description -->    
      
        
    <!-- Copyright information. Optional -->  
        
    <copyright>AIRTest_copyright</copyright>    
      
        
    <!-- Settings for the application's initial window. Required. -->  
        
    <initialWindow>  
            
    <!-- The main SWF or HTML file of the application. Required. -->  
            
    <!-- Note: In Flex Builder, the SWF reference is set automatically. -->  
            
    <content>[This value will be overwritten by Flex Builder in the output app.xml]</content>  
            
    <!-- The title of the main window. Optional. -->  
            
    <title>AIRTest_title</title><!-- 窗體標(biāo)題,當(dāng)此處為注釋狀態(tài)時取 name標(biāo)簽中內(nèi)容 -->    
      
            
    <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->  
            
    <systemChrome>none</systemChrome><!-- standard為標(biāo)準(zhǔn)窗體,none 為圓滑窗體 -->    
      
            
    <!-- Whether the window is transparent. Only applicable when systemChrome is false. Optional. Default false. -->  
            
    <transparent>true</transparent><!-- 背景是否透明 -->    
      
            
    <!-- Whether the window is initially visible. Optional. Default false. -->  
            
    <visible>true</visible><!-- 窗體初始化的時候是否可見 -->    
      
            
    <!-- Whether the user can minimize the window. Optional. Default true. -->  
            
    <minimizable>true</minimizable><!-- 是否允許最小化 -->    
      
            
    <!-- Whether the user can maximize the window. Optional. Default true. -->  
            
    <!-- <maximizable></maximizable> --><!-- 是否允許最大化 -->    
      
            
    <!-- Whether the user can resize the window. Optional. Default true. -->  
            
    <!-- <resizable></resizable> --><!-- 是否允許縮放窗體 -->    
      
            
    <!-- The window's initial width. Optional. -->  
            
    <!-- <width></width> --><!-- 窗體寬 -->    
      
            
    <!-- The window's initial height. Optional. -->  
            
    <!-- <height></height> --><!-- 窗體高 -->    
      
            
    <!-- The window's initial x position. Optional. -->  
            
    <!-- <x></x> --><!-- 窗體X位置坐標(biāo) -->    
      
            
    <!-- The window's initial y position. Optional. -->  
            
    <!-- <y></y> --><!-- 窗體Y位置坐標(biāo) -->    
      
            
    <!-- The window's minimum size, specified as a width/height pair, such as "400 200". Optional. -->  
            
    <!-- <minSize></minSize> --><!-- 窗體最小化值 -->    
      
            
    <!-- The window's initial maximum size, specified as a width/height pair, such as "1600 1200". Optional. -->  
            
    <!-- <maxSize></maxSize> --><!-- 窗體最大化值 -->  
        
    </initialWindow>    
      
        
    <!-- The subpath of the standard default installation location to use. Optional. -->  
        
    <installFolder>AIRInstrallField/AIR</installFolder><!-- 默認安裝路徑 C:\Program Files\AIRInstrallField\AIR -->    
      
        
    <!-- The subpath of the Windows Start/Programs menu to use. Optional. -->  
        
    <programMenuFolder>AIRTest_programMenuFolder</programMenuFolder><!-- 開始/程序 快捷方程式所在文件夾 -->    
      
        
    <!-- The icon the system uses for the application. For at least one resolution,   
             specify the path to a PNG file included in the AIR package. Optional. 
    -->  
        
    <!-- 圖標(biāo)的大小必須和標(biāo)簽中標(biāo)寫的尺寸一致 -->  
        
    <icon>  
            
    <image16x16>icons/logo.png</image16x16><!-- 系統(tǒng)菜單中及系統(tǒng)控制面板添加程序中的圖標(biāo) -->  
            
    <image32x32>icons/logo_32.png</image32x32><!-- 桌面圖標(biāo),窗口圖標(biāo) -->  
            
    <image48x48>icons/logo_48.png</image48x48><!-- 安裝目錄EXE文件圖標(biāo) -->  
            
    <image128x128>icons/logo_128.png</image128x128><!-- 未知 -->  
        
    </icon>    
      
        
    <!-- Whether the application handles the update when a user double-clicks an update version   
        of the AIR file (true), or the default AIR application installer handles the update (false).   
        Optional. Default false. 
    -->  
        
    <!-- <customUpdateUI></customUpdateUI> --><!-- 是否為同一版本的時候雙擊直接更新 -->  
        
    <!-- Whether the application can be launched when the user clicks a link in a web browser.   
        Optional. Default false. 
    -->  
        
    <!-- <allowBrowserInvocation></allowBrowserInvocation> --><!-- 是否應(yīng)用程序可以通過瀏覽器激活 -->    
      
        
    <!-- Listing of file types for which the application can register. Optional. -->  
        
    <!-- <fileTypes> -->    
      
            
    <!-- Defines one file type. Optional. -->  
            
    <!-- <fileType> -->    
      
                
    <!-- The name that the system displays for the registered file type. Required. -->  
                
    <!-- <name></name> -->    
      
                
    <!-- The extension to register. Required. -->  
                
    <!-- <extension></extension> -->  
                
    <!-- The description of the file type. Optional. -->  
                
    <!-- <description></description> -->  
                
    <!-- The MIME type. Optional. -->  
                
    <!-- <contentType></contentType> -->  
                
    <!-- The icon to display for the file type. Optional. -->  
                
    <!-- <icon>  
                    <image16x16></image16x16>  
                    <image32x32></image32x32>  
                    <image48x48></image48x48>  
                    <image128x128></image128x128>  
                </icon> 
    -->  
            
    <!-- </fileType> -->  
        
    <!-- </fileTypes> -->    
      
    </application>  
    posted on 2009-08-04 23:46 HUIKK 閱讀(1484) 評論(0)  編輯  收藏 所屬分類: FLASH
    主站蜘蛛池模板: 在线精品亚洲一区二区| 亚洲午夜在线电影| 亚洲aⅴ无码专区在线观看春色| 久久经典免费视频| 亚洲va精品中文字幕| 中文字幕无码精品亚洲资源网久久| 最好看的中文字幕2019免费| 老汉色老汉首页a亚洲| 天天影视色香欲综合免费| 亚洲欧洲日产国码www| 亚洲电影免费观看| 亚洲午夜无码毛片av久久京东热 | 亚洲国产女人aaa毛片在线| 久久国产乱子精品免费女| 久久久无码精品亚洲日韩蜜桃| 九九精品成人免费国产片| 亚洲精品第五页中文字幕| 女人张腿给男人桶视频免费版| WWW国产亚洲精品久久麻豆| 亚洲精品国精品久久99热| a级毛片毛片免费观看永久| 成人免费视频小说| 婷婷亚洲综合一区二区| 亚洲精品无码久久久久去q| 99久9在线|免费| 中文字幕无码精品亚洲资源网久久 | 亚洲国产午夜精品理论片| 成人免费视频软件网站| 国产大片免费天天看| 亚洲成a人片77777群色| 国产大片线上免费看| 毛片在线全部免费观看| 亚洲综合激情五月色一区| 国产国拍亚洲精品福利| 亚洲大片免费观看| 精品在线视频免费| 亚洲美女视频一区二区三区| 国产国产人免费视频成69大陆| a毛片在线还看免费网站| 亚洲第一男人天堂| 亚洲av永久无码精品秋霞电影影院|