  | | | 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)
|
|
 |