Guest User

Untitled

a guest
Nov 5th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.85 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <application xmlns="http://ns.adobe.com/air/application/3.3">
  3.     <id>com.tametick.dipldoom</id>
  4.     <versionNumber>1.0.0</versionNumber>
  5.     <filename>buskers2</filename>
  6.     <name>Diplomatic Doom</name>
  7.     <description></description>
  8.     <!-- <copyright>????</copyright> -->
  9.     <initialWindow>
  10.         <title>Diplomatic Doom</title>
  11.         <content>buskers2.swf</content>
  12.         <systemChrome>standard</systemChrome>
  13.         <transparent>false</transparent>
  14.         <visible>true</visible>
  15.         <minimizable>true</minimizable>
  16.         <maximizable>false</maximizable>
  17.         <resizable>true</resizable>
  18.         <width>800</width>
  19.         <height>480</height>
  20.         <!-- <minSize>320 240</minSize>
  21.        <maxSize>1280 960</maxSize> -->
  22.     </initialWindow>
  23.     <installFolder>Example Inc./Diplomatic Doom</installFolder>
  24.     <programMenuFolder>Diplomatic Doom</programMenuFolder>
  25.     <!-- <icon>
  26.        <image16x16>icon_16.png</image16x16>
  27.        <image32x32>icon_32.png</image32x32>
  28.        <image48x48>icon_48.png</image48x48>
  29.        <image128x128>icon_128.png</image128x128>
  30.    </icon> -->
  31.     <customUpdateUI>false</customUpdateUI>
  32.     <allowBrowserInvocation>false</allowBrowserInvocation>
  33.     <!-- <fileTypes>
  34.        <fileType>
  35.            <name>adobe.VideoFile</name>
  36.            <extension>avf</extension>
  37.            <description>Adobe Video File</description>
  38.            <contentType>application/vnd.adobe.video-file</contentType>
  39.            <icon>
  40.                <image16x16>icons/avfIcon_16.png</image16x16>
  41.                <image32x32>icons/avfIcon_32.png</image32x32>
  42.                <image48x48>icons/avfIcon_48.png</image48x48>
  43.                <image128x128>icons/avfIcon_128.png</image128x128>
  44.            </icon>
  45.        </fileType>
  46.    </fileTypes> -->
  47. </application>
Advertisement
Add Comment
Please, Sign In to add comment