On Thu, Mar 19, 2009 at 01:00:53PM +0300, Vladimir Slepnev 
<[email protected]> wrote:
> Can swfc compile AS3? 

Yep. Just make sure to start it with ".flash version=9" 

> Can any other open source tool do what we want?

It probably makes more sense to compile the files with "as3compile",
which compiles raw ActionScript.
An example file for as3compile might be

package {
    public var myArray:Array = [.... your data ...]
}

> And can you actually make a plain data holder SWF in AS3, seeing as it
> uses classes and stuff?

You can put the above into a SWF file, and then reference that data from
another SWF file. (Notice the "public")

Greetings

Matthias




Reply via email to