Knowledge Base‎ > ‎

Explicitly export ActionScript interface in Flex Builder

posted Nov 1, 2008, 6:14 PM by Isaac Levin
Problem:
Flex Builder doesn't see an AS3 Interface that was just added to Flex Library project.

Solution:
By default new interface is not included in the project build. Select "Project Properties" -> "Flex Library Build Path" and make sure that new interface is checked.
Comments