There is a print function in Flash which you can trigger from a button.
There are two flavours:
print (prints as vector output)
printAsBitmap (prints a 'flattened' version of the image on screen including alpha effects etc which 'print' doesn't do)
You need to tell the movie what frame(s) you want printed of a particular movie or movieclip or it will attempt to print everything and also how big the printed area should be using frame labels #p and #b. It's all in the online help, just press F1 to get the syntax, but your button code will probably look something like this when it's finished:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.