check if 'jpeg is loaded'
check if 'jpeg is loaded'
Out of context: Reply #1
- Started
- Last post
- 4 Responses
- rabattski&rabattski0
you can check that by using getBytesLoaded() / getBytesTotal(). e.g. if that jpg would be loaded in an instance called image. you can query it by image.getBytesLoaded() etc.