Answered
dynamic image load with MovieClipLoader
I'm trying to load five images from five URLs. If I use the
documentation exactly as is, it works fine. Problem is, I don't
want to createEmptyMovieClip, I want to use an existing one that's
tucked inside a movie instance. Also, the images coming in are of
unknown size, but have a standard 4:3 size ratio. I'd also like to
scale them down to 180x120 after they arrive. Any help would be
greatly appreciated.
The code below only loads one image (which isn't working). I will eventually need it to load five different images.
The code below only loads one image (which isn't working). I will eventually need it to load five different images.
