Question
Communicating between 2.0 and 3.0
I have a large project that had been developed in 2.0 and a
feature that is better in 3.0, saving a jpeg, is needed. I have the
2.0 swf which has the movieclip in it I want to save. The 3.0
document is being loaded on level and I want the 3.0 document to
get the bitMapData from the 2.0 document and save the jpeg.
So far I'm just trying to use LocalConnection and get the 3.0 to execute the function. I can't get that to work. I'm just passing a string of text first but then I'll pass the bitmap data, later.
So far I'm just trying to use LocalConnection and get the 3.0 to execute the function. I can't get that to work. I'm just passing a string of text first but then I'll pass the bitmap data, later.