ZakMcCracken
September 9th, 2009, 03:22 PM
I've run into a problem where a significantly large image will not load.
I put a ProgressEvent listener on the loader and it shows that the file load completes, but the COMPLETE event never fires.
This particular image is a png at 6940 x 4568. At first I assumed it was the file size but I tried a 5k with the same dimensions and this had the same problem.
I also read that 2880 is the magic number I should try to stay below, but I tried 2881 x 2881 and it loaded just fine.
Embedding it works fine and everything, but now I'm just curious..
I put a ProgressEvent listener on the loader and it shows that the file load completes, but the COMPLETE event never fires.
This particular image is a png at 6940 x 4568. At first I assumed it was the file size but I tried a 5k with the same dimensions and this had the same problem.
I also read that 2880 is the magic number I should try to stay below, but I tried 2881 x 2881 and it loaded just fine.
Embedding it works fine and everything, but now I'm just curious..