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