`
wangguorui89
  • 浏览: 320344 次
  • 性别: Icon_minigender_1
  • 来自: 山西
社区版块
存档分类
最新评论

AIR配置文件详解

阅读更多

 

<?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,当安装时系统将会检测同一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><!-- 桌面快捷方程式及窗口和系统控制面板添加程序中名称 -->

    <!-- 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><!-- 窗体标题,当此处为注释状态时取 name标签中内容 -->

        <!-- The type of system chrome to use (either "standard" or "none"). Optional. Default standard. -->
        <systemChrome>none</systemChrome><!-- standard为标准窗体,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位置坐标 -->

        <!-- The window's initial y position. Optional. -->
        <!-- <y></y> --><!-- 窗体Y位置坐标 -->

        <!-- 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. -->
    <!-- 图标的大小必须和标签中标写的尺寸一致 -->
    <icon>
        <image16x16>icons/logo.png</image16x16><!-- 系统菜单中及系统控制面板添加程序中的图标 -->
        <image32x32>icons/logo_32.png</image32x32><!-- 桌面图标,窗口图标 -->
        <image48x48>icons/logo_48.png</image48x48><!-- 安装目录EXE文件图标 -->
        <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> --><!-- 是否应用程序可以通过浏览器激活 -->

    <!-- 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>

分享到:
评论

相关推荐

    小米air8250u的黑苹果配置文件

    【小米Air 8250U的黑苹果配置文件详解】 在苹果的忠实粉丝中,有一部分用户热衷于在非苹果硬件上安装Mac OS,这被称为“黑苹果”(Hackintosh)系统。小米Air 8250U作为一款性能良好的轻薄本,凭借其出色的性价比,...

    flex-air解压缩工具

    《Flex Air解压缩工具详解与应用》 在IT行业中,数据的压缩与解压缩是日常工作中常见的操作。本文将深入探讨“Flex Air解压缩工具”的核心功能、使用方法及其背后的技术原理,帮助开发者更好地理解和利用这个实用的...

    小米笔记本AIR12.5安装黑苹果系统EFI.zip

    在我们的例子中,"小米笔记本AIR12.5安装黑苹果系统EFI.zip"包含的就是针对这款特定型号笔记本的EFI配置文件。这些文件包含了引导加载器、驱动程序和其他必要组件,以确保macOS能够正确识别并使用硬件。 在安装过程...

    小米笔记本air13.3 i5-8250U 黑苹果双系统 OpenCore0.66引导驱动,挺完美的

    【小米笔记本Air 13.3 i5-8250U 黑苹果双系统配置详解】 小米笔记本Air 13.3以其轻薄设计和高性能配置,深受用户喜爱。这款搭载Intel第八代酷睿i5-8250U处理器的笔记本,不仅在Windows系统下表现出色,而且在黑苹果...

    flex air开发指南

    - **其他配置文件**:如安全性设置等。 #### 第二章:设置FlexBuilder ##### 2.1 关于FlexBuilder对于AIR的支持情况 - **FlexBuilder 版本**:介绍 FlexBuilder 对 AIR 的支持情况,如 FlexBuilder 3 对 AIR 的...

    Adobe Air中文帮助

    ### Adobe AIR 中文帮助知识点详解 #### 一、Adobe AIR 概述 **定义与功能:** Adobe Integrated Runtime (简称 AIR) 是一个跨操作系统的运行平台,它支持开发者利用现有 Web 开发技术(如 Flash、Flex、HTML、...

    iPhone连接打印机airprint

    **AirPrint技术详解** AirPrint是由苹果公司推出的一项功能,主要针对iOS设备(如iPhone、iPad)和Mac OS X系统,旨在提供简单便捷的无线打印服务。这项技术使得用户无需安装额外驱动,即可直接从苹果设备上将文档...

    ext-air(for Ext2.2)

    3. **文档**:可能包括README文件,说明如何安装、配置和使用EXT-AIR,以及可能存在的API参考。 4. **资源文件**:如CSS样式表,图片,图标等,用于构建用户界面。 5. **许可证文件**:说明软件的使用权限和限制。 ...

    Hypersonic 2 AIR 汉化包

    这些文件可能以资源文件或者配置文件的形式存在,用于替换原版软件中的英文文本。 2. **音色表汉化**:除了界面之外,音色表的汉化也至关重要。Hypersonic 2拥有大量的预设音色,汉化后的音色表能让用户更容易理解...

    Adobe Air 入门教程

    ### Adobe Air 入门教程详解 #### 创建 Adobe AIR 文件 Adobe AIR 技术允许开发者使用 Flash 或 HTML 来创建跨平台的应用程序。首先,你需要在 Adobe Flash CS3 Professional 中创建一个新的 AIR FLA 文件。这一...

    Flex3学习电子书--RIA开发详解与精深实践+AIR Adobe 新手培训教材

    《Flex 3 RIA开发详解与精深实践》这部分内容可能涵盖了Flex3的基础知识,包括: 1. **Flex3简介**:解释Flex3的由来、作用及其在RIA开发中的地位,以及与Flash Player的关系。 2. **开发环境搭建**:如何安装Flex ...

    Cisco AP固件 版本:AIR-K9-ME-8-9-111-0.zip

    同时,ap3g2、ap3g3、c3700等文件可能是针对其他思科AP系列或交换机的固件或配置文件。例如,ap3g2和ap3g3可能分别对应于3系列的前两代产品,而c3700可能是指Catalyst 3700系列的交换机固件,这些设备在大型网络中...

    Flex AIR物业管理系统

    《Flex AIR物业管理系统详解》 Flex AIR物业管理系统是一款基于Adobe AIR技术开发的桌面应用程序,它为物业管理提供了全面的解决方案。Adobe AIR(Adobe Integrated Runtime)允许开发者利用Flash、Flex或HTML5技术...

    AirPrint无线打印套件(包含说明)

    **AirPrint无线打印套件详解** AirPrint是苹果公司推出的一种无线打印技术,它使得iOS设备(如iPhone、iPad和iPod touch)以及Mac电脑能够方便地与支持AirPrint的打印机进行无线打印,无需额外安装驱动程序。这个...

    MacBook Air m1安装Win11及配置

    #### 四、配置文件共享 1. **设置共享文件夹**: - 打开MacBook Air上的“系统偏好设置”,选择“共享”。 - 选择“文件共享”,添加需要共享的文件夹。 - 在Windows 11中打开资源管理器,通过输入MacBook Air的...

    思科AIR-CT5500-K9-8-5-161 wlc升级包和ap补充包.rar

    《思科AIR-CT5500无线控制器与AP固件升级详解》 在现代企业网络环境中,无线网络已经成为不可或缺的一部分。思科作为全球领先的网络设备供应商,其产品线广泛,其中AIR-CT5500无线控制器(WLC)是企业级无线网络的...

    AIR版Socket局域网端口调试工具 1.0 的源码

    2. `.actionScriptProperties`:这是Adobe Flex或Flash Builder项目的配置文件,存储了ActionScript编译器设置,如目标版本、库路径等。 3. `.DS_Store`:这是Mac OS系统自动生成的隐藏文件,记录了文件夹的布局信息...

    AIR android本地扩展

    ### AIR Android本地扩展详解 #### 一、概述 在Adobe AIR (Adobe Integrated Runtime)中,开发者可以通过使用Android本地扩展(ANE)来实现更强大的功能,尤其是那些需要与原生代码进行交互的功能。这种方式允许...

    Smartair Standalone_AIR_assaabloy_smartair_

    《Smartair Standalone:AIR Assa Abloy智能门禁系统详解》 Smartair Standalone是Assa Abloy公司推出的一款先进的门禁控制系统,其核心在于提供安全、便捷的出入管理解决方案。该系统集成了现代科技与传统门禁控制...

Global site tag (gtag.js) - Google Analytics