Hi all,
I have a print button on the main stage. When released, it targets a specific MC instance and prints it out... fine so far.
However, I want to specify another 3 parameters to the print button:
1) The object has to be printed out in LANDSCAPE format (default is portrait). Can this be coded into the button's actions?
2) The printed MC instance should have a short line of descriptive text at bottom of page. I tried to put the text in the MC itself, where it's not visible on the stage, but am wondering if there's a better way of doing this.
3) I want to control the output size (ie % scaling) of the printed-out MC.
Here's the code I'm using at present:
-------------------------------------
on (release) {
printAsBitmap("gallitem1", "bmovie");
}
-------------------------------------
I need to know what (if any) additional code achieves the above 3 results... any ideas?
Thanks for your time!
Benny
I have a print button on the main stage. When released, it targets a specific MC instance and prints it out... fine so far.
However, I want to specify another 3 parameters to the print button:
1) The object has to be printed out in LANDSCAPE format (default is portrait). Can this be coded into the button's actions?
2) The printed MC instance should have a short line of descriptive text at bottom of page. I tried to put the text in the MC itself, where it's not visible on the stage, but am wondering if there's a better way of doing this.
3) I want to control the output size (ie % scaling) of the printed-out MC.
Here's the code I'm using at present:
-------------------------------------
on (release) {
printAsBitmap("gallitem1", "bmovie");
}
-------------------------------------
I need to know what (if any) additional code achieves the above 3 results... any ideas?
Thanks for your time!
Benny