Specifies the image storage to load.
Note that the filename specified here must include the extension.
If there is no extension, the file will not be found and an error will occur.
Return Value
None (void)
Description
Loads an image asynchronously.
Completion of loading can be received via Bitmap.onLoaded.
Whether asynchronous loading is in progress can be checked with Bitmap.loading.
Accessing members other than Bitmap.loading during asynchronous loading will cause an exception.
Please also check the description for Bitmap.onLoaded.