Skip to main content
Inspiring
September 22, 2008
Question

Flash Printing

  • September 22, 2008
  • 3 replies
  • 295 views
All,

Has anyone had experience printing a variable-length report from Flash? Our
report can vary from 1 to 3 pages depending on how much data is present for
each student. We have 12 fields in each report and the field can either
have or not have data for a particular student. Depending on the number of
fields with data the report can be 1, 2 or 3 pages long.

Any advice on how to code this in ActionScript?

I have no trouble printing a fixed-length report using the PrintJob object.

TIA,

Marc Lee


This topic has been closed for replies.

3 replies

kglad
Community Expert
Community Expert
September 23, 2008
ok
Inspiring
September 23, 2008
Thanks, I'll let you know how it goes.

-M.L.


"kglad" <webforumsuser@macromedia.com> wrote in message
news:gba4pq$dr0$1@forums.macromedia.com...
> the best results are achieved by creating movieclips customized to your
> printjob properties and the text/objects to be printed.
>
> use actionscript to position everything exactly the way you want it to
appear
> when you print.
>


kglad
Community Expert
Community Expert
September 23, 2008
the best results are achieved by creating movieclips customized to your printjob properties and the text/objects to be printed.

use actionscript to position everything exactly the way you want it to appear when you print.