> How do I define which files to omit when the building process occurs in > Flash Builder. > > Flash Builder likes to include every single swf, gif, png.
Are any of those files directly included in the file you're building via the Embed directive? If so, they're going to be included in the build process, as they have to be read by the compiler into the output. In other cases, you can define a working set that includes just the resources you want, then uncheck "Build Automatically" and build the working set instead. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ http://training.figleaf.com/ Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on GSA Schedule, and provides the highest caliber vendor-authorized instruction at our training centers, online, or onsite. _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

