mediaholic
July 7th, 2003, 11:45 AM
fla is attached
this is all i have on maintimeline of main.swf
createEmptyMovieClip("content", 10);
content._x = 10;
content._y = 10;
content.onEnterFrame = function() {
trace(_root._url);
}
content.loadMovie("stuff1.swf");
The problem seems to happen only wenn u create mc dynamicly.
onEnterFrame stops tracing as soon u try to load another movie
in the content mc. the mc and the prototypes seem to be overwriten, but from main movie the referenz _level0.content ist still functional.
is this a bug, or is just sily me?
thoes anybody knows a reasen or workaround ?
this is all i have on maintimeline of main.swf
createEmptyMovieClip("content", 10);
content._x = 10;
content._y = 10;
content.onEnterFrame = function() {
trace(_root._url);
}
content.loadMovie("stuff1.swf");
The problem seems to happen only wenn u create mc dynamicly.
onEnterFrame stops tracing as soon u try to load another movie
in the content mc. the mc and the prototypes seem to be overwriten, but from main movie the referenz _level0.content ist still functional.
is this a bug, or is just sily me?
thoes anybody knows a reasen or workaround ?