Welcome, Guest. Please login or register.
Did you miss your activation email?
05/22/12, 07:14
Home Help Search Login Register
News: Parsley Flex framework review featuring quiz application, in our Flex frameworks series
Flex SDK 4.5 mobile roadmap: begin with your mobile development
Swiz Flex framework review featuring quiz application
New homepage we release our new Homepage, take a look ...

+  Flash-db
|-+  General
| |-+  General Conversation (Moderators: Flash-db, vesa kortelainen, Ronald Wernecke, Mohsin Sumar, Jorge Solis, Mattias Robo)
| | |-+  printing an external swf movie(SOLVED)
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: printing an external swf movie(SOLVED)  (Read 1477 times)
dina
Server what's that
*
Posts: 17



View Profile Email
« on: 02/20/02, 14:57 »

hi there,

I am trying to print my dynamic content, but not the one that the user observe, i'm desiging a new print format, which will never be vied on the site, it is only for printing purpose.

what am i thinking to do is to somehow, call in my hidden file by print command, or something like this. any one got any idea??

thanx
Dina
« Last Edit: 02/21/02, 14:31 by dina » Logged
dina
Server what's that
*
Posts: 17



View Profile Email
« Reply #1 on: 02/21/02, 14:30 »

I found a way to solve this problem, and i thought it might be useful for any one else having the same problem.

Simply make your content that u want to print on the second frame of your time line you should then add a print command on the first frame and unload the movie right after the print command:

stop ();
printNum (1, "bmax");
unloadMovieNum (1);

So what happens here is when you call this movie it stops on the first frame, it reads the print command and it unloads the movie to prevent it from looping.

you can than specify your printing object by #p or !#p. if you lable the first frame !#p and lable the second frame #p you should be fine in the printing dialog where it says how many pages you are going to print.

I’m sure there are other ways to do so, but this is simple and more importantly it works.

Dina

Logged
Flash-db
Administrator
Systems Administrator
*****
Posts: 1867



View Profile WWW
« Reply #2 on: 02/21/02, 20:18 »

Thanks for that tip.  I don't know all that much about printing from Flash so ever bit helps.
Logged

-Jeff.
Pages: [1] Print 
« previous next »
Jump to:  


Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!