# How to print a dynamic load text

**URL:** https://forum.kirupa.com/t/how-to-print-a-dynamic-load-text/20869
**Category:** Uncategorized
**Created:** [May 14, 2003, 8:43am UTC](https://forum.kirupa.com/t/how-to-print-a-dynamic-load-text/20869 "2003-05-14T08:43:45Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![corinne](https://avatars.discourse-cdn.com/v4/letter/c/46a35a/32.png) [@corinne](https://forum.kirupa.com/u/corinne)
#### Post date: [May 14, 2003, 8:43am UTC](https://forum.kirupa.com/t/how-to-print-a-dynamic-load-text/20869/1 "2003-05-14T08:43:45Z")

</div>

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?

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 15, 2003, 6:10am UTC](https://forum.kirupa.com/t/how-to-print-a-dynamic-load-text/20869/2 "2003-05-15T06:10:04Z")

</div>

[http://www.flashkit.com/tutorials/Tips\_And\_Techniques/Printing-Michael\_-898/index.php](http://www.flashkit.com/tutorials/Tips_And_Techniques/Printing-Michael_-898/index.php)

with a downoad possible

by Michael Abels

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [May 15, 2003, 9:19am UTC](https://forum.kirupa.com/t/how-to-print-a-dynamic-load-text/20869/3 "2003-05-15T09:19:23Z")

</div>

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();  
}
