# Export dynamic generate flash (swf) as jpg

**URL:** https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575
**Category:** flash
**Created:** [July 10, 2008, 12:03pm UTC](https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575 "2008-07-10T12:03:40Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![chup](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/chup/32/925_2.png) [@chup](https://forum.kirupa.com/u/chup)
#### Post date: [July 10, 2008, 12:03pm UTC](https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575/1 "2008-07-10T12:03:40Z")

</div>

Hi people,

Something I wanna do but can’t figure out how to start.

Basically I have a small flash application that allow user to customize a avatar or something. After the customization, there should be a function that allow them to download the avatar they create as a .jpg file

I know this is possible, had seen something like that before, but how should I start about doing this?

Please advise…

Thanks

---

<div class="post-metadata">

### Author: ![krilnon](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/krilnon/32/34_2.png) [@krilnon](https://forum.kirupa.com/u/krilnon)
#### Post date: [July 10, 2008, 4:16pm UTC](https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575/2 "2008-07-10T16:16:01Z")

</div>

Which version of Flash are you using? If you are using Flash 8 or above, then this should be fairly simple. Doing this in an older version of Flash would be a bit more complicated.

---

<div class="post-metadata">

### Author: ![chup](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/chup/32/925_2.png) [@chup](https://forum.kirupa.com/u/chup)
#### Post date: [July 10, 2008, 4:22pm UTC](https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575/3 "2008-07-10T16:22:56Z")

</div>

yeah using flash cs3…

any idea?

---

<div class="post-metadata">

### Author: ![glosrfc](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/glosrfc/32/8334_2.png) [@glosrfc](https://forum.kirupa.com/u/glosrfc)
#### Post date: [July 10, 2008, 4:29pm UTC](https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575/4 "2008-07-10T16:29:31Z")

</div>

> **[Save as JPG?](https://www.kirupa.com/forum/showthread.php?t=298378)**
>
> Got a web design/development question or just want to hang out with the most awesome people on the planet? Drop on in!

---

<div class="post-metadata">

### Author: ![krilnon](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/krilnon/32/34_2.png) [@krilnon](https://forum.kirupa.com/u/krilnon)
#### Post date: [July 10, 2008, 4:30pm UTC](https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575/5 "2008-07-10T16:30:19Z")

</div>

Since this topic is in the AS1/AS2 forum, you’ll probably need to use a Flash 8 script. Here is an article that does a pretty good job of explaining what you’ll need to do; it also provides some source code: [http://www.quasimondo.com/archives/000572.php](http://www.quasimondo.com/archives/000572.php)

Edit: Nevermind, see glosrfc’s post. 🙂

---

<div class="post-metadata">

### Author: ![chup](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/chup/32/925_2.png) [@chup](https://forum.kirupa.com/u/chup)
#### Post date: [July 10, 2008, 4:34pm UTC](https://forum.kirupa.com/t/export-dynamic-generate-flash-swf-as-jpg/265575/6 "2008-07-10T16:34:49Z")

</div>

thanks all 😉
