Hi,

1- my main fla is driven by a singleton class nammed 'Main.as' so content of frame 1 is :
var main= Main.getInstance();
main.init(this);

2 - this main instance do a loadMovie() to load an external movie called 'child.swf' ( this one is also driven by a class nammed 'child.as' )

I don't find any way to make 'child.swf' access to variables defined in 'main' instance. if,in child class, I define a reference to 'main' instance it won't compile anymore (but I precisely need swf to be loaded into its host...)

Did I missed something ? Thx for your help

Eric

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to