[flexcoders] URLLoader goes off on invalid URLRequest

2007-10-04 Thread richmcgillicuddy
Why does this occur

Basic Logic:
-- Create URLLoader (MyLoader)
-- Setup Events for IOError and COMPLETE

MyLoader.load(badURL);


this floats off to nowhere



RE: [flexcoders] URLLoader goes off on invalid URLRequest

2007-10-04 Thread Alex Harui
Doesn't URLLoader require a URLRequest?



From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of richmcgillicuddy
Sent: Thursday, October 04, 2007 2:56 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] URLLoader goes off on invalid URLRequest



Why does this occur

Basic Logic:
-- Create URLLoader (MyLoader)
-- Setup Events for IOError and COMPLETE

MyLoader.load(badURL);

this floats off to nowhere