this will work in the IDE and in a standalone, if you added the folder "images" via the "Copy fikles" tab in the standalone builder settings:
Code: Select all
on mouseup
## Reference image:
set the filename of img 1 to (specialfolderpath("resources") & "/images/crow.jpg")
## Or directly import the image, was not sure what you were after:
put url("binfile:" & specialfolderpath("resources") & "/images/crow.jpg") into img 1
end mouseup
Best
Klaus