Displaying 1 result from an estimated 1 matches for "contem".
Did you mean:
conter
2007 Dec 01
3
Event.observe and normal event
...this.imglist[i].style.display
="none";
this.imglist[thelastone].push(i);
//quando a imagem acabar de carregar vai adicionar o seu numero
}.bindAsEventListener(this));
//de index a ultima casa do array que contem as imagens todas
}.bind(this)
);
I was trying to use Event.observe as it is recommended but it just didn''t
work.
I chaged the part of the Event.observe to
this.imglist[i].onload = function() {
alert("Hello")...