View Single Post
  #1 (permalink)  
Old 09-19-2004, 07:03 AM
krazyIvan krazyIvan is offline
Junior Member
 
Join Date: Sep 2004
Posts: 1
Default How to Print _root.my.Movie.Mysecondmovie

hello

is there any way not to print Playing movie, but specific movie inside Playing Movie
example
I am In frame 2
I have _root.movie1, I have _root.movie2 and so on. _root.movie2 is _visible=false can I print only _root.movie2 without rest on the screen.
That work when using PrintJob() in ActionScript but show me Print DIALOG which I do not want to be visible. Just want to print directly to default pinter.

Or is there any way to prevent showing Print Dialog in Flash and PrintJob()
Reply With Quote