Hello,

I use runtime sharing to export some symbols, for example:
chapter1.swf with symbol "chapter1"
chapter2.swf with symbol "chapter2"

I import those like this into my main.swf:
"chapter1" from chapter1.swf
"chapter2" from chapter2.swf

when I run main.swf it works fine.



Now I need to load main.swf into another framework. This is done by:
loadMovie("/pathTo/main.swf",containerClip);
chapter1.swf, chapter2.swf .... chapterN.swf shall be also in /pathTo/

when I run the framework main.swf is loaded, but does not load the chapters.
Any idea?

My goal is, that main.swf can run stand-alone as well as loaded in the
framework.

Sorry for my poor english.

Thank you,
Matthias
_______________________________________________
[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