hey guys, i’ve tried the new tutorial Reusable Preloader using MovieClipLoader and it’s working. but the problem is, it’s only working if the picture it will load will be http…
my_mc.loadClip(“http://www.kirupa.com/../picture3.jpg”, “container”);
i tried changing it like this
my_mc.loadClip(“picture3.jpg”, “container”);
and the preloader was no longer working. but the picture exist. I was trying to load the picture in the same folder where my flash movie is.
is there any alternative of doing this? thanks!!!