ImageLoaderEvent.endOfImage

If this flag is true, then the current image data has been completely loaded, otherwise the image data is only partially loaded, and further ImageLoader events will occur unless an exception is thrown

class ImageLoaderEvent
bool endOfImage;

Meta