Createjs: save MovieClip as image-png

274 Views Asked by At

Maybe my question is simple, but I can't find a solution :-( Task: I need to save MovieClip as a picture-png. I use this code:

photoContainer_mc.cache(0, 0, 100, 100, 0.8);
window.open(photoContainer_mc.getCacheDataURL());

It works, but it's a very ugly option. There are other options to save a MovieClip as an image-png? Thanks.

0

There are 0 best solutions below