I am playing around with movieClipLoaders and have run into problems. My application wont load my movieClip. I am trying to do it the Lynda.com way, but it works poorly.
Code:
this.createEmptyMovieClip (“mcHolder”, this.getNextHighestDepth());
var Loader:MovieClipLoader = new MovieClipLoader();
Loader.loadClip (“Red.swf”, mcHolder);
Can someone have a quick look at my .fla and check so I´m not making any lame fix-it-in-5-seconds errors? I have put the .fla and the .swf in the same directory, so that is no the problem.