Flex :: Check When Application Is Run On A Developer Machine?

Sep 21, 2011

I know I could use "BrowserManager.getInstance()" to find out which from URL is my app running, but it doesn't work as I would expect (you can't read url in one line - you have to wait for an event).

View 2 Replies


Similar Posts:


Flash :: Check Web Application Status Written In Flex?

Jan 18, 2010

I have a typical web application that communicates in the following way: SWF file makes service calls to Java services (Remote object, over BlazeDS on Tomcat), which in turn communicates to database.

How do I implement a status check service (hosted on another domain) that will check if the ENTIRE app is up and running? Ideally, I'd make checker SWF that would load App SWF and called its function that would return something from the database (a naive service would count rows in table and hash it with MD5), but security constrains won't let me call loaded SWF's function.

Checking the java services only is not enough, as I am not checking the status of the SWF.

View 1 Replies

Flex :: Check The Performance & Memory Usage Of Flash Application At Run Time?

Aug 17, 2010

I have a flash application which consist of Grid Components, Button, Label, and Combo-box Components. All these components are used more than 70 times(simultaneously) with in the application. So Its takes too much of memory. So How can I test the memory usage of each component at the time of running. Is there any plug-in available for browsers to find the memory usage. I'm using flash CS3 and ActionScript 3.0. The application suppose to run in browsers.

View 4 Replies

Flex :: Any Way To Tell Developer That Methods Throws Exception?

Mar 30, 2012

Like java, you can specify that method you are calling throws certain exception.
For e.g.- public void getListOfAssessments() throws SQLException;
So, is there any way we can achieve this in ActionScript (Flex)?

View 2 Replies

ActionScript 3.0 :: Using Project Classes In A Flex Developer 4

Jul 15, 2010

I've got some nice little animations developed in an Actionscript Project in Flex Developer 4. They work great. I now want to be able to make use of them in a Flex 4 project. How to do this ? I'm guessing must be a SWC in the process. So many hits from google that I can't filter out the correct approach

View 4 Replies

Flash :: Flex - Developer IDE - Display With Coloring Keywords

Aug 11, 2010

I was wondering which IDE choice you flash developer use to write the code....I use Flex Builder for my AS3 only project so the code below will display nicely with coloring keywords. I wanted to know if there are better choices there...Also, does flash developer do the AS3 programming only? Do they do graphic design at all?

View 3 Replies

Actionscript 3 :: Check The User Selections On Dynamically Generated Radio Buttons And Check Boxes In Flex?

Jan 27, 2011

The following is my codes. This is still work in progress; so, you will see some functions with empty contents. Plus, this is my first Flex application; please bear with me. This is a quiz application that gets the questions and answers to each questions from a ColdFusion web service. There are three types of questions, True or False, Multiple Choice with single selection, and Multiple Choice with multiple selections. So, based upon the question type, the application would dynamically generate the appropriate amount of radio buttons or check boxes for the users to select. I got these working. The problem that I am having is, I am not sure how to check what the users have actually selected. In some other forums and posts on other web site, it said that I can use event.currentTarget.selectedValue to get the user selection. But when I actually do it, I got a run-time error saying, "Property selectedValue not found on mx.controls.FormItem and there is no default value." My question is, what do I need to do to capture the user selections?

[Code]...

View 1 Replies

Actionscript 3 :: Check First Run Of An AIR Application?

Mar 19, 2012

I want to check my AIR application is running in my system first time or not. Most of my searching lead to one answer that to write a file out side and check the file existing or not. But my requirement is different and if re install the same version again, then it should be a first run.

View 3 Replies

Flex - Getting 2032 Error (On Only 1 Machine)

Jul 21, 2010

I built an AIR app a while ago. One of the users today got a new machine (XP) and keeps getting a 2032 error when the app tries to send/receive data via HTTPService I verified that this page works when accessed within a web browser. It also works on AIR apps on other machines. The page and the AIR app haven't been changed for months, the only thing that has changed is this particular users computer. I recompiled to get a more specific error and this is what I got:

[Code]...

As I am writing this I had the user restart and relaunch the application, it is now working so I am not too worried about it,

Today (next day) It is happening again and restart isn't even fixing it today. It has to be something on her machine interfering causing the problem because I can run the program on any other machine just fine with no problem. Not sure what it could be or how to troubleshoot that?

View 2 Replies

Flex :: Read MAC Address Of Machine From Adobe AIR?

Jul 29, 2010

i want to read MAC address of machine from Adobe AIR. I am using flex 3 and AIR 2.how can i do thisthe main purpose is i want to install that product in only one machine

View 3 Replies

Flex :: Save A File On A Local Machine From A Web App?

Aug 24, 2010

is there a way to save, not save as, from an online flex app onto someone's local machine?asically, if a user opens a file local to their machine in an online flex app, is there a way to allow them to save it locally without going through dialog boxes and picking file names?

View 2 Replies

Actionscript 3 :: Check When Other Flash Application In Same Browser Is Already Using Camera?

Apr 16, 2012

I am having two flash applications on a same web page. Lets say one is already accessing the camera, then if i click on the second application, it will directly start using the camera. I dont want this. I need to check if any other flash application is already accessing the camera in the same web page. Let me tell you that we cant use Camera.getCamera() and check if the camera==null, this wont work, since the camera is available.

View 2 Replies

Flex :: Builder Simultaneously (verision 3 And Version 4) On His/her Machine?

Sep 6, 2010

I have Flex builder 3 already installed on my machine. Now, I want to use Flex builder 4 also (officially Flash BUilder 4) on same machine. Can I directly start with Flex builder 4 and import my Flex BUilder 3 project there w/o any loss ? If not then, do I need to first uninstall my current version (3) or can I keep both the builder versions simultaneously ? Also, are there any pre known concerns with the migration ? Will it improve/degrade the performance (My system has XP professional, Intel core 2 Duo, 2 GB RAM ).

View 1 Replies

Flex :: Know If The JRE Software Is Installed On The Client Machine Using Adobe AIR?

Jun 1, 2011

I want to detect if the Java Runtime Environment (JRE) is installed on the machine using Adobe AIR.

How do I detect that the JRE has been installed on the machine?

View 1 Replies

Flex :: AIR/Flash Player Connect To Another Machine Without Cirrus/stratus?

Sep 1, 2011

I dont want to connect to a server over socket. I would like to know if it is possible to connect from one AIR app on machine A to connect to another AIR app on machine B via sockets without cirrus. I'm not asking for someone else to do my work, I couldnt find any documentation or possibility of the above thing. My conclusion now is that it is not possible, but I would just like it to be verified by other people(experts).

View 2 Replies

Flex :: Flash Player Only Returns The Domain Name Of The User's Machine?

Nov 19, 2011

I have developed a flex application (Flex 4.5.1).I want the flex application to be used only by the domain names that I allow. As soon as the application is loaded, I check with the remote database if the domain name is valid.

The problem is that flash player only returns the domain name of the user's machine. What I want is the domain name of the website that the flex application is part of. For instance, if the webpage I browse for my flash application is[url]...., I need [url]...or [url].... Is that possible? Every method I have tried only returns the name of the website visitor's computer.

View 2 Replies

Flex :: Store Some User-specific Data On Machine Such As A History Of His Entries?

Mar 31, 2010

I am deploying a desktop application using AIR, and I would like to store some user-specific data on the machine such as a history of his entries.

View 2 Replies

ActionScript 3.0 :: Find Out Client Machine TimeZone In Specific Format Using Flex Date?

Sep 12, 2011

I have a requierement in my project that i need to store 'US/Eastern EST' and day light saving 'US/Eastern EDT'  in data base if client machine is in US/Eastern time zone. Because this gives clear identification instead of justing the chars like 'EST'. There is CDT in US region as well as Chaina too so can't relay just on three chars like 'EST'/'EDT'.

View 3 Replies

Flex :: Adobe AIR Application To Receive Back Events From Native Windows Application?

Oct 8, 2010

I'm trying to develop a simple mxml Flex application to start Skype from the AIR/Flashplayer runtime. Is it possible to get back events from a native Windows application? In the simple example of Skype, the OS returns control to the Flex app when Skype exits. But what about native applications which have their own event model and wants to communicate with the Flex event model. For example, a Face detection system which shows "Hello" on a Flex app when the camera detects a face. Can this be done in the current Flex framework?

View 1 Replies

Actionscript 3 :: Resizing Container On Resize Of Application Window In Adobe Flex/AIR Application?

Mar 4, 2011

I am working on an Adobe AIR Application. The size on Application window is 800X600 and is contains border container and border container contains many controls. What I want is to if user re-sizes the application then that container should also be re-sized according to scale. i.e If user maximizes or minimizes the window then that border container should also be maximized or minimized respectively.

View 3 Replies

Flex :: Come Back In Main Application On Click Of Logout Button Which Is In Application's Component?

Aug 4, 2011

How I will be back in Login Page after click of logout which is in application's component.

Project.mxml

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx" width="100%" height="100%"

[Code]....

View 2 Replies

Flex :: Delete Application Storage Directory Instance / Data When Uninstalling Any Air Application?

Dec 22, 2011

how can i delete storage directory instances or folder while uninstalling any air application. In my application when i first time run my application, application copy some data from application directory to application storage directory. now i want to delete all data and application directory folder also while uninstalling application.

I am doing that because when i launch any update then application is accessing old data which conflict with my application new features.

View 1 Replies

Flex :: Gui - Switch Between Different Applications(mxml File With Application As The Root Tag) In A Big Application?

May 16, 2010

I'm new to flex. Now I'm writing an flex application. I plan to split my application into some MXML files(Application as the root tag). How can I switch from one mxml to another?BTW, what is the best practice for design large flex application? Just one MXML Application and many MXML component or many MXML Application?

View 1 Replies

Actionscript 3 :: Using External Xml Data In A Flex Application Without Compiling The Source Into The Application?

Jul 15, 2011

I want to read xml data to a mxml application from a xml file on my filesystem. The example I found was for AIR,link2, link3. But I want to target the Flash Player runtime. If I use the the tag, I can do it; however the xml compiles into my swf. How can I retain the xml file in my release build?

View 2 Replies

Flex :: SystemManager.addEventListener Of Sub Application Is Not Working In Main Application?

Mar 31, 2011

i used systemManager.addEventListener in sub application...... it is working well....but when i load sub application into main application through swfloader it doesnot working..

View 1 Replies

Ios :: Embed Adobe Air / Flex Application Inside A Standard Application

Aug 29, 2011

I have a native (Obj-C, standard Xcode project) application and I'd like to integrate a partners iOS application (or specifically, it's functionality) into it as just another view in my application. The problem is that their application is a Flex/Air app. I really don't understand the Adobe compilation process on how it gets from a bunch of flex code down to an IPA. I don't see intermediate projects, shared objects, etc on the disk to produce that IPA. It looks like it doesn't rely on the Apple tool chain... as I understand it, you can produce the IPA on Windows as well. Is there any way to build that Flex app in such a way that I can import it into Xcode so I can link against it and use it as a library from within my application? While I specifically used iOS as an example since that is the most important platform, we'll want to apply this solution to our respective Android and Blackberry 6 apps as well.

View 1 Replies

Media Server :: Use Of The Developer Key?

Jan 26, 2011

I am trying to create a multi-player game and I found a VideoPhone sample that each client must have a key. But in this forum, I found a MMORPG that do not need any key for login.How can I do to implement this?

View 7 Replies

C# :: - Web Developer Moving To Winforms

May 20, 2010

I have been doing ASP.NET / C# development for several years now. I have recently been offered a project that will need to be a winforms application (I am assuming .net 2.0).

[Code]...

View 1 Replies

Best Design 2 Developer App For Flash

Aug 11, 2009

Does anyone know which programs work best together with flash for importing graphics that are vector based. I need to know what program a graphic designer should use, so the programmer (me) can easily import the design into flash without much fuss. I know that illustrator is kind of good, but i heard that you could also use indesign.If you know of any limitations or little quirks one has to watch while exporting importing to / from flash or illustrator, had a problem with an illustrator file once that used many effects, it crashed my flash ide durring import.

View 1 Replies

Flex - Application.application.nativeWindow.activate() On Windows?

Dec 8, 2009

I have an AIR application with a system tray icon. When clicked it shows and activates the app. This is working as expected when the app is hidden (docked), however if I select another application so my app is in the background clicking on the system tray icon does nothing.

Oddly I also have a contextual menu on the system tray icon, which has an option to restore, this calls the same event handler as ScreenMouseEvent.CLICK, yet works.

I expect it's something to do with the contextual menu changing the focus, perhaps it's a bug in how AIR works with the system tray, perhaps it's just something I'm missing. Would be good to know if that's the case.

View 1 Replies







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