I need to show only a certain portion of a dynamically loaded image, that is 32x32 pixels from the top right corner of the image… how can i do this? remember, since it will be loaded dynamically, i will not know the size of the actual image from beforehand.
PS: please try to help me for AS2 not AS3.