Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
ChrisRauh #1
Help: Catching a bad url error when loading an XMLobject?
When I call the following method on an XML object using a bad url:
request_xml.sendAndLoad(myurl, reply_xml);
I get the following error on the console while the application/movie plays on:
Error opening URL "http://myhost/myurl.asp"
Is there a way to catch this error? I have tried try-catch but it did not
work. the onLoad method on the XML object is not called as well.
Some have suggested that I make sure the url is correct. This is not an option
since the url is entered by the user and, of course, it can always be
wrong/malformed.
Any help is greatly appreciated.
Chris
ChrisRauh Guest
-
Help: Catching a "Error opening URL" error fromXML.sendAndLoad
If you pass an invalid url the output window prints an "Error Opening URL Error" error. How can I catch/identify this error and handle it? When... -
Cold Fusion 404 Error Catching
Running Apache with CFMX on windows. domain.com/missing.html is caught by the apache errordocument fine. domain.com/missing.cfm outputs a cold... -
#25842 [Opn->Bgs]: Error Reporting not catching parse errors
ID: 25842 Updated by: sniper@php.net Reported By: corrupted_wise at yahoo dot com -Status: Open +Status: ... -
#25842 [NEW]: Error Reporting not catching parse errors
From: corrupted_wise at yahoo dot com Operating system: Win XP SP1 PHP version: 4.3.4RC1 PHP Bug Type: Output Control Bug... -
Catching Apache error with a Perl script
Hi y'all, I'm handling Apache errors through seperate shtml files. That surely looks better than the standard error pages by the browser etc. I... -
ChrisRauh #2
Re: Help: Catching a bad url error when loading an XMLobject?
I just realized that the onLoad method is called with the success parameter as
false. This should work but I still wonder why an exception is not raised so
that I could pick it up on the calling sequence?
ChrisRauh Guest



Reply With Quote

