Hi,
Could anyone please help me with the print function in flash 8? I have made a kaleidoscope game which has a print button and a movieclip called ‘circle’ which displays the kaleidoscope. On the print button, I have given this code:
on (release)
{
print(_root.circle, “bmovie”);
}
It prints only this circle as I want it to, but the problem is that it does not fit in a A4 size paper, it just prints the circle very small on the A4. Is there a way I can make the circle print in the center and a bigger size on the A4?
Any help would be much appreciated,
Thanks a lot!