Welcome, Guest
  • Author Topic: Create a JPG of a movie clip instance?  (Read 861 times)

    Jaylada

    • Seasoned Programmer
    • ***
    • Posts: 144
      • View Profile
      • Email
    Create a JPG of a movie clip instance?
    « on: 03/25/12, 12:38 »
    I haven't found it in any of my reference books or online, but I think I've heard its possible.

    Can someone tell me how to, or point me to a tutorial of how I can take a movie clip instance, and save that to a JPG (or other image type if that is the only option)?
    I would want to save it to the server, not the user side... but that may be a different issue.

    Thanks in advance

    Jorge Solis

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 14616
      • View Profile

    Acreonte

    • Server what's that
    • *
    • Posts: 37
      • View Profile
      • Overload Studios
      • Email
    Re: Create a JPG of a movie clip instance?
    « Reply #2 on: 04/30/12, 04:45 »
    In AS3, there's an article on the Adobe website called Saving Flash Graphics as image at runtime.
    I believe you might need to use both tutorials to create what you're after only if you want to use AS3, otherwise Jorge's article is just perfect.