Hi,

I've written the following code, but the .swf file doesn't load:

_root.createEmptyMovieClip("navi_mc", 1);
navi_mc._x = 50;
navi_mc._y = 50;
_root.navi_mc.loadMovie("thumbnails.swf");

However, a different .swf file (that has nothing in its library) loads and a
..jpg load, as well. Does anyone know what in the "thumbnails.swf" could be
causing this behavior?

Thank you!