Hello everyone,

I'm wondering if Flex has the capability of having 2 loaded swfs on a webpage 
that share the same complex objects, in memory. What I want to do load a 
bitmapdata in A.swf, and then reference & use it both in A.swf and B.swf at the 
same time. I'd like when the bitmap in A.swf gets updated the B.swf is updated 
automatically, because it's pointing to the same object.

I've found documentation for SharedObjects, however the amount of data I'll be 
storing is in the megabytes and speed is at the utmost importance, so it 
shouldn't be hitting the users local disk, so that won't work.

Any suggestions for the above mentioned would be much appreciated.

Mark



Reply via email to