yes, MC called content is placed in the main timeline.
I've just tried the following
Code:on(release){ _root.loadMovie("XXX.swf", content); }also not succeed.Code:on(release){ _parent.loadMovie("profile.swf", "content"); }
The external swf replace everything instead of loading within MC content
Would you please suggest?




Reply With Quote