Help - Search - Member List - Calendar
Full Version: printing problems
WorkTheWeb Forums > Webmaster Resources > Macromedia Flash
Support our Sponsors!
NicN
Hey guys,
I want the user to be able to print a button and have that
frame (and that frame only) printed. I want to be able to publish to a lower
version of Flash Player like 5 or so. I'm using the Print() command and
puting #p in the frame I want but there are 2 problems:

1. I type in Actionscript "Print (this, bframe)" and it doesn't recognise
the "bframe" part.

2. When the print dialog box comes up, by default, it wants to print every
frame in the entire movie, not just the 1 frame I put the "#p" into.

Any ideas??

Thanks heaps guys!!

-Nic

are you trying to print a frame placed in your _root. timeline?
that my be the reason why it does not work.
place that frame inside a movieclip and write as follows

(Timeline)
myButton.onPress=function() {
print("yourMovieClip","bframe");
}

(button)
on(press){
print("yourMovieClip","bframe");
}

hope this helps.

greetings .simon


PHP Help | Linux Help | Web Hosting | Reseller Hosting | SSL Hosting
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2006 Invision Power Services, Inc.