On 5/15/17, 5:19 AM, "yishayw" <yishayj...@hotmail.com> wrote:

>Looking in Application under Basic it implements IInitialViewApplication
>but
>does not implement get stage. I suppose because it ultimately extends
>sprite
>get stage should exist. How should I configure my project so the compiler
>understands that?
>

Looking at the source, IInitialViewApplication only has a stage property
for SWF.

With the Dual compiler, the -library-path option is used rarely.  It
should only be used for SWCs that have no platform-specific APIs.  There
are -swf-library-path and -js-library-path options that are used instead
to specify the SWF-specific and JS-specific SWCs.  Flex-config.xml should
be set up that way.  It sounds like you are using an IDE.  It might be
setting the -library-path somehow.  I think there is a -dump-config=<some
output file> option that will cause the compiler to generate the set of
options it thinks it sees.  Maybe try that and see where things are being
specified.

-Alex

Reply via email to