# Printing Problem

**URL:** https://forum.kirupa.com/t/printing-problem/95395
**Category:** Uncategorized
**Created:** [November 25, 2003, 3:40am UTC](https://forum.kirupa.com/t/printing-problem/95395 "2003-11-25T03:40:40Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![brownie](https://avatars.discourse-cdn.com/v4/letter/b/fbc32d/32.png) [@brownie](https://forum.kirupa.com/u/brownie)
#### Post date: [November 25, 2003, 3:40am UTC](https://forum.kirupa.com/t/printing-problem/95395/1 "2003-11-25T03:40:40Z")

</div>

I just want to let people know about something that had me tearing my hair out.  
I have a web page that consists of 3 swf files. It is a photo gallery.  
The first swf is the background loaded on level 0.  
A frame action loads the thumbnail swf into level 1  
Clicking on the thumbnail loads the larger image on level 2. This last movie has a print button which will print just the image in the movie on level 2. Problem was it kept printing the background from the first movie. I realised after much anguish that all I had to do was change the 1st movie’s background to white and just draw a box the same colour. Sounds easy reading it now but it was not fun.
