Did some testing about this. I had a hunch and it turned out to be true. The
problem is that the event for the onload occurs (at least when the img is on
your machine) netscape is rendering the layer and "misses" the event. If you
move the line of code later on it does not help either since the image is
still loaded to fast. What you can do is call the second addChild(for
rLayer2) in a setTimout("addChild code",1) the event there works (checked
this out have a file if you want).
Another reason to hate NS4.
8an


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

Reply via email to