Showing posts with label Flash. Show all posts
Showing posts with label Flash. Show all posts

Thursday, March 28, 2013

ATF Tools and Ant

I recently started tinkering with the ATF Tools provided by Adobe. The problem I have with it (as is) is that you have to use the command line in order to compress individual images. This is a pain in the butt and it is quite time consuming. I need a way to utilize Ant to automate this for me. Doing some looking around turned up the Ant Apply task. Unfortunately looking through the documentation is not straight forward for me. I did some more research and tinkering until I got something which worked. Below is what I came up with:

Tuesday, May 22, 2012

BareTail Logger

I have used the SOSMax trace logger ever since I started using FDT back in version 1. I really liked it because it was simple, easy to use, and fast. I have tried using some other loggers such as MonsterDebugger. I think that tools such as Monster are very useful, but for simple logging I don't like having to jump through some hoops. Most of the time I just want to see my debug messages.....quick and simple, that's all.