# Print actionscript wont work!

**URL:** https://forum.kirupa.com/t/print-actionscript-wont-work/155732
**Category:** Uncategorized
**Created:** [July 19, 2005, 10:12pm UTC](https://forum.kirupa.com/t/print-actionscript-wont-work/155732 "2005-07-19T22:12:05Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wdv](https://avatars.discourse-cdn.com/v4/letter/w/9fc29f/32.png) [@wdv](https://forum.kirupa.com/u/wdv)
#### Post date: [July 19, 2005, 10:12pm UTC](https://forum.kirupa.com/t/print-actionscript-wont-work/155732/1 "2005-07-19T22:12:05Z")

</div>

can anyone tell me whats wrong with this code?, when I use this code to print out pages in my site the print button still shows up on print out.

on (release) {  
print(“1”,“bmax”);  
printbutton.\_visible = false;  
}
