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