AS3 OSMF Compiling Errors
Posted by robert | Filed under ActionScript 3
Just a quick note to myself.
When adding the OSMF.swc to a project delete the OSMF.swc from the Flex SDK (using SDK 4.1)
If adding the classes inside the project instead of using the swc you need to set Additional compiler arguemnts:
-locale en_US -define CONFIG::FLASH_10_1 true -define CONFIG::LOGGING false -define CONFIG::DEBUG false
March 5, 2013 at 5:24 pm
This may have been a note to yourself, but it was hugely helpful. Thanks.