I'm loading a graphic via the Loader Class. Now I need to use it both as the original image and a thumbnail of that image. Alas, there is no "duplicateMovieClip" or anything like that in AS3
If I addChild it to the normal view and then to the thumbnail only the thumbnail is shown and vice versa.
I google for this and found several solutions online, but they all just seem to work with Images from the library and not loaded from a Server.
So, how do I do this without having to load the Image twice?