Flex - Position AIR Window On A Second Monitor?

Dec 31, 2010

I'd like to open a window in my AIR/Flex application on a second monitor if it's available. Don't know how to go about it. Tried this:mySecondWindow.x = Capabilities.screenResolutionX;

But this only gets the size of the first monitor and if I try to assign a greater value, it switches to default 100px offset. Is there a proper approach to this? My native screen is maximized in "preinitialize" and then I open the second window on "applicationComplete".

View 2 Replies


Similar Posts:


ActionScript 3.0 :: The Y Position And X Position Is Not At The Left Top Of Monitor?

Sep 24, 2011

I am developing a video player, in that full screen mode option. I have given the following code for width and height of the video

ActionScript Code:
flash.system.Capabilities.screenResolutionX
flash.system.Capabilities.screenResolutionY

The problem is the y position and x position is not at the left top of my monitor. it is varying when I change the dimension of the file. I also tried with stage.stageHeight and stage.stageWidth etc. but no reaction.

View 3 Replies

ActionScript 3.0 :: Open Window On Second Monitor?

Aug 8, 2011

How do I open a new native window on the second monitor?

View 1 Replies

ActionScript 2.0 :: Window To Open On A Certain Part Of The Monitor?

Feb 3, 2004

i read the popup and tutorial and it's great But i have one question to it.

How can i tell the window to open on a certain part of the monitor?

I know there's something like "screenX/screenY = .. " but can somebody tell me how i can build that into my script?

View 11 Replies

ActionScript 2.0 :: Change Screen Size To Fit Monitor Window?

Jul 26, 2009

Monitors are different sizes so does a flash player change to fit

i changed this as i have no replies is this not this would be common process to change, the size of the screen to fit different size browsers.

View 0 Replies

Flex :: Way To Monitor USB Port With Flash?

Feb 21, 2010

I want to write an application that monitor the USB port, and when something is connected should show the contents of the drive (image viewer) automatically.there is any way to do that with Flex/Flash directly?or i might program another application in C in order to monitor the USB port and then comunicate with the front-end application with sockets?

View 2 Replies

Flex :: Limitations Of The Network Monitor?

Sep 19, 2011

What is the reason Flash Builder 4's Network Monitor does not support applications that were created using pure ActionScript and Library projects? It seems to work only for Flex projects.

View 1 Replies

Flex :: Datetime - Monitor The Date For A Change

Jul 9, 2009

In Flex/ActionScript 3, is there a better way to monitor the date/time to determine if the date has changed to the next day by creating a timer that dispatches every minute?

View 1 Replies

Php :: Casting From FLEX - Network Monitor Response Is NULL

Jan 31, 2012

[Code]...

so the problem is I can print the array but how to cast tht array to a known php type? After 5 days I finnaly figured out flex and mysql using amfphp

View 1 Replies

Flex Application (SWF) Initialization Takes 25 Second To Load 1.6mb SWF In Widescreen Monitor

Mar 3, 2011

My Flex application (SWF) initialization takes 25 second to load 1.6mb SWF in widescreen monitor. The same SWF loads pretty fast (3 Sec) in Flat panel monitor 1024x768 resolution. What is the reason for +/- in rendering speed , +/- in CPU utilization on different monitors , screen resolution.

note: my internet sepped is 10+ mbps broadband.

View 1 Replies

Flex :: SOAP Variables In Network Monitor But Not Making It To Event Handler

Aug 13, 2009

I am querying a 3rd party web service and not all the data seems to be making it to the event handler. When I view the request/response in the Network Monitor I see a collection of data objects each containing two string variables (name, url) and two arrays (counts, breakdown). When the result handler receives the data and I view it in debug mode, the collection of data objects each only contains one string variable (name). What happened to the other string var (url) and both arrays (counts, breakdown)? what would cause this since it seems to becoming corrupt before it reaches the event handler but after it is received by the network? Is this most likely an IDE issue?

View 1 Replies

Flash :: Changing The Position Of AIR-window?

Feb 20, 2010

I created a simple transparent app for Adobe AIR in Flash. It has not chrome, so now I need to make it draggable. How could this be done?

View 1 Replies

Actionscript 3 :: Set AIR Window Position Programmatically?

Nov 29, 2011

How do you set the position of an AS3 AIR Project window programmatically?It is simple to do with application descriptor, but I cannot get it to work through code.All research has lead me to stage.nativeWindow.x = 200; but this does not do anything for me.

The following has no effect:
public function Main():void
{

[code].....

View 1 Replies

Position My Flash In Center Of Window?

Oct 9, 2007

A simple question, "How can position my flash in the middle of the window browser."Now do I need to add an action sctipt to the site or it's something to do with publish sitting?

View 1 Replies

ActionScript 3 :: AIR Lock Native Window Position

Jan 25, 2012

I'd like to create a window witch is not allow to move. Is it possible.

View 3 Replies

ActionScript 2.0 :: Arrange Position Of Chromeless Window?

Jun 4, 2003

I don't know how to arrange the position of the chromeless window. I add the script below. Could you show me where and what I need to write to arrange the position of the window from left and top side.

The window opens almost at the center in my computer but I checked in other computers it opened at the top and work like a fullscreen. I want it control by myself.[cod]e...

View 3 Replies

ActionScript 2.0 :: Resizing And Position Flash Window?

Apr 23, 2007

There is an fscommand function to turn the flash movie into full screen. But is there a way to control where exactly the flash window opens on the desktop (and whether it is maximized - note. NOT full screened).

My client is complaining that whenever he opens the flash movie (exe) it is shifted to the right such that the X window close button is not visible. Obviously he can just drag the window to the left, but you know, you gotta always make your client happy. Is this possible without using an external application like zinc?

View 2 Replies

Professional :: Size / Position Mc Relevant To Browser Window?

May 27, 2010

How can I make a .swf with a movie clip that reacts to the size of the browser like this one:
 
[URL]

The movie clips are all positioned and sized relevant to the size of the browser instead of positioned within the document.

View 1 Replies

Actionscript 3 :: Set Popup Window Position To Center Of Screen

Jan 19, 2012

I make advance data grid to view tabulate data. Each row has icon. When user click that icon show extra data for the that row. I want show popup in my page center. I used PopUpManager.centerPopUp(panel); to do it. This is my code sample.

[Code]....

Now pop up show in center of hole page but not screen. When data grid have more data popup window is hide. I want show it center of screen. How can i do it. Can i set popup position manually?

View 2 Replies

Actionscript 3 :: Adobe Air Save Window Size And Position

Mar 7, 2012

I'm trying to write a XML file to save the position and size of the app window in it. I'm running into this error: TypeError: Error #1010: A term is undefined and has no properties. MainTimeline/setupWindow()[code]

View 1 Replies

ActionScript 2.0 :: Open A New Browser Window With A Set Size And Position?

Jun 9, 2006

is there a way to open a new browser window with a set size and position?

View 3 Replies

ActionScript 2.0 :: Position Clips Relative 2 Browser Window?

Jan 10, 2007

I want to position a clip near the end of the browser window and to make it fixed there, no matter on which screen resolution my site is viewed. I've tried already doing it using the external movie with fscommand, as well as with Stage.align, but then it applies to all the loaded movies. The rest of the content should be centered.

View 1 Replies

ActionScript 2.0 :: Dynamic Movieclip Position On Window Resize?

Mar 4, 2009

am trying to have a moviclip on the top right corner of the flash movie no matter the size of the window like here.It works in the swf file but not in the html.The top right movieclip's position is set to

Code:
toggleFullScreenButton._y = 0;
toggleFullScreenButton._x = Stage.width-toggleFullScreenButton._width;

[code].....

View 1 Replies

Flash :: Professional - Player Remember Window Position After Exit?

May 18, 2010

How about make the Flash Player remember window position after exit? So that it opens in our preferred position everytime?

View 1 Replies

ActionScript 3.0 :: Blurry Images Due To Variable Movie Position In Browser Window?

Aug 12, 2009

I have this script on the first frame of my movie:

stage.scaleMode = StageScaleMode.NO_SCALE;
stage.addEventListener(Event.RESIZE, adjustLayout);
adjustLayout(); // run it once to initialize

[code]....

View 2 Replies

ActionScript 2.0 :: Get Contents Of Swf To Re-position Itself In Relation To The Resize Of Any Browser Window With Easing?

Jan 16, 2006

i'd like the contents of my swf to re-position itself in relation to the resize of any browser window with easing here's examples of what i.m aiming for only my swf is aligned top left }}} [URL]

View 2 Replies

Flex :: Placing Popup Window In The Middle Of The Main Window

Mar 16, 2010

I'm trying to place a popup window (TitleWindow) in the middle of the main application window. how do i set the coordinates of my popup window to be of the main application window? i tried the localToGlobal function but with no luck, I just can't get the main window x and y.

View 3 Replies

Actionscript 3 :: Detect Clicks Outside Of A Window For A Multi-window AIR App In Flex?

Mar 13, 2011

So I have this AIR app coded in flex where I have several floating native windows and what I want is to detect when a user clicks outside of a window so that I can close it. (I don't want to use the PopupManager Class and would want to use the native windows).

My question is, is there a way to detect a click outside of a spark window, or alternativley is there some root container/object which is a parent to all the native windows so that a click inside any native window would bubble up to it? (Apparently the stage object of the root windowed application is not that object since each window is not a child of the stage for the root application).

View 1 Replies

Flex :: Reload Main Window's Variable In Popup Window?

Aug 12, 2011

How to access main window's variable from popup window.

I create a popup window in the main window, and pass variable "content" to this popup window as following [code]...

View 2 Replies

Flex :: Resizing The Restore-window Of A Maximized Window

Aug 11, 2009

I have a window, the window I programmatically change the size of the window depending on the current view it is displaying. The user cannot resize the window them self, but they can maximize the window.

The problem is if the view is changed while it is maximized, the maximized window size changes, I do not want this, I want it to only change the size of the non-maximized window.

My first thought is to just check if the window is maximized, and if so do not resize it...but the issue there is then when it is restored at a different view then when it was maximized it will not restore to the new size it should be.

View 2 Replies







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