开发者

Capture the browser screen as JPG/PNG/etc with Flash?

开发者 https://www.devze.com 2022-12-16 19:38 出处:网络
Is there a way to create a screenshot of the browser 开发者_C百科in Flash? I know that in Java this is possible, and it will popup a dialog asking for trusting the signed Applet, but is there a way to

Is there a way to create a screenshot of the browser 开发者_C百科in Flash? I know that in Java this is possible, and it will popup a dialog asking for trusting the signed Applet, but is there a way to do this in Flash?


Flash has not really a security model such as Java or Silverlight so things that are downright intrusive are out of question. Except for the the clipboard.


You should try using html2canvas.hertzen.com It uses JavaScript, but it works. (Unless you need it all right in the flash, then never mind.)

0

精彩评论

暂无评论...
验证码 换一张
取 消