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=function() {
// preload action, as progress bar
}
DynImage.onLoaderDone=function() {
// main actions, best call another function
MainFunction()
}
I hope this help you :-)
Joaquin Santos
Madrid, Spain
www.elguia.net
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help