Yep, I've had the same problem. I first noticed it a couple months ago. I used to use a UILoader component and set the source to something like
Code:
uiLoader.source = myXML..images[index]
And it would load the images based on the source I used in the xml file. i.e.
Code:
<image>images/image01.png</image>
But now this doesn't seem to work at all. I've only noticed it on the server, not when running locally. Interestingly, if I find the image on the server and let it be cached, then the UILoader component will load it.
If you find a solution please let me know.