# Save swf image

**URL:** https://forum.kirupa.com/t/save-swf-image/65681
**Category:** Uncategorized
**Created:** [September 28, 2004, 6:35pm UTC](https://forum.kirupa.com/t/save-swf-image/65681 "2004-09-28T18:35:40Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Veryfine007](https://avatars.discourse-cdn.com/v4/letter/v/b9e5f3/32.png) [@Veryfine007](https://forum.kirupa.com/u/Veryfine007)
#### Post date: [September 28, 2004, 6:35pm UTC](https://forum.kirupa.com/t/save-swf-image/65681/1 "2004-09-28T18:35:40Z")

</div>

i’d like for user to be able to save a snapshot of the swf by clicking a btn. for example, i have a piece of paper that the user has typed on. is there a way to save an img of the swf?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [September 28, 2004, 8:54pm UTC](https://forum.kirupa.com/t/save-swf-image/65681/2 "2004-09-28T20:54:18Z")

</div>

> [@Veryfine007](#):
>
> i’d like for user to be able to save a snapshot of the swf by clicking a btn. for example, i have a piece of paper that the user has typed on. is there a way to save an img of the swf?

that sounds to me like something you’d work out in php… maybe use php to write the txt onto a jpg that’s stored on the server?

i think it might have been the GD library that does that? i’m not sure… i havn’t gotten in that deep in php.
