Then how about:

window.addEvent('domready', function(){
    var image_group = new Group($$(document.images));
    image_group.addEvent('onComplete', function(){
        //do stuff here
    });
});

The docs say 'onComplete' but I'm not sure if 'complete' works as
well?

On Sep 24, 1:23 pm, "Nathan White" <[EMAIL PROTECTED]> wrote:
> it doesn't have to be 'domready'. what if I want to make sure the images are
> loaded before execute my script?
>
> Have you made sure you have the latest version? I personally haven't had
> issues with this

Reply via email to