X-Z > XML.insertBefore

XML.insertBefore

Syntax

myXML.insertBefore(childNode, beforeNode);

Arguments

childNode The node to be inserted.

beforeNode The node before the insertion point for the childNode.

Description

Method; inserts a new child node into the XML object's child list, before the beforeNode.

Player

Flash 5 or later.