I'm currently developing a flash object that involves processing a large number of images. My goal is to load multiple flash objects on the same page in order to capture an image, make adjustments, and then display it within each flash object.
However, I've encountered difficulties when attempting to add 100 flex objects to the page. The browser freezes as it tries to reload/initialize each instance. Once they are all loaded, image processing happens quickly.
Does anyone have any suggestions for duplicating the flash element without needing to reload everything?
Alternatively, I am considering loading the image into one flex object and having it modify the image tags using MHTML/data URI. Any ideas or thoughts on this approach?