The documentation says the “import” statement in Flash is just a convenience for programmers so we don’t have to specify a fully-qualified class name in our code repeatedly. The “import” statement isn’t supposed to have any real effect on the generated code. It’s supposed to be optional.
Turns out when developing components, “import” is required!
Continue reading ‘“import” is required for component meta-data’