Flex 4.6 is for issues in version 4.6 of the Flex SDK. Flex SDK is an open source framework for building and maintaining mobile applications and also web applications that deploy consistently on all major browsers, desktops and operating systems.

learn more… | top users | synonyms

1
vote
0answers
57 views

Different Behavior found when compile option - keep-generated-actionscript (SDK 4.6.0)

Is [Bindable] meta tag need to be added in the subclass if the [Bindable] property is overridden? ParentClass [Bindable] public get enabled: Boolean public set enabled(value:Boolean) SubClass ...
0
votes
1answer
69 views

How to launch 2 applications in Flex mobile?

I am building 2 applications in flex mobile. These applications should communicate together (a kind of chat system). My problem is that I cannot run 2 applications in Flex Builder at the same same: ...
0
votes
0answers
180 views

how to print datespinner date in Flex mobile?

My application uses DateSpinner. It displays localized months in the spinner (french) But when I try to get the selected date I got (dateSpinner1.selectedDate.toString() Tue Oct 2 19:36:41 GMT+0200 ...
1
vote
0answers
45 views

TextArea in Flex 4.6 on Android not showing

My Text Areas sometimes show sometimes dont, if I go to screen saver and back then they show. Any ideas how to get ride o this behavior? Regards Craig
0
votes
1answer
426 views

Flex 4.6 SplitViewNavigator - Display / Hide Navigators

I have just started a new project and am looking to use the SplitViewNavigator layout for some of my screens as it lends itself well to what I'll be doing. However not all of the screens should use ...
1
vote
1answer
909 views

Flex 4.6: could not resolve <mx:DataGrid> to a component implementation

I'm very new at this. Building a "Flex Application" mobile app for Android devices. Running the latest Flex/FlashBuilder (4.6). Looking at Project Properties: Builders: Flex & AIR application ...
0
votes
0answers
71 views

Strange Flex 4.6 error about RPC Fault

I'm facing a very strange error message in my Flex4.6 web app. I have a datagrid which updates a MySQL db via JSON. When the user input is up to 13 records (datagrid lines), everything goes well and ...
1
vote
0answers
100 views

How to get flex 4.6 mobile application as SWF?

I am running a flex mobile application. The goal is to create a SWF file from the same project without having to rewrite a new project. I followed this tutotial mobile flex to swf But this gave me a ...
0
votes
2answers
175 views

flex 4.6 mobile application: can I make .exe from it?

I am developping a mobile application with Flex4.6. I could create an output for ipad and android. I could also create an AIR application. Is that possible to create an .EXE for PC from this AIR ? ...
2
votes
2answers
562 views

Extrnal swf plays very slow on iOS

I'm writing an application using as3 and adobe air that loads external SWF files and plays them internally in the application. The container works just fine with android and the animation of the ...
1
vote
1answer
153 views

How do I rotate StageVideo 90 degrees

I have a mobile application that I am going to allow for landscape mode when you are playing stagevideo. I'm farmiliar with creating a veiwport and getting stagevideo to play on ios. I am detecting ...
0
votes
1answer
56 views

Using two Events

I have a little issue related to the events MOUSE_MOVE and TransformGestureEvent.GESTURE_ZOOM. I want to distinguish both events, when I'm zooming an object MOUSE_MOVE should not act. In the ...
0
votes
2answers
231 views

Can we change the minimum Flash Player requirement for Flex 4.6 SDK to 10.2?

Is it possible to change the minimum Flash Player required to version 10.2 for Flex 4.6 SDK? Currently the minimum required by the SDK is 11.1. If it is possible to change it what would happen when ...
0
votes
0answers
150 views

Flex + Java store audio file on server

I'm trying to store recorded audio message from Flex Mobile in remote server. On the server side I'm using java. When I record something it records and I'm sending ByteArray to server (BlazeDS) which ...
0
votes
0answers
192 views

Could not resolve <s:View> to a component implementation

On projects that used to work just fine I'm now getting a, "Could not resolve to a component implementation." error. It's preventing me from compiling them and I don't know what if anything has ...
1
vote
1answer
162 views

monetization methods for adobe AIR mobile apps

I am developing android apps usin adobe flash builder with sdk 4.6. can anyone please tell me what are monetization methods I can use apart from Admob. I used to use airpush and startapp with android ...
1
vote
1answer
59 views

Fisheye Menu for AIR application

I am trying to implement FIsheye menu in an AIR application using flash builder 4.6. I am using the bitmapTile.as class to load an image into the item-renderer. can anyone please tell me how the data ...
1
vote
2answers
385 views

Restricting TextInput to email characters only

Using Flex SDK 4.6, I'm trying to restrict a TextInput field to email characters only as follows: textInput.restrict = "a-z A-z 0-9 \- _ @ ."; However when I run my application, the TextInput field ...
1
vote
2answers
538 views

Convert flex web project to flex mobile project

I have a flex web project and I want to convert it into flex mobile project. What is the best way to do it. I know this is not recommended, however it is possible?
0
votes
1answer
261 views

Eclipse indigo 3.7.2 java/flex 4.6 project remote objects not working for default?

I have flash builder 4.6 plugin installed on eclipse indigo 3.7.2 x32 (couldn't install flash builder on juno), and deploying as an ear on a jboss 7.1 server testing on localhost. So after creating a ...
0
votes
2answers
449 views

flashdevelop for game development

I'm trying out flashdevelop for flash game programming. I've searched around and any good resource tells me the flash IDE way of doing things. searching again, i come across flex, mxml, flex sdk. I ...
0
votes
1answer
79 views

Performance of spark.effects.Effect classes

I'm trying to determine the performance of the Spark Effect classes. I'm not sure how to determine this. There are a couple of properties that look like they might increase performance. The ...
0
votes
1answer
321 views

Flex4 List itemRenderer isItemSelected() method

In flex3, List has isItemSelected() method, but I didn't find them in flex4. My scenario is determining whether the current ItemRenderer is selected or not, and then depends on the selected value, do ...
0
votes
0answers
135 views

Debbuger failed to connect. Flash Builder 4.6

I know this issue or bug, is well known here, but i only read problems with flex apps and im trying to debug an Air app, i've read almost all about this problem but i cant found a solution for this. I ...
0
votes
2answers
154 views

Flex Vgroup Absolute positioning of components

I have a Vgroup with some components aligned par with its layout properties(vertical). I need to add one more component at an absolute X,Y position, overriding the alignment. I tried ...
1
vote
1answer
98 views

Does Adobe iOS packager work on linux?

We use ant command line script to build ios flex application via adt (flex 4.6 air 3.3). Sample: <java jar="${FLEX_HOME}/lib/adt.jar" fork="true"> <arg value="-package"/> ...
1
vote
1answer
206 views

Reorder list rows in flex mobile app

How can I let the user reorder the rows of a list in a flex mobile app? You know, you see it a lot in native iOS apps. Usually you hit an Edit button at the top of a list view. Each row then gets a ...
0
votes
1answer
446 views

Flex mobile - increase list scrolling performance

Imagine a tablet app that displays two content areas side by side. They completely fill the display, so are 100% in height and 50% in width. Lets assume we add a list to one container. Naturally this ...
0
votes
1answer
276 views

json to data class Flash Builder

I need to access a database using HTTP Get and in the URL have underscores and parameters starting with $ signs: "https://mydataservice/__query&$format=json" I tried every thing but Flash ...
0
votes
1answer
286 views

Fonts look strange after migrating from flex 4.1 to 4.6

I'm migrating from sdk 4.1 to 4.6. And now fonts look weird. 4.1 4.6 You can notice, that in 4.6 fonts look more smooth. Font declaration: @font-face { src: url("/assets/UNVR57X.TTF"); ...
0
votes
0answers
164 views

Adding shining (glare) effect to a SpriteVisualElement

In many flash games when a player wins some virtual money, the coins will be first placed at the playing board, shining or glaring, to invite the user to touch them. And then they will fly/tween to ...
0
votes
2answers
521 views

Write to Log file in Flex 4.6

Is there any way to write to a text file in Flex 4.6? Its a desktop app for AIR. I would like to write the data from several arrays, as well as the time and date.
0
votes
0answers
149 views

FlashBuilder 4.6/AIR - Force Menu to be shown in Ice Cream Sandwich

I am creating an App in FlashBuilder 4.6 using AIR for Android. I make use of the Menu button for additional functionality in my App. In ICS, the menu button is not always shown in every application ...
0
votes
0answers
147 views

Flex Mobile Error 1144: Interface method initialize in namespace mx.core:IUIComponent is implemented with an incompatible signature

I got this error when combining code from another machine with my original code, but both halves were working before. Adobe Flex Mobile Error 1144: Interface method initialize in namespace ...
0
votes
1answer
493 views

Accessing values in Flex Object result from Zend AMF originated as PHP associative array

I cannot access values in Flex Object (ArrayCollection) after I receive it from Zend AMF. The original type sent is PHP associative array which is simply returned like return ...
0
votes
0answers
169 views

How to play a video file in flex4.5 android mobile application

I am trying to play a video file in Flex4.5 mobile application but i am not able to do it. So can you give me idea, how can i play video in Flex4.5 mobile application. I am trying to play .flv video ...
1
vote
1answer
448 views

drag image over image and positioning dynamically in flex mobile

I'm using Flash builder 4.6 for mobile applications. I need to drag an image over another image in a container and I have to initially position the draggable image with dynamic positioning by getting ...
0
votes
1answer
87 views

Screen dimensions not updating in time for bindings, Flex Mobile

I have an app that is displaying images. It resizes them based on screen rotation, usually setting "picwidth = screen.width", where "picwidth" is an attribute that the width of each picture is bound ...
0
votes
1answer
419 views

Merge two sound files into a new file

How can merge two sounds and save as a new file?. One sound is a loaded mp3 file and the other from the microphone. Then I need to upload this sound into a server. Is this possible?
0
votes
0answers
110 views

Flex 4.6 Notification actionData

I'm trying to create a action when a user receives a notification. The user click on the notification and goes to a view.UserList. The problem is that when I click on the notification it just opens ...
0
votes
0answers
99 views

Adobe Flex Mobile App TextArea selectRange issue

In a flex mobile app, when I set text attribute of a spark TextArea and call selectRange function with values 0 and 0, it does not set the selection properly. Immediately after it I call ...
0
votes
2answers
227 views

Adobe Flex, better place than creationComplete to load data?

What is the most appropriate place to call an HttpService to load data to display in a view? I was reading creationComplete is not the best callback for this, but can't find any better answers. My ...
1
vote
0answers
467 views

Flex 4.6 Popup Menu using ItemRenderer and RadioButton

<?xml version="1.0" encoding="utf-8"?> <s:VGroup xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" width="300" height="300" ...
0
votes
1answer
89 views

Set datechooser “event” based on “if”

I have a dateChooser in an app I'm working on; the app is to submit time cards. I'm trying to figure out a way to set a color based on number of hours submitted -- i.e. red for less than 8, green for ...
3
votes
1answer
3k views

Away3D Context3D not available

I'm checking out Flash's 3D capabilities with Away3D, and I'm following the tutorial here. I've run into a major problem though. Everytime I run my project in the browser, I get this error: Error ...
1
vote
1answer
307 views

Swap between images based on if statements in Flex 4.6

I'm working on a project and I have 5 images in a row. These images need to change (red, yellow, green) based on the outcome of an if, if else, else statement. I have some javascript that will do it ...
1
vote
1answer
186 views

Flex 4.6 transform generic Object to Class Instance

Hey when I have an "Object" instance that doens't belong to any other class, how can I cast this to a class instance? Example A simple User class public class User { public var name:String; } ...
0
votes
2answers
585 views

Flash Builder (Mobile) - Dynamic Web Service URL

For my Flash Builder 4.6 Project I have a http service defined which looks at a url from our website. What I'd like to be able to do though is to change the web service url on the fly within the ...
0
votes
1answer
552 views

how to read SD card data in android mobile application?

I am building an android mobile application in Flex 4.5, Which will read some data from SD card and display data in container like image. But i am not able to access SD card in flex mobile ...
0
votes
0answers
186 views

how to write data in SD card in flex mobile application?

I want to copy a file/folder from app-directory to SD card when application initialize. I used all three ways of writing data in flex. Please follow the code below: var sFile:File = ...