# Print()

**URL:** https://forum.kirupa.com/t/print/80425
**Category:** flash
**Created:** [February 22, 2005, 2:53am UTC](https://forum.kirupa.com/t/print/80425 "2005-02-22T02:53:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![teng](https://avatars.discourse-cdn.com/v4/letter/t/b782af/32.png) [@teng](https://forum.kirupa.com/u/teng)
#### Post date: [February 22, 2005, 2:53am UTC](https://forum.kirupa.com/t/print/80425/1 "2005-02-22T02:53:48Z")

</div>

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”);  
}
