A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: How would you take a "screen shot" of the flash screen?

  1. #1
    Confounded Flash User
    Join Date
    Apr 2001
    Location
    Chicago
    Posts
    39

    How would you take a "screen shot" of the flash screen?

    I'm building a kind of avatar creator. At the end, I want the user to be able to capture what they have made and repost it to the site, essentially save out their creation as a web-friendly image - png, gif or jpg.

    Ideally they'd save out two versions, a full size and a thumbnail.

    In any event, is there a way to do something like this?

  2. #2
    Ө_ө sleepy mod
    Join Date
    Mar 2003
    Location
    Oregon, USA
    Posts
    2,441
    You can use BitmapData.draw() to flatten a copy of your avatar into a bitmap - from there there are a lot of different ways to compress the image and send it to a server or wherever.

  3. #3
    Confounded Flash User
    Join Date
    Apr 2001
    Location
    Chicago
    Posts
    39
    Great, thanks for the tip.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center