# Get byte data from swf

**URL:** https://forum.kirupa.com/t/get-byte-data-from-swf/250664
**Category:** Uncategorized
**Created:** [January 31, 2008, 3:01pm UTC](https://forum.kirupa.com/t/get-byte-data-from-swf/250664 "2008-01-31T15:01:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![dubbeat](https://avatars.discourse-cdn.com/v4/letter/d/839c29/32.png) [@dubbeat](https://forum.kirupa.com/u/dubbeat)
#### Post date: [January 31, 2008, 3:01pm UTC](https://forum.kirupa.com/t/get-byte-data-from-swf/250664/1 "2008-01-31T15:01:13Z")

</div>

Hi,

I came across a tutorial online which was demonstrating how to dynamically generate sound.

[http://blog.davr.org/2006/04/21/dynamic-sound-in-85](http://blog.davr.org/2006/04/21/dynamic-sound-in-85)

Conceptually I think I know what is going on but I’m stuck on one of the steps.

In step 2 it says

“Copy & paste the entire data from the .swf into an array in my AS3 project”

Below is an example of what the data should look like

* * *

## 0x46, 0x57, 0x53, 0x08, 0x4b, 0x2b, 0x00, 0x00, 0x78, 0x00, 0x05,

Would anyone know how to “copy” the entire data?

Thanks,  
dub
