In using the latest dynimage.js I was receiving an error message in both
IE5.5 and NN4.08
when implementing a load check function.
I traced it to the 9th line of the loadercheck function (under itemsdone<max
if statement)
(same code in both images.js and dynimage.js)

Original code:

DynAPI.timerId=setTimeout(DynAPI+'.loadercheck()',25)

I changed it to :

DynImage.timerId=setTimeout('DynImage.loadercheck()',25);

and now it is working in both IE5.5 and NN4.08

1.  Was this an error? Or did I mess something else up?

2.  Why is the loader check function disabled in NN6?
  If you could give me some details I could work with it a little.
I am not an expert by any means, but I wouldlike to see it functional in NN6
Dave


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/dynapi-help

Reply via email to