
-----------------------------------
Genisis
Sat Apr 01, 2006 1:50 pm

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?

-----------------------------------
HellblazerX
Sat Apr 01, 2006 2:13 pm


-----------------------------------
try

image = getImage (getDocumentBase (), "filename");

