views:

18

answers:

0

I'm trying to build an air 2 application with cs5 and as3. When I try to do "private var customClass : CustomClass;" inside the class definition of the document class of my fla the constructor of the document class is never called and I don't get any errors or warnings. If I comment out the private var it complies and the trace statement in the constructor traces and all is well. What am I doing wrong?