Hi,
That's because the site is still running on an older version of dynapi, that stopped right-click.
Also because I can't get the previous registrar to transfer my domain-name, I'm using a redirect,which embeds the page in a frame. Check out the original URL, and use view-source from the View menu:
 
Richard.
 
----- Original Message -----
Sent: Thursday, September 27, 2001 10:38 AM
Subject: Re: [Dynapi-Help] Problems creating a loader

Thank you very much, for your comments on the site!
The example on
Is exactly the kind of code I'm looking for, but for some reason I can't right-click and view the source?
Yours
Kas
----- Original Message -----
Sent: Thursday, September 27, 2001 3:30 AM
Subject: Re: [Dynapi-Help] Problems creating a loader

Hi,
That site you did is really very neat! so cool!
 
about the preloading, try the second example on the list, I think that's what you mean:
 
although I actually use the sort of preloading used in this example more often:
 
(the dressable doll reminds me of your postcards :o)
 
Richard.
 
 
----- Original Message -----
Sent: Thursday, September 27, 2001 3:17 AM
Subject: [Dynapi-Help] Problems creating a loader

Hi.
I have problems creating a loader. Pascal's example on the SourceForge site doesn't seem to work for me. I don't know what I'm doing wrong.
 
I've tried to do some code that roughly goes like this:
pic = new Array();     The pictures goes in to an array, since I'm using them in an animation
pic[0] = DynImage.getImage('../pic0.JPG');
pic[1] = DynImage.getImage('../pic1.JPG');
 
 DynImage.onLoaderStart=function(){
 var h=DynAPI.document.h
 var w=DynAPI.document.w
 loader   =new DynLayer(null,0,0,w,h,"red")
 DynAPI.document.addChild(loader)
}

DynImage.onLoading=function(){
The "animation" goes in here, where I am supposed to do some clipping on a layer, each time a picture has been loaded
} 
 
 DynImage.onLoaderDone=function(){
loader.deleteFromParent()
Start Play the animation
}
 
Can anyone please help me on this one
 
Yours
Kas
 
PS. I have just finished a project, where DynApi 2.54 was EXTREMELY useful check it out on www.dipcard.com/create
 
 
 
 

Reply via email to