ActionScript 3.0 :: PrintJob Adds A White Rectangle To Stage
Oct 23, 2009
I currently have a button that triggers an event merging the movieclips on stage into one sprite, and passing it to a printer class. The printer class looks as follows:
ActionScript Code:
public class Printer {
private static var printJob:PrintJob = new PrintJob();
private static var printJobOptions:PrintJobOptions = new PrintJobOptions();
[Code]....
The problem is that when clicking the button, the stage gets a white rectangle in the upper left corner that can't be removed!
View 1 Replies
Similar Posts:
Jan 13, 2010
I'm using to bitmapFill to add tile grid to a movieclip which contains an image and it's adding a white fill in the transparency parts of the movieclip even if I set the transparency true, here's the code snippet I'm using.
ActionScript Code:
var mySprite:Sprite = new Sprite();
var myBitmap:BitmapData = new BitmapData(2, 2, true);[code]......
View 1 Replies
Jun 8, 2009
I have a class that adds to the main stage fine, but not inside an MC
var SliderTestClass = new SliderTestClass;
mContent01.addChild(issSlider); //trace says undefined
addChild(issSlider);//trace says [object SliderTestClass]
Why would it refused to be added to mContent01 which is a visible MC on the stage?
View 8 Replies
Dec 31, 2010
I've created a wrapper around Sprite called ClickableCircle, which is meant to add itself to the display list when instantiated. Here's a toy version:
public class ClickableCircle extends Sprite {
protected var circle:Shape;
protected var myName:String;
[code].....
View 2 Replies
Nov 2, 2009
I have a movie, which on the click of a button will load a child swf.
The child swf has code which adds events to the stage object.
the child also accesses properties such as stage.stageWidth
When the child is ran on it's own all is fine, though when it loads within the parent movie i receive the error:
TypeError: Error #1009: Cannot access a property or method of a null object reference.at Home()
"Home()" is the name of the document class in the child SWF.
a) access the stage from a child swf
b) add events to the stage from a child swf
View 2 Replies
Jan 7, 2011
Does anyone have a print job script that I can use on a mouseclick over a symbol - I want to print a specific area on a stage based on a drag and drop scenario... once all the relevant_MC's have been dragged into position the person gets the option to print via a button. I've attached the SWF for a view of the end product - I only need to print the grey area in the middle - not the white (thats where the drag and drop items will sit when not in use).
View 0 Replies
Aug 7, 2009
I'm using Flash CS3 and want to create a custom ComboBox. I've followed the steps outlined in "Editing component skins in a new document" (http:/[url]...), but every time I get to the step where I drag the ComboBox Assets folder from the HaloTheme.fla library into my library, if I test movie at that point my combobox has become an unclickable white rectangle with no label, button or anything.
View 2 Replies
Nov 24, 2011
I've an Accordion component in my Flex application and works great, but I found a little glitch in its behaviour.While one of its menus is opening, it shows a white rectangle and, when it completely loads, it shows me the content. But I want to show the whole content without this "white" rectangle when it loads.For example:
Image 1: My Accordion is ready to use
Image 2: I want to open another submenu, so while it's opening, a white rectangle is shown (I was really quickly to take an screenshot)
Image 3: Recently opened submenu is fully loaded.Here is my source code:
<mx:Accordion id="accordion" width="100%" height="90%" verticalGap="0" horizontalGap="0" creationPolicy="all">[code]...........
View 2 Replies
May 3, 2010
I have a class called shapeC that only creates a rectangle and then addChild(rectangle);. That class is instantiated on the main timeline. Currently, the only way you can see that rectangle is to add the instantiated class to the stage via addChild(shapeC);. My question is, is there a way that the shapeC class can add the rectangle to the root stage without requireing the instantiated class to be added to the stage?
View 4 Replies
Dec 12, 2010
I uploaded several intro slide shows onto a black background. They work fine, but take awhile to load (once viewed and go back-they load much quicker). While waiting to load, the stage area is white. However when I created them, I made sure the stage area was black.what I might do to correct this? I just think it would look much better if everything was black until the show appearsThe shows were created in Flash CS 4(ActionScript 3.0), & the site was created in Dreamweaver CS 4.
View 1 Replies
Oct 9, 2007
how to make an invisible rectangle on stage that could be clicked for example
View 0 Replies
Apr 30, 2009
I have a simple MC on the stage. I want to create a simple conditional statement that would check if the mouse is on the rectangle using get bounds. something like [code]Basicaly...how do I properly use the getBounds in a situation like this?
View 3 Replies
Dec 12, 2010
I uploaded several intro slide shows onto a black background. They work fine, but take awhile to load (once viewed and go back-they load much quicker). While waiting to load, the stage area is white.
However when I created them, I did make sure the stage area was black.
what I might do to correct this? I just think it would look much better if everything was black until the show appears. The shows were created in Flash CS 4 (ActionScript 3.0), & the site was created in Dreamweaver CS 4.
Here is a link : [URL]
View 1 Replies
Mar 23, 2010
I have developed a Flash slideshow that loads 6 images from the web server using an xml loader (the image names are in anxml file), then loads these images into an array. I have an xmlloader to read the xml file, and a Loader that loads the images from the array,and then changes the images every 4 secs or so.
My problem is that when the web page is opened from a client, the space where the flash object is located (in a table)flashes white until the images are loaded. I thought I could fix the problem by making the stage the same color as the background on the web page. No dice, I still see a white box (800x320 px) that is the size of the stage, and the size of the images.When I compile it on my computer, if I look fast I can see a quick flash of white just before the images load!I did not develop the page, but put the Flash code in the index.html page.There is quite a lot of javascript on this page, maybe developed in Dreamweaver.I can attach the action script code if desired, for more clarification. Let me know on this.Basically, the images reside in a folder on the web server, the xml file has the image names, the xml loader reads the xml file,and when it is complete, goes to a routine that takes the name of the image from an xml list I create, and then loads an array.I load the image into the loader, etc. This is clearer with the code. I am using CS4 and a document class, slides.as.
View 2 Replies
Dec 12, 2010
I am completing a basic web design class, and have one question for this community.I uploaded several intro slide shows onto a black background. They work fine, but take awhile to load (once viewed and go back-they load much quicker). While waiting to load, the stage area is white. However when I created them, I made sure the stage area was black. Any suggestions as to what I might do to correct this? I just think it would look much better if everything was black until the show appears.The shows were created in Flash CS 4 (ActionScript 3.0), & the site was created in Dreamweaver CS 4.
View 1 Replies
Mar 1, 2011
Is there a simple way to take existing rectangle on the stage and "flip" the rectangle so that if it was on the left it's now on the right side?
View 2 Replies
Oct 5, 2009
How would I draw a rectangle on the stage with 40% alpha? using bitmaps, bitmapdata, and copypixels?
View 2 Replies
Dec 8, 2009
I'm learning ActionScript 3.0 and I made a small app to draw rectangles on stage. Now I want to drag&drop them around. I want to be able to click on an object, without triggering the stage.addEventListener(MouseEvent.MOUSE_DOWN, clickEvent); but when I click on an object, it also triggers that event. How can I save the click on object from triggering that event on stage?
Here's the code:
Main.as
package {
import flash.display.Sprite;
import flash.events.*;
public class main extends Sprite {
var startX, startY, endX, endY: Number;
function main() {
[Code] .....
View 0 Replies
Sep 5, 2010
is there a way to click on the stage in order to trigger some function?
View 2 Replies
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
Nov 14, 2009
I am using the drawRect() method. The only way I know how to colour something is by using beginFill and endFill(). But if it's already drawn then how can I change it? It
View 2 Replies
Dec 9, 2009
Using Flash CS4 trial I am trying to make a banner on one time line.I have 6 photos on one time line with a right to left motion tween, and I would like it to repeat it without the white space of the stage appearing inbetween instances.I have tried it with two time lines also, but to no avail.Basically I would like it to repeat picture 1 again from the right side of the stage directly after picture 6 has left the left hand side of the stage without white space.
Also have problems selecting the bez curve, to drag a motion, so far I find if I create a key frame at the end of the timeline and click a couple of times on the mouse (not consistant) then hold the left mouse button down for a few seconds it some times turns the white circle green, then I can move it? but as I said not very consistant.
View 7 Replies
Sep 11, 2011
I have an animation and I need the stage to color change colors from white to black at a certain frame on How do I do it?
View 2 Replies
Jun 2, 2011
I would like to take a straight line/rectangle that is already created on stage and tween it with as3 so that when mouse is down, i can drag and bend it into an ark shape, and when i release the shape snaps back to its originally form?
View 2 Replies
Aug 26, 2009
I need to have a shape (black rectangle) that will cover the stage. It should resize with the stage when needed. I'm trying it with the following code, but when it's resizing, there is a clipping effect that is visible and it is not fluid. How can I prevent this?
Code:
Select all
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
stage.addEventListener(Event.RESIZE, resizeHandler);
var blinder:Shape = new Shape();
[Code] ......
View 4 Replies
May 14, 2005
I had to create dynamic with AS some rectangular on stage using moveTO and lineTo. I had a button and when I press it should add a new rectangle on stage but it doesn't. Because the array that I am storing the MovieClip created are overriding I guess
var i:Number =0;
button_name.onRelease = function() {
i++;
var instancename:String ="new_mc"+i;
var mcClip:MovieClip=createEmptyMovieClipinstancename,this.getNextHighestDepth);
[Code] .....
View 1 Replies
Mar 8, 2010
For those of you still with me, I am tasked with making some scrollable content in Flash. Load in a TextFile using LoadURL(), then display it. To get the text, we've written our own class TextFieldExtended, which is basically just there to give the textfile location to the constructor and then have the class do the various steps of getting it and loading it for you.So I needed to get a Scrollbar, which I got hereThe thing is, it works with Sprites.After trying to get it to accept TextFieldExtended, I bumped into a block, since the scrollbar relied heavily on a Sprite property that TextFieldExtended didn't have or could have.
So I tried adding the TextFieldExtended instance to a Sprite instance using addchild.A problem occurs here that I do not know how to handle. It seems that a Rectangle is drawn and the Text is drawn on that. I say this because the scrollbar moves the Rectangle up and down a bit, but the text doesn't scroll, just the Rectangle it is positioned in and the text then moves along with it.My question: can this be fixed, or is does this implementation of scrollbars need a lot of adaptations before this is possible?
View 1 Replies
May 20, 2009
I draw a rectangle i should see a little bold circle to indicate a perfect rectangle, I seemed to lost mine, can somebody please tell me how to get it back!
View 2 Replies
Aug 2, 2011
I am trying to convert a rectangle(actually multiple rectangles) to a curved rectangle. I think it should be pretty easy but I guess i am stupid. Basically I would have a start position and stop position (many of these), and they would be converted to curved rectangles and follow in a cicrle around.
View 0 Replies
Jun 26, 2010
I would like to create a rectangle inside of a rectangle, starting approximately 15% inward from the right side of the other rectangle.
I know how to create rectangles with:
Code:
var newHotRect:MovieClip = new MovieClip();
newHotRect.graphics.beginFill(0x00FF00);
newHotRect.graphics.drawRect(0, 0, 100, 100);
addChild(newHotRect);
But how would I make another rectangle on top of that (the black one pictured) that is approximately 15% from the right?
I toyed around with .right, and .bottomright with no success. Can anyone lead me in the right direction? or even finding the x and y of the upper right or bottom right side of a rectangle?
View 10 Replies