| 1 |
<?xml version="1.0" encoding="utf-8" ?> |
|---|
| 2 |
<application xmlns="http://ns.adobe.com/air/application/1.5"> |
|---|
| 3 |
|
|---|
| 4 |
<id>AIRMigemo</id> |
|---|
| 5 |
<version>1.0</version> |
|---|
| 6 |
<filename>AIRMigemo</filename> |
|---|
| 7 |
|
|---|
| 8 |
<name>AIRMigemo</name> |
|---|
| 9 |
<description></description> |
|---|
| 10 |
<copyright></copyright> |
|---|
| 11 |
|
|---|
| 12 |
<initialWindow> |
|---|
| 13 |
<title>AIRMigemo</title> |
|---|
| 14 |
<content>AIRMigemo.swf</content> |
|---|
| 15 |
<systemChrome>standard</systemChrome> |
|---|
| 16 |
<transparent>false</transparent> |
|---|
| 17 |
<visible>true</visible> |
|---|
| 18 |
<minimizable>true</minimizable> |
|---|
| 19 |
<maximizable>true</maximizable> |
|---|
| 20 |
<resizable>true</resizable> |
|---|
| 21 |
</initialWindow> |
|---|
| 22 |
|
|---|
| 23 |
<!-- |
|---|
| 24 |
More options: |
|---|
| 25 |
http://livedocs.adobe.com/flex/3/html/File_formats_1.html#1043413 |
|---|
| 26 |
--> |
|---|
| 27 |
</application> |
|---|