AS3 OSMF Compiling Errors

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

Leave a Reply