Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Language Found: English
Description
Found in 4.0.0.10912
Steps to reproduce:
0. Create a new AIR app.
1. Copy and paste the following code:
<?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"
xmlns:mx="library://ns.adobe.com/flex/halo">
<s:Label id="ldl" creationComplete="ldl.text = mx_internal::VERSION;" />
</s:WindowedApplication>
2. Export a release version of the AIR app and sign it with a cert.
Actual Results:
Errors
Expected Results:
No errors.
Workaround (if any):
n/a
------
<?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"
xmlns:mx="library://ns.adobe.com/flex/halo">
<s:Label id="ldl" creationComplete="ldl.text = mx_internal::VERSION;" />
</s:WindowedApplication>