To create this: 1. Drag a comboBox component from the components Panel to your FLA's Library. 2. Add the following code: /* ----- code starts here --------- */ "myCB", this.getNextHighestDepth())); myCB.dropdown.listContent[i].cell.getTextFormat (); 3. Test Movie, and you are done! |