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

4
votes
0answers
33 views

On mouseover how to highlight an object's point so that I can draw connector from highlighted point

I want to develop similar features as in http://www.cacoo.com for connector.Please somebody help me its urjent.
4
votes
0answers
30 views

How to perform copy paste operation of a line drawn by mouse on Group container?

I am working on a project where i need to perform copy and paste operation.I draw a line with the help of mouse on Group container.Now i want to paste it.Please provide me the solution...........
3
votes
0answers
19 views

In flex how should I copy and paste connector connecting two object

I have dragged objects from Diagram Palette on to the Group container.After that I clicked on connector button and then connect dragged objects by mouse move.Now i want to perform copy and paste.On ...
3
votes
0answers
217 views

Does the latest Flex SDK support iOS 5.1?

We developed an iPhone app using Flex SDK 4.6 some months before and it worked fine (although it is slow). However, today the app cannot be installed after users upgrade to iOS 5.1. Does the ...
2
votes
0answers
124 views

Unicode that is not recognize properly

I'm using in Unicode in my application using for(var i:int=0;i<16;i++) { for(var j:int=0;j<16;j++) { button = new Button(); button.x = j*35+10; button.y = i*20+10; ...
1
vote
0answers
24 views

Add AS3 worker Flex 4.6

i try to use worker library in flex SDK to create true multi-threaded applications , i using Flash Builder version 4.6 and i update my Adobe AIR to 3.7 . What is the steps to using workers library ...
1
vote
0answers
30 views

Flex mobile: waiting view is rendered before pushing the new view

This is a big problem I have, especially with non-embedded images: After a navigator.pushView some elements are rendered DURING and AFTER the transition is occurring. Causing transition jittering and ...
1
vote
0answers
20 views

Connector for connecting two diagram in flex4?

I have drawn a connector connecting two diagram but i am not able to select connector so that i can perform operations like copy paste resize.But i am able to select diagrams.Please guide me......
1
vote
0answers
49 views

swap 2 values in a flex spark list with animation

I use Flex4.6 <s:List useVirtualLayout="false" dataProvider="{questions}" itemRenderer="myrender" /> My goal is to swap 2 items of the list and include a slide animation between them. ...
1
vote
0answers
14 views

How to select all display object drawn on group container on mouse drag?

I'm using actionscript3.0 and flexbuilder4.6.I am unable to select object drawn by pencil on group.suggest me right direction.
1
vote
0answers
25 views

How to select diagram drawn by pencil on group so that user can resize and rotate it?

I have drag some diagrams from Diagram palette and some diagram drawn by pencil.Please suggest me the right flex code.Please help me.........
1
vote
0answers
62 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 ...
1
vote
0answers
47 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
1
vote
0answers
103 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 ...
1
vote
0answers
163 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 ...
1
vote
0answers
475 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" ...
1
vote
0answers
424 views

Flex Embedding Roboto Font - Transcoding error?

I've spent hours on this and it makes no sense to me. I'm really hoping someone can help me out. The code below will not compile because I get: -unable to build font 'robotoRegularNoCFF' -Unable ...
1
vote
0answers
291 views

cannot access property or method of a null object reference(navigate.push view)

<?xml version="1.0" encoding="utf-8"?> <s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s=" library://ns.adobe.com/flex/spark" title="Horizontal Paging" xmlns:views="views.*" ...
0
votes
0answers
14 views

Trying to post client facebook feed in AS3 / AIR application

I am building an application for a client who wants their facebook news feed to be shown. I can get the JSON data, however the access token keeps expiring. Is there anyway to either persist the ...
0
votes
0answers
25 views

is there anyway to zoom To Fit All Markers in the map using Google Maps v3 for AS3 - BETA 2.0

I'm using the library Google Maps V3 for AS3 BETA 2.0 with flex flash builder 4.6, I was wondering is there anyway to zoom To Fit All Markers in the map. the link to the library : ...
0
votes
0answers
26 views

Flex GestureZoom scroll not working

I'm able to zoom in and out using TransformGestureEvent.GESTURE_ZOOM event for my Ipad application. But scrolling it's not working. So how to scroll object which was scaled in order to see rest of ...
0
votes
0answers
33 views

Flex 4.6 Mobile: Play a local video

I'm developing an application that needs to have a video but without having an internet connection. I searched for a straight forward solution but I couldn't see a clear one. Can I embed the video? ...
0
votes
0answers
44 views

How to stop overriding save method in spark datagrid when clicking a button

I had a main application like this <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" ...
0
votes
0answers
23 views

connecting to php flash builder error

I'm getting an error in flash Builder when I'm trying to connect to PHP either on my localhost or webhost that says "unable to connect to database using specified connection information" and at the ...
0
votes
0answers
18 views

Flex mx:window transparency control

I am working in flex 4.6 air application in which i open a mx:window (new window). How can i control the transparency of this this window by using slider value.I mean if i change the value of slider ...
0
votes
0answers
64 views

http error 405 with mobile flex application

i am having an issue everytime i try to upload an image from a flex mobile application to an IIS directory and this directory is configerd to be web application i get an HTTP error 405 'method not ...
0
votes
0answers
16 views

How to add updated text which is in text Area to be added on Rich Text?

I have write something in text Area.After that applied properties like bold,italic etc on subset of text in text Area.Now I want to add this updated properties to be added with text in ruch Text.
0
votes
0answers
76 views

Issue in mouse rollover and rollout in flex

Im new to flex, so it might be a silly question, but I have to ask. I have a bottom slider canvas which should come out on rollOver and go in on rollout which I achieved 90% but, the canvas is going ...
0
votes
0answers
36 views

How to Applying operations like bold,italic,color etc on selected text of rich text?

I have a dragged object(like rectangle).when I double click on rectangle rich text will become visible and I can write text on rich text and applying operations like bold,color etc.After applying all ...
0
votes
0answers
12 views

Copy paste of dragged object in flex after updating text of rich text?

I have dragged an obect .This object contain a rich text.When I double clich on rich text to update or change its content.I am not able to get updated text.I got previous text.How shoul I get updated ...
0
votes
0answers
12 views

In flex how should I copy and paste line drawn on group container?

I have drawn a line on group container.Now if I want to perform copy of that line i am unable to do that .How should I do that.Help me.....
0
votes
0answers
30 views

FileStream security error

I am developing multithreaded application in Adobe Air 3.6 with Flex 4.6. I am using FileStream class inside the Worker thread which is created in separate SWF file. When I declare the variable like ...
0
votes
0answers
122 views

Play swf file using flex like Virtual Girl

I am working on Flex 4.6 Air application in which there is a list and the data is transparent background swf file. My problem is that when i double click on the list item the respected swf file should ...
0
votes
0answers
49 views

flex how to reorder a list without refreshing its content?

Here is a screenshot of my application. This is a <s:list> component with an itemRenderer When pressing up adn down buttons, the item should go down, up without refreshing the whole list (this ...
0
votes
0answers
84 views

How to retrieve Session data in flex Remoting?

I am doing a simple log in for the users. I want to store the userId and the password in a session so that I can access it later any where in the application. I saw this example online I using ...
0
votes
0answers
40 views

Updater issues in flex adobe air

My Main-app.xml is as <?xml version="1.0" encoding="utf-8" standalone="no"?> <application xmlns="http://ns.adobe.com/air/application/3.1"> updater_config.xml is as <!--?xml ...
0
votes
0answers
49 views

Flex mobile: Panel with SQL data

I am new to Flex and I am trying to find a way to accomplish this in flash builder. Here is an overview: I am creating an app that saves logs for a car in an SQL database. Each car has its profile ...
0
votes
0answers
159 views

FlexPaper - Cannot load remote SWF files into AIR application

I'm trying to load a SWF into a simple app for test purposes. The SWF has been compiled using swftools-0.9.1 using the following command: /usr/bin/pdf2swf 10993.PDF -o 10993.SWF -f -T 9 The SWF ...
0
votes
0answers
70 views

swfaddress setValue() with amazon s3 bucket

For my flex apps deeplinking, I use swfaddress 2.4. It works before but now problem occurred when I migrate my flex apps to be hosted on Amazon S3 bucket. I have done this: policy file set on each ...
0
votes
0answers
57 views

layer concept in flex using mxml

I am new to flex development, i am using flashbuilder 4.7, flex4.6 for making mobile application. i want to make a footer for application navigation on mobile devices footer is always above the other ...
0
votes
0answers
129 views

label focus color and label focus visibility in flex 4

There is any way to define label focus color and visibility in flex 4.5 and how to set label border color.
0
votes
0answers
179 views

Flex 4.6 click event handler function executes twice

I am stumped on this one. I have googled with no luck in finding an answer to my issue. I am sure it is my validation function but I just don't see it. I am trying to validate all of the validators ...
0
votes
0answers
232 views

Flex Mobile: Swipe and ToggleSwitch gesture confusion

I am trying to use swipe gesture in my mobile app to move between views, and followed the tutorial from here: ...
0
votes
0answers
64 views

Stacked Column chart with area series

I have a requirement in flex like, i want to display 4 series in Column chart. In that 2 are column series(not stacked) and 2 are area series(stacked). How can i make those two area series in column ...
0
votes
0answers
64 views

Performance Issue with flex charts in Ipad application

I Have created charting application in Flex4.6 for IPad, when i run the application in IPad to load the charts is taking long time (15 - 20 secs). Is there any performance issue with flex chart ...
0
votes
0answers
39 views

Styles not picked up in library components

I have a Flex project and Flex library project. I have view components like MyGroup and MyContainer defined in the library. In the Flex project I have the Application, MyApplication, and in that a ...
0
votes
0answers
48 views

Video scrambled display in Adobe Air

I have two Flex applications that I am attempting to use to display the same video (one at a time, of course!). One of these applications is a web client that displays the video using a VideoDisplay. ...
0
votes
0answers
89 views

mx:tree methods Flex 4

I'm trying to create lazy-load mode mx:tree. When you click a node, it'll make a service call and will add children objects to under clicked node. The problem is that I don't know how to control each ...
0
votes
0answers
51 views

How to prevent softkeyboard disappearing in iOS using Flex

I have 2 textinputs. When i click on the upper one the softkeyboard appears, but covering the 2nd text input field. I want the focus to move to the next text input on click of return without the ...
0
votes
0answers
92 views

flex mobile: cameraRoll works on android but on on iphone/ipa

This code works perfectly on my android, but not on ipad/iphone. I am using flex4.6 On ipad: I can browse for images, select one but then image1 is not set and remains blank. private function ...

1 2 3