I just tried it on my MacBook Pro with Flex 4.15 and FP22.

The following test case compiles just fine:

------- Flash22Test.as -------
package
{
import flash.display.IBitmapDrawable;
import flash.display.Sprite;
import flash.events.IEventDispatcher;

public class Flash22Test extends Sprite
{
        public function Flash22Test()
        {
        }
        
        public var foo:IEventDispatcher;
        public var bar:IBitmapDrawable;
}
}



Do you get errors compiling the above test case?  I am done for tonight
and will check tomorrow.

Thanks,
-Alex

On 7/24/16, 8:45 PM, "jbmetrics" <ja...@jbmetrics.com> wrote:

>Okay,
>
>I noticed on my MacBook Pro it worked (but was running on Flex 4.15 for
>Flash Player 20).  I reinstalled Apache Flex on my iMac 27" for Flash
>Player
>20 and the 1046 errors went away.  So it is definitely an issue running
>Apache Flex 4.15 for Flash Player 22.  I might try it later for Flash
>Player
>21 and see if it works or wait until Flash Player 22 is playerglobal.swc
>is
>fixed.  Definitely a Bug.  Do you know where I should report this? (as it
>can be repeated each time)
>
>Cheers,
>
>James
>
>
>
>--
>View this message in context:
>http://apache-flex-development.2333347.n4.nabble.com/1046-Type-was-not-fou
>nd-or-was-not-a-compile-time-constant-flash-events-IEventDispatcher-tp5411
>4p54141.html
>Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to