Michael O
2009-06-14 18:38:41 UTC
TypeError: Error #1006: value is not a function.
The code I'm using is the following:
var my_xml = new XML();
my_xml.load("my_document.xml");
I haven't even added a onLoad function and even when I do it gives me the same error. I know the XML file is ok and in the same directory.
This is probably some easy beginner setting or something, but as I don't know anybody else who knows flash, I've been trying to teach myself, with very limited success. any help you could give would be appreciated.