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

One Response to “AS3 OSMF Compiling Errors”

  1. This may have been a note to yourself, but it was hugely helpful. Thanks.

Leave a Reply