how to

Setting the Label of a Tree Node

If you have ever wanted to know how to set the label of a tree node to
a different value you've found the right tutorial. To begin follow the steps in the tutorial "Adding a tree component
to the stage
" and continue here.

Getting the Element Start-Tag Name of a Tree Node

This tutorial will show you how to retrieve the element tag name or node name as it is called in Flash. To clarify, the element tag name is the first string of characters that appear after a tag. So the element tag name of "<customer firstname='allen' lastname='poe'>" is "customer".

Setting the Indentation of a Tree Node

This tutorial will show you how to set the indentation of the tree nodes.

To begin by following the steps in the tutorial "Adding a tree component to the stage" and continue here.

Adding a Tree component to the Stage

This tutorial will show you how to add the Tree component to the stage. Open Flash MX 2004 Professional and follow along.

Setting the Icon of a Tree Node

If you have ever wanted to know how to set a tree node to a different icon you've found the right tutorial.

To begin follow the steps in the tutorial "Adding a tree component to the stage" and continue here.

Receive Notification of Branch Node Open or Close

This tutorial will show you how to receive notification when a branch node
in a tree element has been opened or closed.

Creating the Layout

  1. First, add a tree component and textarea component to the stage and name
    them, "myTree" and "myStatusArea".

Receive Notification of Node Selection

This tutorial will show you how to receive notification when a node in a
tree element has been selected.

Creating the Layout

  1. First, add a tree component and textarea component to the stage and name
    them, "myTree" and "myStatusArea".

Adding a node to the root node of a tree component

This tutorial will show you how to add a node to a the root node of a tree component when a button is clicked.

XML feed