Flash Pro CS6.
SpriteSheetExporter.allowTrimming
Property; A boolean value indicating whether the symbol frames can be trimmed of any extra whitespace when packed into the sprite sheet. The default value is true.
var exporter = new SpriteSheetExporter;
exporter.allowTrimming = false;