Thursday, February 21, 2013
Issue with fonts and FDT, AIR 3.5, and ASC 2.0
I recently updated my AIR SDK to version 3.5 with ASC 2.0. When I did this I ran into issues on a project that was compiling fine before. The issue was that a specific font (that was embedded using the Embed meta tag) could not be encoded and the project would not compile. I needed this font to be in the project so I couldn't just do away with it. After I spent an hour or so searching the web, I started trying whatever. I happened to try setting the Use ASC 2.0 MXMLC Compiler. This did the trick. So I don't know if this is expected behavior, but it was very frustrating. I figured I would post about it so anyone else running into the same problem might find this post.
Wednesday, February 13, 2013
Ant and FDT
I've been using Apache Ant to automate my projects for probably a few years now. I am not an Ant expert by any means. I know enough to automate my build:
- Compiling a swf for different environments (development, production, etc.)
- Copying files to web server
- Replacing tokens
- Running the app in the browser
Subscribe to:
Posts (Atom)