load movieclip and preserve layers in HTML5/Canvas
I want to load a movieclip and preserve the layers
i load the movieclips with the code below on diffrent layers and i want that the movieclips executed from the code the i inserted on the lowest layer also stays on the lowest layer ?
var that = this;
that.addChild(new lib.Movieclip01());
Is this possible, how do i do that ?
