保存as画板图片,save swf content as pics.

      flash As 2009-8-10 14:41:00

保存按钮code:
var bit:BitmapData = new BitmapData(400,300);
bit.draw(this);
var jpg:JPGEncoder = new JPGEncoder(100);
var file:FileReference = new FileReference();
file.save(jpg.encode(bit),"flash.jpg");

 

源码下载:

下载文件:savejpg

标签集:TAGS:
回复Comments() 点击Count()
喜欢就顶一下

回复Comments

{commentauthor}
{commentauthor}
{commenttime}
{commentnum}
{commentcontent}
作者:
{commentrecontent}