MovieClipLoader won’t load
Today I encountered something very simple… and weird:
var mc:MovieClipLoader = new MovieClipLoader();
mc.addListener (this);
mc.loadClip(_viewUrl, _root);
Should work right?
Should but doesn’t. What’s the gotcha? It doesn’t work on _root.
Not that that is a bad thing since _root is evil anyway, but I was only writing a ‘quick’ test for something.
Again Flash turns it into a ‘quirck’ test instead.
Correct way is to load it into a subclip of some kind.