Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Adobe Flex SDK 4.5 (Release)
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Language Found: English
Description
Steps to reproduce:
1. Clear the default preloader by setting it to nothing in *-config.xml for a compilation target.
<preloader />
Actual Results:
1084: Syntax error: expecting identifier before semicolon. CSSTest line 19 Flex Problem
Due to the following invalid AS3 code being generated:
import ;
Expected Results:
No compile time error.
Workaround (if any):