Hi everybody,
Two questions:
1) I am trying to load external movie and then attach movie from library to the loaded movie. Is it possible to do it?
I have movie myMovieClip on the stage and I am loading external movie in it:
myMovieClip.loadMovie("extMovie.swf"
;
then, I am trying to attach movie:
myMovieClip.attachMovie("myMovie", "myMovie1",0);
and, nothing is happening.
But, if I delete first line (loadMovie), it is working and myMovie gets attached to myMovieClip. It seems that loadMovie is doing something to my myMovieClip. I tried also to make sure that extMovie.swf is fully loaded and then to do attachMovie, but flash didn't care.
2) If I use createEmptyMovieClip and load some movie to it, how can I create Linkage in the library so that I can attach that new movie to the other movies?
Thanks in advance.
Two questions:
1) I am trying to load external movie and then attach movie from library to the loaded movie. Is it possible to do it?
I have movie myMovieClip on the stage and I am loading external movie in it:
myMovieClip.loadMovie("extMovie.swf"

then, I am trying to attach movie:
myMovieClip.attachMovie("myMovie", "myMovie1",0);
and, nothing is happening.
But, if I delete first line (loadMovie), it is working and myMovie gets attached to myMovieClip. It seems that loadMovie is doing something to my myMovieClip. I tried also to make sure that extMovie.swf is fully loaded and then to do attachMovie, but flash didn't care.
2) If I use createEmptyMovieClip and load some movie to it, how can I create Linkage in the library so that I can attach that new movie to the other movies?
Thanks in advance.