dinfo.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 t
Carlos, The problem should be that you included the DynApi.OnloaderStart
inside the DynApi.Onload function.
To work properly, try this another code:
DynAPI.onLoad=function() {
// Images to load all here !
}
DynAPI.onLoaderStar=function() {
alert('hello');
}
DynImage.onLoading
hi again. i'm trying to do a preloader.. i'm starting with some examples...
Now i have a simple thing like this...
DynAPI2 tutor - creating layers
DynAPI.setLibraryPath('../js/')
DynAPI.include('dynapi.api.*')
DynAPI.include('dynapi.ext.*