Hi!

I have a Flash movie that I'm trying to print from a browser. I want
the page printed to be different from the one displayed in the
browser, so I've added
a #p frame to the movie and I use Javascript to call a print function
in my movie:

function doprint() {
print(_root, "bframe");
}

The movie prints fine, the only problem is that it's so small. How
can I make it bigger without increasing the movie size in the browser
?

How do I do this ?

Thanks in advance for any help!

Anders Skar