Title: XML Load

Hi All,

I am trying to load XML in a class's method, which is called by my Flex app after the app loads and have onLoad function to process the XML once it loads. Code:

--------------------------------------------------------------------------

public function loadPLMS():Void{

        tacticsXML.load( "[URL]" );

        tacticsXML. success )

        {

                Alert.show( tacticsXML.parentNode.toString() );

        }


The Alert doesn't show me anything. If I try to dump success, it does show me "true". Am I doing anything wrong here?

Thanks


Agha Mehdi

IDT - eBusiness Program Manager

Work: 408.284.8239

Fax:   408.284.2766



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




YAHOO! GROUPS LINKS




Reply via email to