Flex is a framework for developing Rich Internet Applications that run in Flash Player or Adobe Air.

learn more… | top users | synonyms (2)

0
votes
1answer
3 views

Flex As3 - Static Variable

How can i preserve a variables value , so that i can re-use that when i run my application again ? What i've tried to do is: package content.util { public class StaticTest { public ...
2
votes
1answer
19 views

Regular Expression in flex to match any word except

I have this regex in Flex to find every 2 letter capitalized word: [A-Z]{2} printf("Found %s", yytext); But how can i print every word except SN ?? Thanks!!
0
votes
1answer
13 views

Flex Mobile validateNow() not working

I have a long and busy for loop which is supposed to addElement on the stage iteratively. Since it takes several seconds to execute the whole loop (i=1:N), i just want to refresh the stage at each ...
0
votes
1answer
24 views

Log and Record Externally loaded SWF in FLASH AS3

I have loaded an external SWF in my flash application and showing it in a space. As the external SWF is a sub-part of my main flash application, I would like to know a way to record , trace or log all ...
1
vote
0answers
15 views

Unable to test in app purchase in my BlackBerry Playbook

I have updated a sample test application in BlackBerry Vendor portal to test the in app purchase and I hold the application in draft. Now when I check with my BlackBerry Playbook to get the sample ...
1
vote
1answer
20 views

filling data grid with array collection of values objects from java

I would like to do statistics in flex. I have recuperated my array list from the java service when i clicked on a button and i recuperate the end and finish date of statistics when i test the return ...
0
votes
0answers
12 views

Facebook Actionscript Api no Error Feedback Messages

I am developing a little mobile project using facebook-actionscript-api. Things are working fine I am basically using pieces of code from example files. But i'm not receiving feedback messages or ...
0
votes
1answer
29 views

Flex - RegExp replace is not working using variable

Must be simple fix but I cannot see for the life of me what I'm doing wrong. I've tested the reg expression in an online tester and it works, so assuming it's Flex dependent problem. Here's my code ...
0
votes
1answer
15 views

Accessibility tool JAWS vs NVDA for flex air application

I have a flex AIR application and trying to add accessibility to it. I tried to use JAWS demo version doesn't seem to work well at all. It doesn't detect the names of my text input all the time and ...
0
votes
0answers
37 views

Good tutorial for flex 4 in flash develop

I'm looking for a good tutorial, which shows how to develop Flex 4 Apps with AS3 background in Flash Develop. It should show how to create a Main.mxml with controlled by another Main.as. Is there a ...
1
vote
1answer
27 views

How do I prevent the escape key from closing an alert in Flex 4?

Attaching a keydown/keyup event listener to the stage and trying to stop the even this way doesn't work. Any working methods?
0
votes
1answer
14 views

adobe flex embede font don't show in the Text tag

<?xml version="1.0"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" paddingTop="0" paddingLeft="0" paddingBottom="0" paddingRight="0"> <mx:Style> .top ...
0
votes
1answer
10 views

How to remove rollover color in Link Button in flex 2

How do I remove the rollover background,selection color from link button in flex 2.Please help.
0
votes
1answer
18 views

Flash Mobile app: different RAM consumption on device and on profiler

I'm profiling my flash mobile app and I noticed that the RAM consumption is different when the app runs on device or on the Flash Builder profiler (I'm using Flash Builder 4.7 + Apache Flex 4.9.1 + ...
0
votes
1answer
17 views

Desktop Air Application Accessibility

I'm trying to add accessibility to my application. I still can't figure out exactly how accessibility works in spark components. I'm on window's platform with the narrator function enabled. All I ...
0
votes
2answers
19 views

Flex : addChild and removeChild Vs setting visible and includeInLayout properties to true and false

this is a very generic question. In a heavy mxml in flex I need to add a bit of ui which will be shown n hidden based on users actions. I want to know purely from performance perspective which is ...
0
votes
0answers
10 views

Error in Java function call using BlazeDS after recompiling java class in new java version 1.7.0_21

Can somebody tell me what this flex stack trace means. I am calling a java function from flex using BlazeDS. The class all worked fine, but now I've recompiled the java class using java version ...
0
votes
1answer
18 views

Spark BusyIndicator not working

I have a busy function taking several of seconds to be executed. At the top of the function I set my busy indicator to be visible and at the bottom I set it to be invisible. But the display does not ...
0
votes
1answer
18 views

how to Change the text color of one column on datagrid when user enters data on other column

I had a very simple problem that, I had a spark datagrid of 3 columns in which 2 columns will be with data and the third column is an empty column with text input as itemeditor. So what ever the data ...
0
votes
0answers
17 views

PHP Compare Two Variables Results In “stdClass could not be converted to int”

I am trying to use a simple compare function of the results of a MySQLi database query but I keep getting "stdClass could not be converted to int" for the following code snippet: $stmt = ...
0
votes
0answers
17 views

playing flv on flex mobile :Only the sound is working

I'm playing an flv video from flash media server to my flex mobile project: It's working on the flex simulator but when i test it on the device got only the sound and the video is black.Can any one ...
0
votes
0answers
9 views

flex 2048 security sandbox

application running fine on localhost. but when I change localhost to my ip it says swf can't load from localhost/[contextroor]/messagebroker/amf .... when I am giving same url to other it is giving ...
0
votes
0answers
35 views

Flex/Action script programming - listener is not being removed properly?

I am totally new in flex programming and in my code I feel like the listeners are not being removed properly. Below is the code as an example of what I did. For the first time this code is executed ...
0
votes
1answer
16 views

Including External File's Variables In PHP Class For Use In Adobe/Apache Flex Service

Basically what I am trying to do is relocate the database access variables (username, password, etc) to an external php file then include that file in the services. So, here's my service code that I ...
1
vote
2answers
24 views

Form style layout - without s:Form

I want a layout similar to the example image, but I don't want to use Spark Form. What's the best way to achieve this? Each label is aligned right Each item is aligned left Label and item are ...
0
votes
2answers
16 views

Multiple cell selection in DataGrid Flex 3

I'm using a DataGrid object to diplay data in a table. Is there a way to allow multiple cell selection with DataGrid? I've seen it's posible with AdvancedDataGrid but I want to keep this as a last ...
0
votes
1answer
13 views

Flex: How do you use pushView() to access a specific state of a certain viewClass?

From a viewClass called TheFirstView I want to "move" to a viewClass called TheSecondView with the state SpecificState. I know how to get to the TheSecondView, the code is: ...
0
votes
0answers
10 views

Recreate shared Objects at client-side if disconnected (Flex and FMS)

I have a problem, at client-side(I am using flex). When the user disconnects and reconnects back, I am getting null object reference at shared objects. Do I need to recreate(i.e reinitialize) the ...
0
votes
1answer
12 views

Flex - Transparent Tree component

I'm using a tree component to show a menu, but I need the background to be transparent. How can I do this? :) I could make a new "skin" or create a new class (using the old tree) where I remove the ...
0
votes
0answers
18 views

How to set the Box size in styles

<fx:Style> @namespace s "library://ns.adobe.com/flex/spark"; @namespace mx "library://ns.adobe.com/flex/mx"; mx|Button { color:blue; cornerRadius:10; } ...
0
votes
0answers
11 views

I need an equalizer for my live audio stream

I have tried to use jwplayer and flowplayer, for jwplayer I have found some equalizers but they don't work for live audio streams, I need to have a "monitor" for my live stream, so I tought I could ...
0
votes
0answers
13 views

How to set background alpha for fxg in swf?

I loaded my fxg file from swf in my project. It's how i did this: var loader:SWFLoader =new SWFLoader(); loader.load("output.swf"); map.graphic.addElement(loader); Background in fxg ...
0
votes
1answer
17 views

How to create radar chart in Android app using Adobe Flex 4.6

A solution that works both on Android mobile application using Adobe Flex and desktop application using Adobe AIR is preferred. I guess this should be a basic feature, without extended support from ...
0
votes
0answers
21 views

flex mobile :not getting a response from php service

i'm building a flex mobile application that communicates with a simple php service.Here is the flex client code : <s:Label text="{myRemote.lastResult}" x="50" y="50" /> <s:Button ...
0
votes
0answers
10 views

adding multiple locales create huge size swf

I have a simple flex (flex builder3) app with localized text. I need to add multiple locales to it. With two locales file size was around 500KB and now i have added 4 more locales and the size has ...
0
votes
0answers
30 views

Check if uploaded image is CMYK in ActionScript 3.0

Is there any way to figure this out which user uploaded image in our flex project is RGB or CMYK? Something like using byteArray and check the specific place of CMYK/RGB header on it...
0
votes
0answers
24 views

Window messages Adobe AIR

Is there a way to send Window Messages to applications (Message Queue @ Windows) through Adobe AIR app? I haven't found anything after extensive reading of adobe docs and googling.
0
votes
0answers
26 views

Flex: Resizing content dynamically cause container issue

I've got a Flex application with a ViewStack and specific width and height. Using javascript I'm using external interface to resize the app width (app.width = new width) dynamically. The problem is ...
0
votes
0answers
15 views

Flex mobile App - how to share data between apps

how do you share data between apps with a Flex mobile app? For example, on Shazam, you can share the tag info - you click the 'share' button, and it lists a number of apps to share the tag with, for ...
0
votes
1answer
22 views

keep track of different kind of users once they are logged in

I'm building a mobile app using flex mobile that have two kinds of users:Regular users who have to register and login and facebook users who can login using their facebook account.Then each user can ...
0
votes
2answers
38 views

Detect changes to global coordinates

Problem How can I detect changes to the global x y coordinates of a component (from within the component). By global coordinates, I mean coordinates relative to the stage, not the container. It's ...
0
votes
0answers
12 views

Flex DataGrid with larrge number of columns

I have a Flex DataGrid with large number of columns, and the rendering tooks too much time ando sometimes it ends with timeout(function timeout). Is there any strategies to improve the performance ...
0
votes
1answer
17 views

SaveDialog in Flex passes FileName and Path to Server Side C#

So I've got a flex project that runs on the desktop. I've also got server side C# code that I run to export some data into a PDF when ever I click a button on the flex application. Currently I just ...
0
votes
1answer
14 views

How to dynamically change FXG file?

I load my fxg and it's fine. But I want to change my fxg file in runtime, then i want to refresh my browser page and see my changes. Is it possible to do in flex?
0
votes
1answer
8 views

how to highlight the selection of a top level menu (without selecting)in Flex MenuBar component?

I'm using a mx:MenuBar component in my application for navigating to different views. Say for e.g, Home | IPL | EPL | ATP are the top level menus in my MenuBar. The 'Home' menu does not have any ...
0
votes
2answers
31 views

SSL accepting self signed certificate in ActionScript 3

i am trying to use SecureSocket connection to server. i am using FlashBuilder 4.6 that has SecureSocket class implemented. the problem is that after creating SecureSocket object and calling connect ...
0
votes
0answers
22 views

Error #2148: Exception when downloading a file

I am getting the following exception when i try to download a file in a local Machine: As it is just a work around My requirement is to show the file in local in the download option. But i am getting ...
0
votes
1answer
14 views

Manually scrolling through list

I need to manually handle the scrolling through a list using the arrows keys, while i successfully handled the changing the selection through the items, if the list is bigger than its display and ...
0
votes
0answers
10 views

Flex 3 - Why change index when checkbox event

<mx:AdvancedDataGrid id="result" width="100%" height="100%" dataProvider = "{ mainSearchList }" > ...
0
votes
0answers
24 views

Adobe flex can't load module using ModuleLoader

Main.swf <?xml version="1.0"?> <!-- modules/StyleModLoaderApp.mxml --> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" ...

1 2 3 4 5 416