Specifying a print area (when not using the PrintJob object)

By default, when frames are printed, the document file's Stage determines the print area. Any object that extends off the Stage is clipped and does not print. Loaded movies use their own Stage size for the print area, not the main movie's Stage size.

As an alternative to using a document's Stage size, you can set the following print areas:

You use the label #b to designate a frame to be used to designate the print area. The label #b must be on the same layer as a frame labeled #p.

For more information about print() function parameters, see print().

To specify a print area when printing frames:

  1. Open the Flash document (FLA) containing the frames you will set to print.
  2. Select a frame that you have not specified to print with a #p frame label. Select a frame that is on the same layer as one labeled #p.

    To organize your work, you can select the next frame after one labeled #p.

  3. Create a shape on the Stage the size of the desired print area.

    You can also select a frame with any object of the appropriate print area size to use that frame's bounding box.

  4. Select the frame in the Timeline that contains the shape you'll use for the bounding box.
  5. If the Property inspector is not displayed, select Window > Properties.
  6. In the Property inspector, enter #b for Label to specify the selected shape as the bounding box for the print area.

    You can enter only one #b label per Timeline. This option is the same as selecting the Movie bounding box option with the Print action.