OK, there MUST be a way to do this but i just cant figure it out...
I have an image gallery where i want to have a list of thumnail images that link to a larger display of each image. Ok that sounds easy, but the catch is i want to use the same external image file for the thumnail and the larger image - in effect using an externally loaded Jpeg twice in my swf.
So, I have a movieClip i want to load an external Jpeg into e.g.
imageHolder_mc.loadMovie("images/photo.jpg", 1);
this works fine, but how do i reuse ...
Bookmarks