Re: [Flashcoders] BitmapData Availability

2005-12-21 Thread David Rorex
'import' does one thing, and one thing only: make it so you don't have to type the full class name. It doesn't force it to be compiled. If you import a class, but never reference it, it won't be compiled into your swf. You can reference a class by it's full name without importing it, and it will wo

[Flashcoders] BitmapData Availability

2005-12-21 Thread pixelassembly
Hi all, really quick question, Macromedia Documentation states that the BitmapData availability is Actionscript 1.0; Flash Player 8 is this simply wrong ? if not, how do I locate & include these classes as AS1? (given that I can't 'import' from AS1) cheers, glenn ___