views:

155

answers:

1

i have a flash .fla that was compiling as a .swc with references to images, but now I need to load all these images externally and I dont have the original assets.

I know I can export them one by one, but I have a few hundred in the file, and want to find an easier way.

Any help would be awesome.

+1  A: 

Have a look at JSFL: http://livedocs.adobe.com/flash/9.0/main/flash_cs3_extending.pdf

nikos