If you mean import an external as files using AS 2.0 it is:Actionscript Code:#include "filename.as"
Remember you can use includes in class files, you must use the AS 3.0 approach.
But if you are using AS 3.0 it is:
Actionscript Code:import com.filename;




Reply With Quote
