Eyeball
February 22nd, 2003, 10:02 PM
how do i print a dynamic text. i.e I have a main.swf movie that loads external.swf within external.swf there is a text box with a scroll bar and i need to add a print command that prints only that text field
the code that i added to a buttons looks something like this
on (release) {
printNum(0, "bmovie");
}
but it prints all pages aND I NEED ONLY THAT TEXT AREA.
THANX
the code that i added to a buttons looks something like this
on (release) {
printNum(0, "bmovie");
}
but it prints all pages aND I NEED ONLY THAT TEXT AREA.
THANX