Looking for clarity on the include directive in a CS3 FLA file. Technically, does anyone know if pound-for-pound, having code on a movieclip's timeline is EXACTLY the same as having it's code in an external .as file and using the include directive?
Here are more details: 1) The code being externalised contains imports, variable declarations, numerous functions and runtime code (approx. 150-250 lines of code) 2) The movieclip is dynamic and created on the fly by the application, putting the movieclip within various other movieclips deep in the display stack 3) Multiple other movieclips (approx. 30) also contain code with imports, variable declarations, functions and runtime code So the question I ask: Is it technically possible to externalise all code in a CS3 FLA document by exporting all code from all timelines and using the include directive? Are there issues with instantiation of objects/classes or problems with import paths, etc? Thoughts? _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

