swf-compiler

Flash AS2 Command Line compiler capablities

Although the MTASC command-line compiler can compile ActionScript class files into an SWF, I need specific insights into its capabilities, via the command-line switches. Configure which Flash Player version you're targeting, 6 / 7 / 8 -version n : specify SWF version : 6 to generate Player 6r89 compatible SWF or 8 to access Fl...

Where's the HXML docs?

I've looked all over the HAXE Flash Command-line compiler website but was unable to find any detailed documentation of the HXML files (scroll down to the "Changing SWF properties" section) which describe the compile. Anybody know of a reference source? Found HXML: -swf MyApp.swf .... Compile to SWF -main MyAppClass .... Entry-point...

What are some good ways to create SWFs on the server?

I don't mean converting PDF or PPT to SWF, I mean more like I have data and assets and want to dynamically bust out an SWF. Like what Generator used to do, if you ever worked with that tool. I know there are tools for doing this, but when I did a search all I came up with was the idea of putting MTASC on the server. Not that that's a ...

Server side font library

Hi, I am looking for a library that enables generation of a swf file in .Net containing embedded glyphs for one or a couple of fonts. It is for use in scenarios where Chinese characters are used. It is impossible to use a conventional font swf since it weights around 5-8 MB. I have looked at SwfDotNet and it might do the trick... but t...

Accessible Flash Content for the blind

Hi All, I am working on a browser project for the blind in my university. For swf files, I am trying to access the contents of an SWF and parse so that screen readers can use it to read it aloud. I was successfully able to extract static text using swfutils.jar from inside the Flex SDK. But I was wondering if the following i spossibl...