Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. COThank you, and you are correct I'm using a loader (greensock LoaderMax library to be specific). Getting the properties of the object is not the issue. Even if I completely load the images in memory (or even embed them into the SWF at compile time, instead of using a loader), the act of adding them to the display via addChild seems to be adding a delay (for large images 10MP+). If I try to use addChild to a parent with visible = false.. then when setting that parent to visible.true after the children are loaded and added, it causes the same problem.
      singulars
    2. COSeems like there is nothing you can do with DisplayList renderer to solve your problem, but it may help to just use a completely different approach to rendering. Have you tried using Starling or some other Stage3D based 2D framework? Using Stage3D you are limited to 2048x2048 texture size, but you can split your larger images to several pieces.
      singulars
    3. CO@borisgolovnev - I have looked into Starling for improved performance, and may indeed need to go that route if this issue becomes more prevalent as development continues. Thanks, I'll continue to view that as an option. I've also considered using something like DeepZoom, which splits hi-res images into many different tiles, but most projects have been abandoned, and it's not a perfect fit anyways. But a tile system with culling would be another great option... if it already exists.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload