Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: F5 and XML
From: Deryl Dorsett
Date: Wed, 11 Oct 2000 16:42:09 +0100

Hi all, I was wondering if any one could help or point me in the right direction for F5 and XML. I've been able to read xml file but I can't seem to get the .appendChild method to work.
ex.
on (release)
{
newNode = "<dvd name=\"new name\">added node</dvd>"
objXML = new XML();
objXML.load("xml.xml");
objXML.onLoad = test;

function test ()
{
var e = this.firstChild.nextSibling;
e.firstChild.nextSibling.appendChild(newNode);
}
}
any site have some Tuts on this?
Thanks
Deryl

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]