InformationMediaSupportOther Adobe Projects |
ISmartLoader.asGo to the documentation of this file.00001 /**************************************** 00002 ** Copyright 2005-2006 Adobe Systems Incorporated 00003 ** Distributed under the MIT License (see accompanying file LICENSE_1_0_0.txt 00004 ** or a copy at http://opensource.adobe.com/licenses.html) 00005 ** 00006 ** ISmartLoader Class 00007 ****************************************/ 00008 00009 interface amg.ISmartLoader { 00010 00011 public function smartLoader ():Void; 00012 00013 00014 } |