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

0
votes
0answers
4 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.....
-3
votes
0answers
25 views

How to use Johnson in flex? and what is its major benifit? [closed]

I am using flex 4.6 and action script 3.0.I need to use Johnson in our application.
2
votes
1answer
13 views

How to change text format of text area in Flex 4?

I have taken a rich text editor in text area. When I edit the text and perform operations like bold, italic etc. it does not affect the text. Please help me.
1
vote
0answers
9 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 ...
0
votes
1answer
28 views

How to get Flex SWFLoader unloadAndStop to unload sound also?

public var swfLoader:SWFLoader = new SWFLoader(); [Embed(source="/some/file1.swf")] public var file1:Class; [Embed(source="/some/file2.swf")] public var file2:Class; then I do: ...
2
votes
0answers
16 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.
0
votes
1answer
41 views
+100

How to display custom player controls on youtube chromeless player using Flash builder 4.6?

I have a View component which initialises youtube cloud api using "http://www.youtube.com/apiplayer?version=3&modestbranding=1" url and plays the video fullscreen. It has play, pause and progress ...
0
votes
0answers
12 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 ...
1
vote
0answers
30 views

Requirements for using NetStream.seek()

I'm using a NetStream class to play video using Video class or stage video , there is no seek bar to backward or forward video , i add seek bar to video but the seek function not work exactly , it ...
1
vote
0answers
25 views

How do I completely exit a Flex 4.6 Air mobile Android app?

Ive been trying to add a button to properly exit an Android app, built using Flex 4.6. I have used the command NativeApplication.nativeApplication.exit(); which seems to work on the emulator, and ...
2
votes
1answer
34 views

How to find current cursor position in textArea in flex4?

I want to write something in text area with keyboard(built in keyboard) and want to add something other from the keyboard made by me at the current cursor position.
2
votes
0answers
18 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...........
2
votes
2answers
36 views

Inserting text in text area at current cursor position from keyboard as well as from programmer made keyboard in flex4?

I am trying to insert text at current cursor position.I am able to insert text at current cursor position by keyboard but not able to insert text by programmer made keyboard.
0
votes
0answers
11 views

How to copy and paste a line drawn by mouse on group container? [closed]

Copy paste should be done with the help of mouse.I am using flex4.6 and actionScript3.0.Suggest me the right way.
-1
votes
0answers
65 views

Overlay detection property not working properly in Flex IFrame

In my Flex application, I'm using a flex iframe to load HTML content in it inside a mxml module. I'm creating the iframe instance dynamically on the creationComplete event of the flex module. And ...
1
vote
2answers
39 views

Android ignores the autoOrients setting in XML after reloading app

I have a small problem with my Android app. Within my control XML i have <autoOrients>false</autoOrients> <aspectRatio>landscape</aspectRatio> and this works also on the ...
1
vote
0answers
19 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
34 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. ...
2
votes
1answer
32 views

How to draw different shapes using pencil on group container and resize and rotate it in flex4?

All operations like moving,rotating,resizing drawn shape can be performed.I'm using as3 and flex4.6.
1
vote
0answers
9 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.
0
votes
0answers
17 views

How to perform copy paste operation of display object on group after updation (like editing text written on display object) [closed]

I'm using flex4.6 and actionscript3.0 .Please suggest me the appropriate answer.I'm new user of flex4.6
0
votes
0answers
66 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 ...
1
vote
0answers
18 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.........
0
votes
0answers
68 views

flex air mobile sending SMS with native extension ANE

I try to run : http://www.smallscreendesign.com/2011/09/29/air-native-extensions-rock/ I downloaded the code and imported the project folder (AndroidExtensions_Demo) in Flash Builder 4.6, changed ...
0
votes
0answers
43 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
44 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
1answer
43 views

how can I simulate a spinner selection in flashbuilder 4.6 / actionscript 3?

I have a situation where Im using a datespinner component to allow the user to specify a specific date which is used for a search function. I've just added gestures for left and right swipe that will ...
1
vote
1answer
73 views

Flex 4 - Set focus to none

I'm building an Away3d application which uses Flex 4.6 for UI. The arrow keys are required to move the 3d components - however, after using a component such as a slider, the application gives it ...
0
votes
1answer
56 views

Get a CSS style value from custom component

I have a style: .rating{ fontSize:24; } and a custom MXML Component of type s|Graphic. How can I get the fontSize value from the component in actionscript? I tried: public var fff:String = ...
0
votes
1answer
34 views

How do I work around cases where the listProvider data comes back as just ONE single record?

Im using HTTPservice to load XML and show the results in a list - it works when there are more than 1 XML record found.... but when there is only ONE single returned XML record it gets treated ...

1 2 3 4 5 9
15 30 50 per page