# Is it possible to convert a movieclip to a bitmap using actionscript 3.0

**URL:** https://forum.kirupa.com/t/is-it-possible-to-convert-a-movieclip-to-a-bitmap-using-actionscript-3-0/264371
**Category:** flash
**Created:** [June 25, 2008, 3:08pm UTC](https://forum.kirupa.com/t/is-it-possible-to-convert-a-movieclip-to-a-bitmap-using-actionscript-3-0/264371 "2008-06-25T15:08:38Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bencam](https://avatars.discourse-cdn.com/v4/letter/b/d6d6ee/32.png) [@bencam](https://forum.kirupa.com/u/bencam)
#### Post date: [June 25, 2008, 3:08pm UTC](https://forum.kirupa.com/t/is-it-possible-to-convert-a-movieclip-to-a-bitmap-using-actionscript-3-0/264371/1 "2008-06-25T15:08:38Z")

</div>

I am interested in creating a flash player that enables the user to export the swf file as a bitmap of custom size/resolution and save it. Before I attempt to do it I would like to know if it’s possible to do it exclusively with actionscript 3.0 or if I need an external program. I haven’t found anything on the net that does this only using actionscript.

---

<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: [June 25, 2008, 3:20pm UTC](https://forum.kirupa.com/t/is-it-possible-to-convert-a-movieclip-to-a-bitmap-using-actionscript-3-0/264371/2 "2008-06-25T15:20:24Z")

</div>

It’s possible in Flash Player 10.

> File Reference runtime access — Bring users into the experience by letting them load files into your RIA. You can work with the content at runtime and even save it back when you are done through the browse dialog box. Files can be accessed as a byteArray or text using a convenient API in ActionScript without round-tripping to the server. You no longer have to know a server language or have access to a server to load or save files at runtime.

---

<div class="post-metadata">

### Author: ![sekasi](https://avatars.discourse-cdn.com/v4/letter/s/5f8ce5/32.png) [@sekasi](https://forum.kirupa.com/u/sekasi)
#### Post date: [June 25, 2008, 3:23pm UTC](https://forum.kirupa.com/t/is-it-possible-to-convert-a-movieclip-to-a-bitmap-using-actionscript-3-0/264371/3 "2008-06-25T15:23:46Z")

</div>

You can do that already, could even do it in as2. Think Quasimodo had a very intricate example of it in his blog.

edit: just noticed the word ‘exclusively’ … Have to retract my statement then since you do need to co-work with php in the above as2/as3 example.
