Hello Kirupians,
I have a few custom classes stored in AS files. Is it possible to have these classes imported another way from using the following method:
import ClassFile;
I want to have the AS files loaded from a server (policy file created for inter-domain talk) into to flash. Also I want it to work, lets say if a person downloads the main SWF and plays it on their compy, i want the class files to be loaded from http://xyz.com/ClassFile.as and so on.
Any way to do this?