Professional :: PrintJob Only Prints Once?

Jan 15, 2010

I am having a problem with my printJob.  I have a button setup to call the printJob.  When I click it the pages that I want to print, print properly the first time.  But then if I click the button again to print the same page, it does not work. The button continues to work and calls the function properly, but after that it does not work.   Here is the code that I am using:
 
public function Print_PTSD(event:MouseEvent):void{
trace("Print button clicked");
//Generate the Sprite to be printed

[Code]....

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Labeling Different Frames As #p Prints Them All?

Oct 23, 2002

I'm trying to print different frames of my movie, which are located in different scenes. I've put a frame label named #p on every frame that I want to get printed when the user presses a button. Code for this button is:

[Code]....

This actually works fine, the specific frame gets printed OK but all of my other frames labeled #p are printed too! And part of my dynamic loaded data (information of tables, texts, etc.) cannot be seen anymore after printing! It seems as if all dynamic information gets lost. Is there any way of printing just the frame I'm asking for and not all of them? What about the "duplicate label" warning? Is it OK to ignore it?

View 4 Replies

ActionScript 2.0 :: Make A Button That Prints Jpg From Server?

Nov 23, 2003

I wondered if its possible to make a button, that prints a .jpg from the server. If it is possible that what script should be added to the button?

View 2 Replies

ActionScript 3.0 :: Create A Button That Prints Content In MC?

Mar 19, 2009

I need to create a button that when clicked will print out the contents of a movie clip which will be some text and background graphics. Not sure how to go about this, but it should be in AS3.

View 2 Replies

Flex :: Flash Printing Only Prints What Is Visible On A Canvas

Jul 18, 2011

I am building a very basic report writer for an AIR application that I am developing. I am using the Flash PrintJob class to output the contents of my report (in which pages are stored as Canvas objects in a ViewStack object).The problem is, only the content that I see in the report preview screen gets printed.Is there a way that I can print what the Canvas object contains not just what is visible? Here is a code snippet that I am using:

protected function doPrintReport(event:Event):void
{
var pj:PrintJob = new PrintJob();

[code]......

View 1 Replies

ActionScript 3.0 :: Add A Print Button Which Prints Current Frame

May 5, 2010

I'm building a stand alone presentation application (.exe) in Flash CS4, and want to add a print button which prints current frame. Tried to find about that everywhere on internet, but didn't quite found what I need. So when someone clicks the button, I wish to save that image in original size as bitmap or jpeg image. How can I do that?

View 2 Replies

ActionScript 2.0 :: MySQL Data Into Flash Via PHP (Prints False)

Jan 5, 2007

I've been making flash based websites recently with a simple PHP and MySQL backed CMS. The only problem I'm getting is when the text is loading from the database into the dynamic textfield in the flash movie, it prints either 'false' or '_level0...' The text does eventually load correctly, any way I can get it to print LOADING instead of these two or something similar?

View 2 Replies

ActionScript 3.0 :: White Input Text Field Prints Grey

Sep 15, 2008

I have a problem about input text fields. I have an application that uses input text field and users can write and print. The problem is sometimes the input text fields backgrounds prints grey instead of white. In my actionscript code I have the properties to config background and stuff and even so the grey boxes always appear.

View 5 Replies

ActionScript 3.0 :: PNG Imported To Flash 5 Stage Is Transparent, Prints Out With A White Box?

Sep 20, 2011

I've got an application which gives the viewer the capability to create a design then further customize it with their own art, i.e. a logo, which can be a .jpg, .gif or .png. I may narrow the file options down, but right now I'm finding when one prints this design (I have a "print" button as well) any transparent .png file that's in this design prints out with a white "box" that is obviously the canvas on which said .png was designed.

View 2 Replies

ActionScript 3.0 :: Printing Sprites With Scrollrects Using The Bitmap Printing Option Fixes And Prints Most Of The Stuff In The Sprite

Jun 19, 2007

I have a sprite that has a scrollbar that uses the scrollrect feature. The sprite has several bitmaps and textfields. When I print the outer sprite (The one with the scrollrect) all of the textfields outside the scrollrect are cut after the first line. In case anyone else is having problems with printing sprites with scrollrects using the bitmap printing option fixes and prints most of the stuff in the sprite. Excluding all textfields outside of the scrollrect. This however can be fixed partially by embedding your fonts.

So now the only problem left is printing multiline textfields that are outside the scrollrect. P.S. Imho the scrollrect should have nothing to do with the printed area of the sprite because the printJob.addPage has a printarea parameter.

View 3 Replies

ActionScript 3.0 :: PrintJob Not To Scale?

Apr 28, 2009

there is a print button , however when i try to print , it is not to scale.

View 1 Replies

ActionScript 3.0 :: Printjob () Not Working On IE?

Jun 6, 2011

I got a very simple printjob that works on safari, but it doesnt work on IEAny ideas what Im doing wrong?

Code:
function printMe():void{
var my_pj:PrintJob = new PrintJob();

[code]....

View 0 Replies

ActionScript 2.0 :: CS3 Center And Rotate With PrintJob

Jul 1, 2008

I am looking to add a print job to my flash presentation. I have the basic code and can get it to print, but I have to manually set the printer to print landscape and the image is in the top left corner. If it was just for me it wouldn't be a big deal, but a lot of our presentations go to lawyers and judges so we would like to streamline their results as much as possible. Is there a way to tell it to rotate 90 degrees and center itself on the page. Below is the code I am using. I tried to use some parameters to set it for landscape, but they don't seem to work. My doc size is 720x540.[code]

View 4 Replies

ActionScript 3.0 :: Can PrintJob Add Pages For More Than 60 Seconds

Jan 10, 2010

Though Flash docs say: 15 second script timeout limit applies to the following intervals: PrintJob.start() and the first PrintJob.addPage() PrintJob.addPage() and the next PrintJob.addPage() The last PrintJob.addPage() and PrintJob.send() It looks like 15 seconds is the maximum interval between  the first and the last addPage() With Script time limits it can be changed up to 60 seconds, no more.
 
I have to print 50 and more pages of static text, it often takes more than 60 seconds, and I get #1502 Error (Time Out)
 
For test I use Flash file with that simple code at frame 1:
 
stop();
var count:Number = 0
var pj:PrintJob = new PrintJob()

[Code].....
 
"myMC" is a MovieClip with static TextField containing 1000 "a" characters. When it is published as AS2, prints all 150 pages - prints as long as necessary. With AS3 prints 14 pages only before timeout - prints for 15 seconds only.
 
how to overcome 60 seconds time limit? P.S. Timer event and EnterFrame event do not work after PrintJob.start().

View 2 Replies

ActionScript 3.0 :: PrintJob Background Color

Mar 27, 2010

I have an SWF that has a print function attached to a button that prints a movie clip called content_MC.I have the SWF set with a transparent background using the wmode=transparent in the embed object.The FLA/SWF has a white stage/background.When I print the SWF that is set with a transparent background to PDF the background prints as black. I'm assuming this is because of the wmode=transparent setting in the embed object. What I need is for the embed object to stay transparent on the website but for the background to be white when someone prints.Is there some sort of variable in the PrintJob class that might handle this?url...

View 41 Replies

ActionScript 3.0 :: PrintJob Seems To Have Stopped Working?

May 3, 2011

I embedded that (as a swf) in Captivate5 and published.It was working fine.... When I went into it today to modify some of the text it quit working. After long struggles and thne restoring the original version. I discovered that the original version was no longer working either. So sometime in the last couple of weeks this Flash AS3 file contained in Captivate5 has stopped working. The print function now produces a page that has a light gray box the size of the bounding rectangle of what is supposed to be the content (which is almost entirely text) The rest of the piece works fine and the printing function is as basic as it gets. All of what I am trying to print is contained in a single frame of a one frame movie clip:

function doPrintReport() { var myPrintJob:PrintJob = new PrintJob(); if (!myPrintJob.start()) {  //printing canceled  return;  }else{   myPrintJob.addPage(this.report_mc);   myPrintJob.send(); }}

And this was working just fine... a couple of weeks ago - Back on April 14th to be precise. This is currently living on my local IIS server on my Windows 7 64bit desktop. I have tried running it in Windows IE 8 and Firefox 3.6 - Again the original version was working and now is not.

View 1 Replies

ActionScript 3.0 :: Printjob Not Working For Android?

Apr 11, 2012

I have a web application, wherein i am using Printjob class to print my flash content over the connected printer.
 
While browsing the application on web browser (desktop) it opens a print dailog box which is fine, but same application while browsing from android devices is not working..
 
I am publishing the content using less than the 10.2 version of the flash player.
 
Below is the code:
 
import flash.printing.PrintJob;
import flash.display.Sprite;
import flash.events.MouseEvent;

[Code].....

View 3 Replies

Flex :: Set Print Time For Printjob?

Nov 8, 2010

How can i set print time for flex printjob.

when the time is ripe my program will automatically print my job

eg. i want to print my job at 11.00 AM i will set print time in my program to 11.00 AM when time is 11.00 AM flex will automatically print my job

View 1 Replies

ActionScript 2.0 :: Printing A Range Using PrintJob

Feb 17, 2009

I can currently print one page from a flipbook by typing the page number in a text field and using the actionscript below. What I'd like to be able to do is print a range of pages. Can someone help me modify this script below to allow for a range to be printed?[code]

View 1 Replies

ActionScript 3.0 :: Set Print Margins In PrintJob ?

Feb 21, 2009

I want print some sprite which is created by "draw(someSprite)" method in BitmapData.Everything is fine but... I want put some margins in my print page, and I don't know how .Of course I could set right position of my "someSprite" but I don't want change my site to print it. (Using Rect... in BitmapData.draw() and addPage() dont work.) Simple flashdevelop project is in zip file.

Code is below

ActionScript Code:
package
{
import flash.display.*;

[Code]....

I don't want to change position of "printBitmap" - alternatively "bitmapData" - or anything else.

View 0 Replies

ActionScript 2.0 :: Printing Png Image Using Printjob?

Feb 18, 2010

I have one movie clip which is having extenally loaded png image. Now i want to print it.Its printing but showing one white box behind the image that means its not printing transparent image.My code is as follows:

Quote:
on(release)
{

[code].....

View 0 Replies

ActionScript 2.0 :: Printjob Not Printing .jpg On The Screen

Nov 1, 2006

I am having an issue with the printjob class where it is not printing the jpgs on the screen. it prints everything else, just not the image. Also, it seems to be inconsistent in that I have gotten it to work, but the majority of times it doesn't.

View 2 Replies

ActionScript 3.0 :: Get The Printjob To Print As Many Pages As Movieclip Needs?

Dec 7, 2007

how do I get the printjob to print as many pages as my movieclip needs? If I have this code:

[Code]....

how would I set pj.addPage to keep adding the mc till all the mc had been loaded?

View 6 Replies

ActionScript 3.0 :: PrintJob And Dynamic Text Inconsistencies

May 13, 2009

I have a set of dynamic textfields created and loaded with text at runtime. When I go to print them they print OK but on close inspection you can see that the printed version has words dropping down a line compared to the version on the screen!

I have tried different align settings for the text, system fonts and embedded fonts, cacheAsBitmap the textfields, printAsBitmap=true option, all to no effect.

The only thing that has worked is by drawing the texfields to a bitmapdata and printing that instead. This produces an exact copy of the screen version but the printed quality is very bad and unacceptable.

I'm pretty sure its not a procedural error in my code as the bitmapdata version is made in the same flow. So could it be a quirk in Textfield or TextFormat, or a quirk in PrintJob?

View 1 Replies

ActionScript 3.0 :: Can't Print Large Images With PrintJob()

Dec 20, 2008

I'm having an issue where when I try to print a larger image via printjob one of two things happens. One either the job fails or two the output of the image is literally diagonally cut off. I am simply passing the stage to the print job. I've tried both with and without using printAsBitmap.

View 1 Replies

ActionScript 1/2 :: Create One MC That Contains Informations On One Row And Add It To The AddPage Of PrintJob

Sep 14, 2010

For my work I have to introduce a Print button that will prints everything that is in the cart. However, I never did anything of that sort in Flash,.For now, I did a bit of research about how to do it and I do understand I'll have to use PrintJob with another MovieClip... but I need a bit of explanations about a few things.
 
First, in the cart (which can be printed), there are several "items" that have the same informations, such as the name, the price, comments, etc.Do I have to create one MC that contains informations on one row and add it to the AddPage of PrintJob (I will have 5 MC [5 pages] if I have 5 items in cart), or add all the items into the same MC?
 
Also, the flash is horizontal (1920x1280). Do I have to change the orientation of the PrintJob to print in landscape? Plus, how to know if the text is far enought of the margins? Do I have to consider the margins in the MC and thus puts a good distance between the borders of the MC and my content?
 
Adding a "page" to the PrintJob, how does it work? Is it a real "paper page"? I hope you understand what I mean by that, I can give more details if needed but I can't give the source (.fla).

[Code]...

View 3 Replies

Flex :: Pass An Object Like A List Or XML To PrintJob()

May 27, 2010

I want to know if anyone has successfully printed something from Flex.

By successful I am talking about some sort of report or document or whatever.

I know its fairly simple to print a component(which is a bit cheap) from Flex by using the printJob() class and passing a component. But I want to pass an object like a list or XML to printJob().

View 4 Replies

Flash :: PrintJob Printing Background Colour Only?

Sep 14, 2010

Basically I've created a print class which has all the print job code in to print a sprite, however when I print it, the sprite which I've created acts like a mask and the area where the sprite graphic should be is filled with my background colour.When I scale the image to the width and height of the print width and height, obviously I've got a page full of purple.here's my code:

public function print():void {
//bitmap_to_print.smoothing = true;
var print_page:Sprite = new Sprite();

[code].....

View 1 Replies

Flash :: Loading HTML Into Printing With PrintJob()?

Aug 26, 2011

Is it possible to load HTML content into Flash from a URL and print it with PrintJob() with Actionscript 3 without the Windows print dialog showing?

View 1 Replies

Flex :: Set Printing Orientation When Using FlexPrintJob / PrintJob?

Dec 27, 2011

I want to call the Flex printing API to set the print arguments before sending printing command.But there is no method in Flex(FlexPrintJob or PrintJob) to set the printing orientation.Are there some methods to solve this problem?My project is running in B/S structure and the view layer is in Flex.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved