Flash Player 5.
my_xml
.parentNode
Property (read-only); references the parent node of the specified XML object, or returns null
if the node has no parent. This is a read-only property and cannot be used to manipulate child nodes; use the methods appendChild
, insertBefore
, and removeNode
to manipulate children.