I am working on a Flash ad. I use AS3 generated objects as well as movieclips placed manually in the timeline. Although the AS3 layer is below my manually placed timeline layers, the AS3 placed movieclips are visible "above/on top of/have higher z-index than" my timeline layers.
I am aware of handling the display order of AS3 generated objects via display list model, like discussed here.
However I cannot find information in which way timeline layers(Flash IDE layers) are correlated to AS3 generated "display object containers". Edit: Obviously IDE layers are out of scope of the display list model, but I have no source for that.
Basically I only want to make sure that my transparent clickTag-button-layer is above all content in my ad. Currently the AS3 placed movieClips are above it.
stage.getChildIndex()You will be surprised by the difference by index of timeline objects verse the ones placed by AS code. - C. Parcell