On Fri, May 16, 2008 at 4:43 PM, Romuald Quantin <[EMAIL PROTECTED]> wrote: > Just a question, what kind of projects are you doing on Linux? > > I can't use linux because all the designers I'm working with are working > with the Adobe CS3 (illustrator, and so on), and I'm not able to open their > files on linux. > > Is there a way now? Or do you have tips to be able to work with people using > Adobe CS3? Or do you use 2 OS?
I used to give the designer specific instructions, i.e., the linkage names, instance names, parent/child trees. Later I used Swfmill, yet later I only needed relatively few graphics, all bitmap assets, almost everything was code -- the designer gave me PNGs, I embedded them all as one large binary in an SWF with a small ugly tool I hacked together for that purpose, and used ByteArray.loadBytes(). Recently I switched to Flexbuilder. There are many ways to do it, but of course the workflow needs to be adjusted. If the designer just gave me an Illustrater file, I'd give him uncompiled code in return. :) Mark _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

