0

Is there a way to create a screenshot of the browser 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?

Tower
  • 98,741
  • 129
  • 357
  • 507

2 Answers2

1

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.

Joey
  • 344,408
  • 85
  • 689
  • 683
1

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.)

Nathan
  • 11,814
  • 11
  • 50
  • 93