No. This decision is consistent with the fact that the AIR team has put their new classes like File into the flash.* package. Both decisions are motivated by the fact that it's hard to know what classes will exist on which platforms in the future. For example, the Flash Player for mobile devices -- which isn't AIR -- may have a File class. So our rule is that packages do not indicate the platform. - Gordon
________________________________ From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of superabe superabe Sent: Saturday, September 15, 2007 5:03 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] air namespace (adobe) Are there any plans to create a separate namespace for AIR related components in the SDK? For e.g. I am looking inside the mx.controls package and I see controls like FileSystemComboBox and FileSystemDataGrid listed, which dont seem to be usable in a non-AIR flex context, thus leading to confusion. - superabe