Hi Mark, To change the depth, you can use the swapChildren() method:
public function swapChildren(child1:DisplayObject <http://127.0.0.1:60064/help/topic/com.adobe.flexbuilder.help/langref/fl\ ash/display/DisplayObject.html> , child2:DisplayObject <http://127.0.0.1:60064/help/topic/com.adobe.flexbuilder.help/langref/fl\ ash/display/DisplayObject.html> ):void <http://127.0.0.1:60064/help/topic/com.adobe.flexbuilder.help/langref/sp\ ecialTypes.html#void> -TH __________________________________ Tim Hoff Cynergy Systems | Technical Lead 3603 5th Ave. Suite A, San Diego, CA 92103 http://www.cynergysystems.com <http://www.cynergysystems.com> --- In [email protected], "Mark" <[EMAIL PROTECTED]> wrote: > > I have a Flash CS3 component that pops up a small text box on roll- > overs. Those Flash text pop-ups come up behind Flex Labels. Is there > a way to control the depth of each component? The layout of these > components are: > > HBox > Label Left -- Flash Comp. -- Label Right > > Any ideas? Can I control this in Flash or Flex? > > Thanks, > Mark >

