Hello,

I've came to such a problem when I have to split the code and user interface
of the application into separate SWF files.

The concept is that my core (core.swf) contains only classes and will load
all necessarry external files such as user interface (ui.swf). My UI
contains only layout and graphics in a set of MovieClips either on the stage
or in the library which are exported by linkage identifiers and use custom
classes extended from MovieClip.

The problem is that my MovieClips on the stage in ui.swf are not bound to my
custom classes since they are not compiled into ui.swf but reside only in
core.swf.

Are there any limitations for this concept? If the classes from core.swf are
loaded prior to ui.swf and defined in _global scope they should be correctly
instantiated on the stage when ui.swf is loaded or not?

Please, correct me if I'm wrong..

Tomas Lehuta
[http://lharp.net]

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to