# Print error

**URL:** https://forum.kirupa.com/t/print-error/273577
**Category:** flash
**Created:** [October 17, 2008, 7:36am UTC](https://forum.kirupa.com/t/print-error/273577 "2008-10-17T07:36:46Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![coolpills](https://avatars.discourse-cdn.com/v4/letter/c/73ab20/32.png) [@coolpills](https://forum.kirupa.com/u/coolpills)
#### Post date: [October 17, 2008, 7:36am UTC](https://forum.kirupa.com/t/print-error/273577/1 "2008-10-17T07:36:46Z")

</div>

Hi,

I am trying to print on screen content using the below code:

```auto
on (release) {
 printAsBitmap(this, "bmovie");
}

```

, but when i print i get 2, exactly similar pages instead of just 1. The stage size of the flashmovie is 1024 \* 768  
size of paper is A4  
layout is protrait.

can you please suggest how i can remove this bug so that only a single page gets printed?
