Hello everyone.
Let me try to setup the senerio. If you load a class on the main movie and then drop a swf on the stage. Does the swf that you drop on the stage have access to the main move class? I use to be able to do this in AS1.

So it is safe to say that:
In AS3, all swf's are self contained and parameters can only be passed to the imported swf.

If I want to be able to use a (global) class, I need to develop all submovies (swf's) as packages.

Any suggestion would be great.