FB4.5 allow us custom the metadata code completion.
So we can add Spring ActionScript metadatas (EventHandler, etc) to FB4.5.
Then you need use the metadata.xml to compile Spring ActionScript lib....
Type: Posts; User: NeoGuo; Keyword(s):
FB4.5 allow us custom the metadata code completion.
So we can add Spring ActionScript metadatas (EventHandler, etc) to FB4.5.
Then you need use the metadata.xml to compile Spring ActionScript lib....
currently in version 1.1 with Flex 4.5 SDK,when you got the error "mx.modules::Module could not be found", please replace "import mx.modules.Module" to "import spark.modules.Module", then rebuild the...