mikecoleman79
04-07-2006, 11:18 AM
Hi everyone,
I've come across a problem with a project I'm doing at the moment.
What I need to do is with the BitmapData class in flash, copy the movieclip on the stage (mcSource) and draw the object what has just been copied in to an external .swf. Can this be achieved by passing the data copied via Php or Asp? I've managed to achieved it in the same .swf by using this code:bmap = new flash.display.BitmapData(100,100, true, 0);
bmap.draw(mcSource);
dest2.attachBitmap(bmap, 1);
Thanks for your help
Mike
I've come across a problem with a project I'm doing at the moment.
What I need to do is with the BitmapData class in flash, copy the movieclip on the stage (mcSource) and draw the object what has just been copied in to an external .swf. Can this be achieved by passing the data copied via Php or Asp? I've managed to achieved it in the same .swf by using this code:bmap = new flash.display.BitmapData(100,100, true, 0);
bmap.draw(mcSource);
dest2.attachBitmap(bmap, 1);
Thanks for your help
Mike