PDA

View Full Version : Set zindex


atul_7
09-10-2009, 10:12 AM
Hello

I have canvas with image control and progress bar . I want to show progressbar on image control . Right now it is showing behind image . Is there any proces to set zindex of progress bar.

Atul

Peter Cowling
09-10-2009, 11:09 PM
With flash 10, this means more than one thing.

Before then, you addChild, and its z-index is higher. So with flex 3, without any specific changes otherwise, addChild or simply pressing return (in mxml) will result in higher z-index.

With fp10, and/or flex 4, you can specify.