Question
Wait for all images load finished
Hi, I have a large GIF file(72MB) and I put this GIF into Adobe Animate, when publish and open the browser it may take a bit to display, I added a js file (\global script) that use exportRoot to control the GIF(goToAndPlay,...) but I don't know when the GIF is load finished, is there any method like exportRoot.onFinish = function() {} to trigger when the asset if load finished? Thanks
