Hi, Well, you didn't set any images to pre-load and there's a typo > onLoaderStar
I have an example of preloading using Dynimage here: http://www.richardinfo.f2s.com/dynapi/Richard_Examples/Animated_Gif_DynImage _Preloaded_Alerts.html And my preferred method here: http://www.richardinfo.f2s.com/dynapi/Glen_Deas_Examples/DropTarget.htm Cheers, Richard. ----- Original Message ----- From: "Carlos Revillo" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 05, 2001 1:19 PM Subject: [Dynapi-Help] preloader... > hi again. i'm trying to do a preloader.. i'm starting with some examples... > Now i have a simple thing like this... > > <html> > <head><title>DynAPI2 tutor - creating layers</title> > <Script language="Javascript" src="../js/dynapi.js"></script> > <Script language="Javascript"> > > DynAPI.setLibraryPath('../js/') > > DynAPI.include('dynapi.api.*') > DynAPI.include('dynapi.ext.*') > > DynAPI.onLoad=function() { > DynAPI.onLoaderStar=function() { > alert('hello'); > > } > } > > > </script> > </head> > <body> > </body> > </html> > > > But i can't see hello in anywhere... nothing is working.... what i'm wrong? > thanks in advance > > > _______________________________________________ > Dynapi-Help mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/dynapi-help > _______________________________________________ Dynapi-Help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dynapi-help
