PDA

View Full Version : Print()



teng
February 21st, 2005, 09:53 PM
Hi,
I has created a button to print the current frame but when i printed out, the extra empty space is in black colour in the paper instead of white (even though the backgorund is in white colour). How do i change it to white colour? I hope someone can help me. Thanks!

My code is shown at below:
on (release) {
print(this, "bframe");
}

ashishchandras
February 21st, 2005, 11:37 PM
Hi,

Can u attach ur fla file...on forum?


--------
aShIsH

teng
February 22nd, 2005, 02:35 AM
Hi,

Can u attach ur fla file...on forum?
--------
aShIsH

So sorry! I can't coz it contains something that is confidential. But i can give you some description of how my file looks like. It looks like a form which which will display username, date of accessed etc. At the bottom of this form has a print button which will print out this form. Here is the code for that button:

on (release) {
print(this, "bframe");
}

But when this form is printed, the extra empty space of the paper will be in black colour. So, i wondering is it possible to be in white colour?? Thanks

jimhere
February 22nd, 2005, 10:03 AM
Myabe try putting an 8-1/2 x 11 inch White box on a layer below the form...