`

Setting AIR application properties

阅读更多

http://livedocs.adobe.com/flex/3/html/File_formats_1.html

 

<?xml version="1.0" encoding="utf-8" ?>
<application xmlns="http://ns.adobe.com/air/application/1.0.M6"
    minimumPatchLevel="1047">
    <id>com.example.HelloWorld</id>
    <version>2.0</version>
    <filename>Hello World</filename>
    <name>Example Co. AIR Hello World</name>
    <description>
        The Hello World sample file from the Adobe AIR documentation.
    </description>

    <copyright>Copyright ゥ 2006 Example Co.</copyright>
    <initialWindow>
        <title>Hello World</title>
        <content>
            HelloWorld-debug.swf
        </content>
        <systemChrome>none</systemChrome>
        <transparent>true</transparent>
        <visible>true</visible>
        <minimizable>true</minimizable>
        <maximizable>false</maximizable>
        <resizable>false</resizable>
        <width>640</width>
        <height>480</height>
        <minSize>320 240</minSize>
        <maxSize>1280 960</maxSize>
    </initialWindow>
    <installFolder>Example Co/Hello World</installFolder>
    <programMenuFolder>Example Co</programMenuFolder>

    <icon>
        <image16x16>icons/smallIcon.png</image16x16>
        <image32x32>icons/mediumIcon.png</image32x32>
        <image48x48>icons/bigIcon.png</image48x48>
        <image128x128>icons/biggestIcon.png</image128x128>
    </icon>
    <customUpdateUI>true</customUpdateUI>
    <allowBrowserInvocation>false</allowBrowserInvocation>
    <fileTypes>
        <fileType>
            <name>adobe.VideoFile</name>
            <extension>avf</extension>
            <description>Adobe Video File</description>
            <contentType>application/vnd.adobe.video-file</contentType>
            <icon>
                <image16x16>icons/avfIcon_16.png</image16x16>
                <image32x32>icons/avfIcon_32.png</image32x32>
                <image48x48>icons/avfIcon_48.png</image48x48>
                <image128x128>icons/avfIcon_128.png</image128x128>
            </icon>
        </fileType>
    </fileTypes>
</application>

分享到:
评论

相关推荐

    developing android application with adobe air.part3.rar

    Chapter 6 : Opening and Closing an Application and Saving Data The AIR Application Why and How to Save Data Conclusion Chapter 7 : Multitouch Technology A Brief History What Is Multitouch and Gesture?...

    developing android application with adobe air.part1

    Chapter 6 : Opening and Closing an Application and Saving Data The AIR Application Why and How to Save Data Conclusion Chapter 7 : Multitouch Technology A Brief History What Is Multitouch and Gesture?...

    developing android application with adobe air.part4.rar

    Chapter 6 : Opening and Closing an Application and Saving Data The AIR Application Why and How to Save Data Conclusion Chapter 7 : Multitouch Technology A Brief History What Is Multitouch and Gesture?...

    developing android application with adobe air.part2.rar

    Chapter 6 : Opening and Closing an Application and Saving Data The AIR Application Why and How to Save Data Conclusion Chapter 7 : Multitouch Technology A Brief History What Is Multitouch and Gesture?...

    maven中setting阿里云的详细镜像配置

    maven中setting阿里云的详细镜像配置,setting的配置细节 maven中setting阿里云的详细镜像配置,setting的配置细节

    Android Application Security Essentials

    Android application structure 12 Application signing 15 Data storage on the device 15 Crypto APIs 16 Device Administration 17 Summary 17 Chapter 2: Application Building Blocks 19 Application ...

    actionbar中增加setting菜单 自定义

    Intent intent = new Intent(Settings.ACTION_APPLICATION_DETAILS_SETTINGS); Uri uri = Uri.fromParts("package", getPackageName(), null); intent.setData(uri); startActivity(intent); popupWindow....

    ios airplay 播放视频

    print("Error setting audio session category: \(error.localizedDescription)") } } playerViewController.allowsAirPlay = true ``` 最后,别忘了处理播放完毕的情况。你可以监听`AVPlayerItem`的`...

    Maven的setting.xml下载

    Maven的setting.xml下载

    android4.0 Setting设置 源代码

    在Android系统中,Setting应用是用户与系统设置交互的主要界面,涵盖了各种设备配置选项,如Wi-Fi、蓝牙、显示、声音、账户等。本资源提供了Android 4.0(Ice Cream Sandwich,ICS)版本的Setting模块应用层的源代码...

    Learning Spring Application Development

    Starting with the architecture of the Spring Framework and setting up the key components of the Spring application development environment, you will learn the configuration of Spring Container and how...

    Software.Application.Development.A.Visual.Cplusplus.MFC.and.STL

    Chapter 15 - Setting Port Properties Chapter 16 - Key-Based Item Movement Chapter 17 - Reversing Block Direction Chapter 18 - Model Validation Chapter 19 - Non-Feedback-Based Signal Propagation ...

    Zend Framework 2 Application Development

    Chapter 2: Setting Up the Environment Chapter 3: Scratching the Surface of Zend Framework 2 Chapter 4: The First Request/Response – Building the User Wall Chapter 5: Handling Text Content – Posting ...

    setting

    标题中的"setting"通常指的是配置或设置,这在IT领域中是常见的术语,尤其是在软件开发、系统管理和自动化脚本编写中。"settings.xml"文件名表明这是一个XML格式的配置文件,通常存储用户偏好、程序参数或者项目的...

    idea自用setting文件setting.jar

    idea setting的导出文件,自用的idea配置,风格采用eclipse风格,有规范的类、方法等注释模板。

    Saving-app-settings-as-XML.rar_setting.xml

    ApplicationSettings settings = new ApplicationSettings() { Setting1 = "Value1", Setting2 = "Value2" }; XmlSerializer serializer = new XmlSerializer(typeof(ApplicationSettings)); using (StreamWriter ...

    LSET LENOVO OEM SETTING utility 1.0

    LENOVO OEM SETTING utility 1.0 Dos utility for oem setting, support updating setting individually. lset command option (case sensitive) /r - display current setting of platform /m &lt;markerfile&gt; -...

Global site tag (gtag.js) - Google Analytics