gazuraz
12-01-2009, 10:42 AM
Hi there I am trying to detect a 404 error on dynamically generated loaders components
All of loaders are placed in a fPlanes array and generated true duplicateMovieClip() function.
the problem is in following
fPlanes[i].onLoad generates the same positive result no meter if the error 404 has acured
fPlanes[i].onHTTPStatus dose not tigers at all
pPlanes[i].onLoadError dose not work as well
the only property that dose works is fPlanes[i].percentLoaded
but that is a property and I need a method !
Anybody????:eek:
All of loaders are placed in a fPlanes array and generated true duplicateMovieClip() function.
the problem is in following
fPlanes[i].onLoad generates the same positive result no meter if the error 404 has acured
fPlanes[i].onHTTPStatus dose not tigers at all
pPlanes[i].onLoadError dose not work as well
the only property that dose works is fPlanes[i].percentLoaded
but that is a property and I need a method !
Anybody????:eek: