Re: [Flashcoders] Printing problem

2010-03-21 Thread Paul Andrews
On 21/03/2010 03:40, Karl DeSaulniers wrote: Hey Paul, LOL, I'm not having the print problem. I think you mean John. I had researched this and found this to work. printAsBitmap(printWindow_mc, bmax); Basically loading my image into printWindow_mc and then printing that MC with the code

Re: [Flashcoders] Printing problem

2010-03-21 Thread John R. Sweeney Jr
Well I got one step further and did get my mc to print the length of one page of paper, but the rest of the mc is getting clipped off (not printing). It mc has content to span about 4 pages, so I'm trying to figure out that step now and/or looking for reference material/links to possible solutions

Re: [Flashcoders] Printing problem

2010-03-21 Thread John R. Sweeney Jr
I guess Paul its because we look SO much alike. :) I'm over hereŠ I'm John. Thanks, ;) John on 3/21/10 7:25 AM, Paul Andrews at p...@ipauland.com wrote: Hey Paul, LOL, I'm not having the print problem. I think you mean John. John R. Sweeney Jr. Interactive Multimedia Developer

Re: [Flashcoders] Printing problem

2010-03-21 Thread Paul Andrews
On 21/03/2010 17:35, John R. Sweeney Jr wrote: Well I got one step further and did get my mc to print the length of one page of paper, but the rest of the mc is getting clipped off (not printing). It mc has content to span about 4 pages, so I'm trying to figure out that step now and/or looking

Re: [Flashcoders] Printing problem

2010-03-21 Thread Karl DeSaulniers
Ooops, sorry Paul.. :) Yes, I meant John. Karl On Mar 21, 2010, at 12:37 PM, John R. Sweeney Jr wrote: I guess Paul its because we look SO much alike. :) I'm over here… I'm John. Thanks, ;) John on 3/21/10 7:25 AM, Paul Andrews at p...@ipauland.com wrote: Hey Paul, LOL, I'm not

Re: [Flashcoders] Printing problem

2010-03-20 Thread Paul Andrews
On 20/03/2010 03:31, John R. Sweeney Jr wrote: Howdy list, I'm having a heck of a time with printJob - AS2. Never really used it, and have searched the help files, the net, seen examples and every one that I've experimented with in preview or print to paper comes up blank. Even the simplest of

Re: [Flashcoders] Printing problem

2010-03-20 Thread Karl DeSaulniers
Hey Paul, I had researched this and found this to work. printAsBitmap(printWindow_mc, bmax); Basically loading my image into printWindow_mc and then printing that MC with the code above. The only problem I found is it crops the image to the size of the MC or your screen size. Cant remember

[Flashcoders] Printing problem

2010-03-19 Thread John R. Sweeney Jr
Howdy list, I'm having a heck of a time with printJob - AS2. Never really used it, and have searched the help files, the net, seen examples and every one that I've experimented with in preview or print to paper comes up blank. Even the simplest of code examples. Does anyone know of a good

[Flashcoders] Printing problem with F player 9.0.45

2007-04-16 Thread jgl
This is what I am talking about: http://thankyouforhelping.com/test/ All I did was simply import a BMP (png) with no effects OR filters. Added a print button with code: on (release) { printNum(0, bmovie); } and no beuno. :( Anyone have any suggestions. People are dying. Apps are

Re: [Flashcoders] Printing problem with F player 9.0.45

2007-04-16 Thread Hans Wichman
Hi, check http://www.peachpit.com/articles/article.asp?p=31573rl=1 and specifically: *CAUTION* The print and printNum actions do not print alpha channels, bitmaps, or color effects. There was a post a couple weeks ago about printing a movieclip, check it out. I have some printing code on my

Re: [Flashcoders] Printing problem with F player 9.0.45

2007-04-16 Thread jgl
Hey JC, Thanks :) The hard time I am having about this is that it has alway worked before 9.0.45 which came out on the 14th. It works fine with all previous versions. Too many apps to correct. Maybe I'll get lucky and MM will have this new feature that breaks my old code removed. I really