AIR 配置文件(*-app.xml)说明
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>
分享到:
相关推荐
3. **SaveChart-app.xml 和 SaveWebcam-app.xml** - 这些是Flex项目的配置文件,定义了应用的元数据,如应用的名称、版本以及所需的库。它们还会包含关于主MXML组件的信息,比如类路径和初始化参数。 综上所述,...
Google App Engine是一个由Google提供的平台,用于构建和运行基于Web的应用程序,而Flex是一种用于创建富互联网应用程序(RIA)的技术,它使用ActionScript编程语言和Flex框架。 **Google App Engine概述** Google ...
4. **Download-app.xml**:这可能是Flex项目的配置文件,用于定义应用的元数据,如应用名称、版本、图标等。此外,它还可以包含SWF配置,如初始化大小、兼容性设置以及所需的库和模块引用。在下载功能的实现中,`...
2. **Hello World应用**:教程可能会引导初学者创建第一个AIR应用,展示如何定义基本的XML配置文件(.app descriptor),以及如何编写ActionScript或HTML代码实现简单的输出。 3. **资源管理**:讲解如何在项目中...
这四个技术是Java EE领域中用于构建富互联网应用程序(RIA)和后端数据管理的重要组件。 1. **Flex**:Flex是一个开源框架,主要用于创建基于Flash Player或Adobe AIR的交互式、高性能的用户界面。它使用MXML和...
关键的配置文件是`WEB-INF/web.xml`,这是每个Java Web应用程序的核心配置文件。在这个例子中,我们看到`contextConfigLocation`参数定义了Spring配置文件的位置,包括`infrastructure-config.xml`,`security-...
1. **fig1.gif**:这是一个图像文件,可能是在教程中用来解释或展示Flex应用程序的某一特定步骤或最终结果的示例图。在学习过程中,这些图片通常会帮助理解复杂的概念或流程。 2. **first_flexapp_tutorial1.html**...
本文将深入探讨如何配置RemoteObject,以便在Flex应用程序中有效地调用后端服务。 首先,我们要了解Flex是Adobe推出的一种富互联网应用(RIA)开发框架,主要用于构建具有动态用户界面的Web应用程序。而Java作为...
Flex 4.6是Adobe公司推出的Flash Player和Adobe AIR应用程序开发框架的一个版本,它主要用于构建富互联网应用(RIA)。BlazeDS是Adobe提供的一种开源消息传递服务,它允许Flex客户端与Java服务器进行实时双向通信。...
标题中的“flex-app”指的是一个基于Flex技术构建的应用程序,而“我的第一个Flex应用程序仅用于测试”表明这是一个初学者为了熟悉Flex开发环境和技术所创建的简单项目。Flex是一种用于构建富互联网应用程序(RIA)...
Flex应用程序可以读取XML配置文件(如services-config.xml或flex-config.xml)中的参数,这些参数在编译时或运行时可以被设置。 了解了这些方法后,我们还需要关注如何在Flex 3应用中处理这些参数。通常,我们会...
RIA,全称Rich Internet Application,中文可译为“富互联网应用程序”,是一种在互联网上提供高度交互性和丰富用户体验的应用程序模型。这种技术结合了桌面应用程序的交互性和网页应用程序的分布性,旨在提供比传统...
Flex是基于ActionScript 3.0的开源开发框架,用于构建富互联网应用程序(RIA)。它提供了丰富的用户界面组件库和MXML语言,方便开发者创建交互式、响应式的Web应用。在本项目中,Flex作为前端,负责展示数据和接收...
`FlexFTP-app.xml`可能是应用程序配置文件,用于配置Flex项目的元数据。`pl`可能是某种配置文件,如FTP服务器的配置信息。 以上是Flex实现FTP操作的主要知识点。实际开发中,开发者还需要考虑到性能优化、用户体验...
Flex是一种基于ActionScript和MXML的开源框架,主要用于构建富互联网应用程序(RIA)。它允许开发者创建交互性强、功能丰富的跨平台桌面和移动应用程序。在本案例中,我们将探讨如何在Flex应用中集成和利用GPS功能,...
首先,Flex是一个开源的富互联网应用程序(RIA)框架,它基于ActionScript编程语言和Flex SDK,主要用于创建具有丰富用户体验的桌面和移动应用程序。而JavaScript则是Web开发中的主要脚本语言,用于控制浏览器行为和...
接着,`Upload-app.xml` 文件是Flex应用的配置文件,它包含了应用程序的元数据,如应用名称、版本、SWF版本等信息。此外,它还可以配置SWF加载器、编译选项和部署设置。在移动应用中,可能还会包含关于目标设备和...
Flex是Adobe公司开发的一种用于构建富互联网应用程序(RIA)的技术,它基于ActionScript编程语言和MXML标记语言。Flex 2是Flex框架的一个重要版本,它带来了许多改进和新特性,使得开发者能够创建更加交互性和视觉...
3. **RIA对应SDK**:提供了Flex和SilverLight两种开发控件的SDK,适用于RIA(Rich Internet Applications)即富客户端应用的开发。 此外,还提到了相关的文件夹结构及文件功能说明: - **App_Code**:包含错误处理...
开发证书允许开发者启用用于测试的设备,而发行配置文件则可能包含特定设备的数据信息,用于在Apple App Store中发布应用程序包。 在创建和下载配置文件时,开发者必须选择合适的配置文件类型。一般情况下,配置...