
Код:
_root.createEmptyMovieClip("cool", 4)
_root.loadMovie("file:///D:\\movie1.swf", _root.cool)
Этот код в первой флешке.
При использовании loadMovie прелоадер не отображается, но флешка грузится то же время.
Help предлагает мне
If you want to
monitor the progress of the download, use MovieClipLoader.
loadClip() instead of this function.
Method; loads a SWF or JPEG file into a movie clip in Flash Player while the original movie is playing. Using this method lets you display several movies at once and
switch between movies without loading another HTML document.
Это как раз то, что мне нужно, но у меня не получается загрузить второй файл *.swf в первый.
Подскажите, плиз, как это можно сделать.