Re: [Flashcoders] loading XML as string via parseXml: how to avoid "undefined"? (onParseComplete??!

2006-03-17 Thread GregoryN
Hello Ken, As you don't LOAD anything, menu_xml.getBytesTotal() will return undefined - it's OK. You can either set interval or onEnterFrame function to check the ned of parsing and then delete/clear onEnterFrame/interval. Also, check spelling of mymenuxml (quotes, ";" etc) Also, I'd suggest to

Re: [Flashcoders] loading XML as string via parseXml: how to avoid"undefined"? (onParseComplete??!)

2006-03-17 Thread Michael Bedar
esult from getBytesTotal/getBytesLoaded, nor do you need to. - Original Message - From: "Ken Fine" <[EMAIL PROTECTED]> To: Sent: Friday, March 17, 2006 7:44 PM Subject: [Flashcoders] loading XML as string via parseXml: how to avoid"undefined"? (onParseComplete??!) I&

Re: [Flashcoders] loading XML as string via parseXml: how to avoid"undefined"? (onParseComplete??!)

2006-03-17 Thread JesterXL
never get a valid result from getBytesTotal/getBytesLoaded, nor do you need to. - Original Message - From: "Ken Fine" <[EMAIL PROTECTED]> To: Sent: Friday, March 17, 2006 7:44 PM Subject: [Flashcoders] loading XML as string via parseXml: how to avoid"undefin

[Flashcoders] loading XML as string via parseXml: how to avoid "undefined"? (onParseComplete??!)

2006-03-17 Thread Ken Fine
I'm attempting to manually load an XML object via a string. I appear to be successfully completing this process: my XML is well-formed, and myxmlobject.toString() returns a result, as do attempts to traverse the attributes and nodes. What isn't working is the XML object itself when I attempt t