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 above.
The only problem I found is it crops the image to the size of the MC 
or your screen size.


I suspect you can solve your problem by specifying a rectangle to set up 
the size of the print area.


http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=0334.html

private var rect1:Rectangle = new Rectangle(0, 0, 400, 200);
myPrintJob.addPage(sheet, rect1);

Paul
Cant remember which, it was a while ago. I was in the process of 
finding out how to relieve

that problem and got taken away from the project.
Hopefully it will lead you in the right direction.

Its AS2 BTW


Karl


On Mar 20, 2010, at 9:06 AM, Paul Andrews wrote:

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 code examples. Does anyone know of a good 
example/tutorial to

use as a reference. This looks so simple and its just plain driving me
crazy. I'm missing something I guess, but I'll damned if I can figure 
out

what. (frustrating).

Any suggestion or pointer would be greatly appreciated.



John write yourself a tiny example to print a rectangle onto a page. 
If it  doesn't work, post the entire code here and we'll sort it out.


Then you can sort out more complex stuff.

Paul


Thanks and have a good one,
John


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Karl DeSaulniers
Design Drumm
http://designdrumm.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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
on the subject.

And yes this is AS2.

Thank you,
John



on 3/20/10 10:40 PM, Karl DeSaulniers at k...@designdrumm.com wrote:

 Hey Paul,
 I had researched this and found this to work.
 
 printAsBitmap(printWindow_mc, bmax);


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 for reference material/links to possible solutions
on the subject.
   


Each MC you add to the printjob, is one page. You have to create 
sepearte MCs for each page and manage the pagination yourself.


An easy way to do it is to have the content inside the MC and offset and 
mask it differently for each page.


If it's any consolation, I'm no fan of the printing support in Flash - 
in any version.


Paul



And yes this is AS2.

Thank you,
John



on 3/20/10 10:40 PM, Karl DeSaulniers at k...@designdrumm.com wrote:

   

Hey Paul,
I had researched this and found this to work.

printAsBitmap(printWindow_mc, bmax);
 


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

   


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 having the print problem. I think you mean John.



John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com



___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Karl DeSaulniers
Design Drumm
http://designdrumm.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 code examples. Does anyone know of a good example/tutorial to
use as a reference. This looks so simple and its just plain driving me
crazy. I'm missing something I guess, but I'll damned if I can figure out
what. (frustrating).

Any suggestion or pointer would be greatly appreciated.
   


John write yourself a tiny example to print a rectangle onto a page. If 
it  doesn't work, post the entire code here and we'll sort it out.


Then you can sort out more complex stuff.

Paul


Thanks and have a good one,
John


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

   


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


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 which, it was a while ago. I was in the process of  
finding out how to relieve

that problem and got taken away from the project.
Hopefully it will lead you in the right direction.

Its AS2 BTW


Karl


On Mar 20, 2010, at 9:06 AM, Paul Andrews wrote:

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 code examples. Does anyone know of a good example/ 
tutorial to

use as a reference. This looks so simple and its just plain driving me
crazy. I'm missing something I guess, but I'll damned if I can  
figure out

what. (frustrating).

Any suggestion or pointer would be greatly appreciated.



John write yourself a tiny example to print a rectangle onto a page.  
If it  doesn't work, post the entire code here and we'll sort it out.


Then you can sort out more complex stuff.

Paul


Thanks and have a good one,
John


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders




___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Karl DeSaulniers
Design Drumm
http://designdrumm.com

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 example/tutorial to
use as a reference. This looks so simple and its just plain driving me
crazy. I'm missing something I guess, but I'll damned if I can figure out
what. (frustrating).

Any suggestion or pointer would be greatly appreciated.

Thanks and have a good one,
John


John R. Sweeney Jr.
Interactive Multimedia Developer


OnDemand Interactive Inc
945 Washington Blvd.
Hoffman Estates, IL 60169
Office/Fax: 847.310.5959
Cellular: 847.651.4469
www.ondemandinteractive.com


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


[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 breaking.
Workflow is screwed. My phone is ringing off the hook.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 blog as well, which might help you out:

http://objectpainters.com/blog/?p=9
greetz
JC



On 4/16/07, jgl [EMAIL PROTECTED] wrote:


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 breaking.
Workflow is screwed. My phone is ringing off the hook.
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


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 appreciate the links.

On 4/16/07, Hans Wichman [EMAIL PROTECTED] wrote:

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 blog as well, which might help you out:

http://objectpainters.com/blog/?p=9
greetz
JC



On 4/16/07, jgl [EMAIL PROTECTED] wrote:

 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 breaking.
 Workflow is screwed. My phone is ringing off the hook.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com

___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com