Actionscript :: Printing In Landscape Mod?
Aug 10, 2011
I have a app writing in Flex AS4. Now I have a component and I need to print it using FlexPrintJob. However, every time when users need to print it in landscape mode, he/she has to click the "Properties" button in the dialog of print and change the orientation from portrait to landscape and it is really annoying.
I wander if there is a way to control it in programming? In other words, can I change some codes to set the default properties of printers to print it in landscape mode?
View 1 Replies
Similar Posts:
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
Jan 11, 2012
I am making an app in AIR mobile that I need to be in landscape mode all the time. On most devices this is OK, but on some devices (Motorola XOOM for example) the app launches in landscape. At least on the build in emulator that comes with Flash Builder 4.5. I don't know if this is a problem with the emulator or if the XOOM has different orientations than most devices. Anyway, I want to make sure that the device is always in landscape mode. This can be checked easily:
if(stage.stageWidth<stage.stageHeight){
//rotate screen;
}
View 2 Replies
May 25, 2004
2d Landscape Generation with Midpoint Displacementhey everyone... I'm working on implementing the simple 2d algo. described here:[URL]...html in actionscript. It's a simple midpoint displacement scheme, and it's almost working correctly. The problem i'm having is that the array i'm generating isn't sorting correctly. I need to sort it so that the drawing loop cycles through from left to right (on the x axis)... For some reason, it's not sorting points that are between [0] and [1] in my array. because the algo. is iterative, the problem snowballs the more iterations you run it for.
here's the code i'm working on. it's in 3 frames, and init frame to get it going, and then a loop in frames 2 and three (so that i can see the iterations as they're drawn out):
[Code]...
View 3 Replies
Feb 12, 2012
I can't seem to find any way to force it to go landscape mode all the time. When I go to MyApp-app.xml and edit the <aspectRatio></aspectRatio> tags to landscape, only the main view is landscaped. If I navigate to the second view, it turns back to portrait.
View 1 Replies
Jul 15, 2010
can someone guide me to some tutorial/source to do something like this [URL]
View 3 Replies
Apr 19, 2010
i m trying to set the printer on the landscape mode but unable to do so.i also used the my_pj.orientation == "Landscape") but got no success in achieving the subject.
here is my code
on (release) {
var my_pj:PrintJob = new PrintJob ();
if (my_pj.start ())
[code]...
how can i achieve the printer in the landscape mode?
View 3 Replies
Jan 16, 2011
how i can set the keyboard to landscape in as3? I'm using flash cs5 and air for android and i don't have the auto aspect ration turned on, so what i want is to set the key board to come up in landscape in code.
View 1 Replies
Mar 20, 2006
i am building an xml gallery that pops up portrait and landscape images. the pop-up should fit each image. I had this working fine with the code below and then I added a few landscape images with different dimensions. now the landscape ones all pop-up with too much space around them. the first part of the function just puts the imeges in the right place on the movie;
[Code]...
View 1 Replies
Dec 10, 2010
I was wondering if it is possible to get my iphone app to preview in landscape mode without having to manually rotate it. I have it set to landscape mode with the landscape stage size, but it launches the preview in portrait mode.
View 4 Replies
Sep 16, 2011
This seems pretty weird even for Adobe standards. I've set up size of the movie to be 1024x768, which is the resolution of ipad screen in landscape. The stage looks ok but when I publish the swf it goes into portrait mode.
I even used this line of code but it doesn't help.
stage.setAspectRatio(StageAspectRatio.LANDSCAPE);
View 1 Replies
Oct 6, 2003
The tutorial I am working on is at: [URL]. I have no problem with the fade grid effect itself but... I'm trying to make one of the squares (which is a guy in the middle of a scenic landscape) visible first giving the effect that you can only see him first, then the grid squares fade in to reveal the landscape that he is standing in.
So I tried just cropping the square out in photoshop, then just placing it in the exact same spot above the original image, but everytime the movie gets to the portion in the timeline with the actionscript, the little square with the man in it disappears. I want the square with the man in it, to remain on the stage from beginning to end, as top layer.
View 5 Replies
Nov 2, 2004
Im trying to fill the landscape with a colour but doesn't seem to work.. ignore the no with statements that was for testing purposes Attached Fla
View 5 Replies
Nov 22, 2011
In Flex 4.5 for mobile how can I use portrait / landscape states from a skin file?
e.g. In the skin file I want to create the following states
<s:states>
<s:State name="portrait" />
<s:State name="landscape" />
</s:states>
and use them in the normal way. However the current state in the skin file is not updated when I switch between landscape and portrait.
View 1 Replies
Apr 25, 2008
I want to have flash set the default print orientation to landscape when it calls the print object...is this possible?
View 1 Replies
Jan 25, 2011
How to save images a landscape picture and portrait size in FP10, there are ways?
View 13 Replies
Dec 30, 2011
my app is landscape and I want it full screen only; and I don't know how to make it auto-rotate...in iOS Export option I can just check the "auto orientation", but when I hold my iPhone upright it will rotate and shrink the app so it's still landscape but fit in the (upright) portrait screen... I don't want that...
View 3 Replies
Sep 17, 2008
I'm attempting to use "if" statements to determine if an dynamically loaded photo is portrait or landscape. The problem I'm having is when I try "gallery_mc.getChildAt(0).width", it returns 0.
View 10 Replies
Oct 28, 2011
I have an as3 built osmf video player swf that we embed on a standard HTML page. When you touch the image the video automatically goes fullscreen and begins playing. Droid and Flash often break after changing back and forth between landscape and portrait while in fullscreen.(by break I mean freeze, where you can hear the video and use the controls, but everything is just a still frozen image, the redrawing fails).Can you lock the fullscreen orientation in html, javascript, or do you have to try to handle it inside the swf?
View 1 Replies
Jun 23, 2011
I'm coding a image viewer application for tablets using Adobe Flex 4.5. Basically, I have a list with a custom item renderer that renders the images in the list. I have set up the image size to be the width/height of the tablet device in portrait (600x1024). This way, only one image can be seen at one time. The problem is that when the device orients to landscape, this design obviously screws up. My question is how can I get it to change the width/height of my images automatically when the orientation changes such that only one image is shown at a time?This is my list:
<s:List width="600" height="1024"
id="imageList" dataProvider="{data}" itemRenderer="{inlineRenderer}" click="imageList_clickHandler(event)"
verticalScrollPolicy="off" useVirtualLayout="true">
[code]....
This is the item renderer:
<s:Scroller width="600" height="1024">
<s:Group>
<s:Image source="{data.imageurl}" width="600" height="1024"
contentLoader="{FlexGlobals.topLevelApplication.imageCache}"/>
</s:Group> </s:Scroller>
View 1 Replies
Sep 2, 2011
I am building a map which has different layers on it, all on top of one another, all 700x700px and all movieclips. I have a print button (PrintUp) which sends the movieclips to be printed, however when I print, they don't sit on top of one another, they come out separately. How can I get them to print on top of each other like they are in the swf?
The two movieclips are "Background" and "Grass"
Both 700x700 and exactly the same X&Y.
Here is the code below:
PrintUp.addEventListener(MouseEvent.CLICK,Print);
function Print(e:MouseEvent):void{
var printJob:PrintJob = new PrintJob();
if (printJob.start()) {
if (Background.width>printJob.pageWidth) {
[Code] .....
View 2 Replies
Aug 3, 2011
I have a game I'm adding a print button to, for users to print their score at the end of the game. The problem is, is that the printing make some of the buttons look weird, for some reason (color is missing, a white box around the button, that should be empty/transparent). This is the script I'm using to print:
Code:
printButton.onPress = function() {
print(drawingArea, "bframe")
}
I've tried a number of ways of making it so the buttons are seen normally, even tracing them as bitmap, but it makes everything lock up when I try to print that way and nothing else seems to work. So I want to temporarily make the buttons invisible, while it's printing, and then go back to vissible once it's done.It's easy enough setting the button alpha to 0, with
Code:
printButton.onPress = function() {
buttonInstanceName._alpha=0;
and then the script to print; it makes it invisible just before it prints, but what I need is way to reset the alpha to 100 once it's done printing.
View 2 Replies
Apr 27, 2008
I am having trouble exporting a movie from within flash player into a .eps for importing into Illustrator. I cannot use the native scene items for export within Flash CS3, since the content is dynamically generated when the movie is played, and would need to save the outcome. I am working in Master Suite CS3, so dont want to do anything that involves exporting into Corel or other suites.
View 1 Replies
Sep 10, 2009
I am trying to print my Flash work out to an EPS/Illustrator compatible file so that it can be opened in illustrator and printed.Used to be able to use the Apple LaserWriter 16/600 PS printer driver but I am unable to find it anywhere. Is anyone else using any other updated drivers/techniques?
View 2 Replies
Dec 2, 2009
Is there any way to print all code and scripts that are inside of (and ideally, even imported into a .fla?? I've been brought on board a project with existing code, and I am having a real hard time discovering all the little hidden code bits inside of the Flash file. There's script attached to objects, script in imported .as files....there's script everywhere...and I don't know of any way to -see- all of it and print it out so I can go over it.For instance, in the Actions window, it'd be nice if I could right-click on "Scene 1" and select "Print" and have all of those little scripts print out.Even a way to do a "Flash-file-wide" (including all imported script files) Find/Search would be nice (something similar to Dreamweaver's site-wide "Find and Replace"). It seems like Flash limits its searches to the exact file window you have open at the time.
In particular, I'm currently looking for a function that is called - but whose code I cannot find anywhere. A "Find" inside the main .fla turns up nothing, and I've tried searching the outside .as files and still can't locate it. Just in case it was a built-in Flash library function I wasn't familiar with, I searched for that, too. No dice.Is there any functionality like this? Is it on anyone else's wish list? How does everyone else locate all the code bits on a large Flash project that has been undocumented?
View 1 Replies
Mar 30, 2010
In s Flex 3 app, I have canvas with a PNG image for a background. The image is the same width & height as the canvas. I also have some other controls in the canvas:
[Code]...
View 1 Replies
Jun 12, 2010
where i developed an app that uses the webcam, adds an image and then takes a picture, well, i implemented textbook style the printjob, and well everytime after printing my swf goes blank. http:[url]...........But now i have been continuing testing, and i found out, that if i print from another application and then comeback, my video stream from the webcam is blank, this has no sense at all, since i am printing from another app. http:[url]....What is going on here i mean, this must be a flash player issue right.
View 1 Replies
Dec 12, 2011
I want to print the entire page from my flash application irrespective of the size which I have given. I know this can be done through scale-to-fit. I have used the following code to print from my flash application. The size of my stage is 1024 x 900 pixels and I would like to print in A4 size and scale to fit while printing. I haven't used any movie clip
[Code]...
View 1 Replies
Nov 22, 2006
I have a page that is loading external variables / images into the swf flash file, then comes to a stop on the last frame.
I need to print this exactly how it is on your screen on that last frame, with all the external images that have been preloaded etc etc. Exactly how you see it.
View 1 Replies
Dec 17, 2007
Is it possible to target just one frame of a movie clip using:
on (release) {
print("print_mc", "bmovie");
}
print_mc is a movie clip containing many frames all labeled #p, so that they will be printed. What if I only wanted one frame to be printed, is that possible?
View 2 Replies