I load a text inside my swf with a scroller(file:.txt). (flash mx)
I would like to have an option to print that text in is complete version. How do I do that?
http://www.flashkit.com/tutorials/Tips_And_Techniques/Printing-Michael_-898/index.php
with a downoad possible
by Michael Abels
hi,
Believe me printing is the only draw back I have come across in flash. printing is too difficult in flash. There are lot of drawbacks in falsh.
If you are printing only frame than it is easy.
Load the content and use #p label on that frame, and after five frames draw one box according to the size of the content and give the label #b on that frame.
make a button and say:
on (release)
{
print();
}