Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
1- Create the following Adobe AIR application:
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
visible="false"
creationComplete="this.visible = true"
xmlns:mx="library://ns.adobe.com/flex/mx">
<s:Label text="Random content"/>
</s:WindowedApplication>
2- Run it
3- See that the application starts, the main window "flashes" and closes.
Expected result:
The application should be shown on screen