Thanks. I'm not retrieving any XML content though. All we're doing is launching an external browser window to display a URL so no data is coming in.
Michael J. Regert From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Jameel Ahmad Sent: Friday, July 06, 2012 1:41 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Errors in flash.external::ExternalInterface$/call() Hi Michael, I have already encountered this kind of errors. Please check the XML content that is returned by the file which you call through the external interface. I am sure there is some syntax error while the XML content is constructed. Like some start tag "<student>" missing the end tag "</student>". So you have to examine the XML content. simplest way is you copy the XML content and save it as html file,then open with a browser.check if the content are coming in a correct format. Thanks & regards, SK Jameel Ahmad.