Computer Science Canada

how do i import an image

Author:  Genisis [ Sat Apr 01, 2006 1:50 pm ]
Post subject:  how do i import an image

i would like to import an image from the same file that my program is saved in how do i do that?

Author:  HellblazerX [ Sat Apr 01, 2006 2:13 pm ]
Post subject: 

try

code:
image = getImage (getDocumentBase (), "filename");


: