Does nobody else have ever thought about that? Thanks for your help.
Markus --- In [email protected], "kramus0" <[EMAIL PROTECTED]> wrote: > > I have build a simple image cache in Flex that is used to cache all > loaded images from different web sites. When I deployed that version I > got some problems with the Security Sandbox (SecurityError: Error > #2123 or SecurityError: Error #2122) because I was trying to access > the loader.content without having having a crossdomain policy file > allowing me to do so. > > So I didn't cache the image it self and instead I cached the hole > loader containing the image. Is the correct way to cache a image > inside the Security Sandbox, or is there a better way? > > Thanks in advance. > > Markus >

