Hi all,
I am using the slideshow gallery movie from the tutorials area, and I’m having a problem with the preloader.
When I use a static xml image list, the preloader works fine because the getBytesTotal() results with a value when loading images.
But when I use an xml list generated by php, the images load fine, but getBytesTotal() returns either -1, 0, or 4 until the image is loaded. Only after the images is loaded, the right value is returned by getBytesTotal().
I’ve tried so many things already with no success. Does anyone have any idea how to fix this? It’s not the xml itself as everything else works.
I’d appreciate any help.
Thank you