| 1 |
<?xml version="1.0" encoding="utf-8" ?> |
| 2 |
|
| 3 |
<application xmlns="http://ns.adobe.com/air/application/1.0"> |
| 4 |
|
| 5 |
<id>net.fckeditor.air.samples.sample01</id> |
| 6 |
|
| 7 |
<name>FCKeditor Sample Application 1.0</name> |
| 8 |
|
| 9 |
<version>1.0</version> |
| 10 |
|
| 11 |
<filename>FCKeditor AIR Sample</filename> |
| 12 |
|
| 13 |
<description>This is a sample AIR application including FCKeditor.</description> |
| 14 |
|
| 15 |
<copyright>Copyright (C) 2003-2009 Frederico Caldeira Knabben</copyright> |
| 16 |
|
| 17 |
<initialWindow> |
| 18 |
|
| 19 |
<content>_samples/adobeair/sample01.html</content> |
| 20 |
|
| 21 |
<title>FCKeditor AIR Sample</title> |
| 22 |
|
| 23 |
<systemChrome>standard</systemChrome> |
| 24 |
|
| 25 |
<transparent>false</transparent> |
| 26 |
|
| 27 |
<visible>true</visible> |
| 28 |
|
| 29 |
<minimizable>true</minimizable> |
| 30 |
|
| 31 |
<maximizable>true</maximizable> |
| 32 |
|
| 33 |
<resizable>true</resizable> |
| 34 |
|
| 35 |
<x>100</x> |
| 36 |
|
| 37 |
<y>80</y> |
| 38 |
|
| 39 |
<width>820</width> |
| 40 |
|
| 41 |
<height>600</height> |
| 42 |
|
| 43 |
<minSize>600 400</minSize> |
| 44 |
|
| 45 |
</initialWindow> |
| 46 |
|
| 47 |
<installFolder>FCKeditor/AIR Samples/Sample01</installFolder> |
| 48 |
|
| 49 |
<programMenuFolder>FCKeditor/AIR Samples</programMenuFolder> |
| 50 |
|
| 51 |
<icon> |
| 52 |
|
| 53 |
<image16x16>_samples/adobeair/icons/16.png</image16x16> |
| 54 |
|
| 55 |
<image32x32>_samples/adobeair/icons/32.png</image32x32> |
| 56 |
|
| 57 |
<image48x48>_samples/adobeair/icons/48.png</image48x48> |
| 58 |
|
| 59 |
<image128x128>_samples/adobeair/icons/128.png</image128x128> |
| 60 |
|
| 61 |
</icon> |
| 62 |
|
| 63 |
<customUpdateUI>false</customUpdateUI> |
| 64 |
|
| 65 |
<allowBrowserInvocation>false</allowBrowserInvocation> |
| 66 |
|
| 67 |
</application> |
| 68 |
|
| 69 |
|