so, I found this line in one of examples
private var _includeClasses:Array = [StaticMovieSource, CSVMovieSource];
so, what's the point? if I need to recompile it anyway if I change classes.
why not load these classes dynamically from external swfs during runtime?
otherwise there's no point in doing this.
am I wrong?


Reply With Quote