Mailing List
Home
Forum Home
Flash Pro
Subjects
Subject: RE: Firework Effect
Web Service Results
Flash Interface with 10mb xml file
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash MX 2004 Sucks
Reading and displaying RSS feeds in Flash MX
Flash and QuickTime VR
Textfield prototype question
XML to Object help
Order of events per frame
MX2004 Dataset itemClassName
memory management removeMovieClip /
Event Dispatcher between classes
Help: MX 2004 How to script a print button to print the entire sli
ScrollPane component doesn 't auto update
setInterval bug identified and fixed
setInterval bug identified and fixed
Listener Object 's best practice
 
qlod.LoaderClass errorHandler event.

qlod.LoaderClass errorHandler event.

2004-03-16       - By rodrigo augusto guerra

 Back
the ontimeout event is not firing.

what i miss here??

#include "v0.3a/include/com.qlod.LoaderClass.as"

var1.text="nononononononon";
myErrorHandler_obj = new Object();

myErrorHandler_obj.onTimeout = function( loaderObj){
      var1.text="Timeout-Error: The file " + loaderObj.getUrl() + "
could not be loaded.";
   trace("Timeout-Error: The file " + loaderObj.getUrl() + " could not
be loaded.");
}

myLoader = new com.qlod.LoaderClass();
myLoader.addListener( myErrorHandler_obj);
myLoader.load(slide_mc, "http://www.asd.com/img1.jpg");  //url dosen't
exist.




thanks!



=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Supported by Fig Leaf Software
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Be sure to check the archives and the wiki:
http://chattyfig.figleaf.com/
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
http://chattyfig.figleaf.com/cgi-bin/ezmlm-cgi?1:mss:107161
=-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
To unsubscribe send a blank e-mail to:
Normal Mode: flashcoders-unsubscribe@(protected)
Digest Mode: flashcoders-digest-unsubscrive@(protected)