flex

Draw waveform for microphone in flex, is it possible?

I'm making a audio recorder with Adobe Flex (Microphone, NetStream), I want to get the current audio wave from Microphone to display in the visualization area, any idea how can i get the data? ...

Flex tree populating with xml over http

Hello, i have a HTTPService providing XML on request. <mx:HTTPService id="selektProdukt_data" url="{l_url_selektProduktservice}" useProxy="false" resultFormat="e4x"/> so invokink the service with: selektProdukt_data.send(); delivers resulting XML <?xml version="1.0" encoding="UTF-8"?> <result> <error_text>OK</error_text> <node...

Datagrid, getting and setting individual cell values

Hi, I have Flex 4 DataGrid, what I would like to do is when an cell has been edited, I would then like to walk through the values of that column and preform math on the values, eg I want to total up certain values. 1) How do I reference individual values of a specific column so that I may set them. 2) How do I then set those values or ...

Facebook Graph API and friend's email

Hello. There are some question on the StackOverflow about facebook & email, but after reading them I still have a problem with retrieving users emails. Our app implemented on Flex and uses REST API. And previously it used notifications.sendEmail. App has publish_stream and email permissions (checked with users.hasAppPermission). I trie...

Flex: Enable click on TitleWindow

I would like to enable a click event only on the title bar of a spark TitleWindow. Any ideas on which property I should add the addResponder? Thanx for your help ...

Adobe AIR application to receive back events from native Windows application

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 ...

Get or Set Cell Values in a Datagrid progmatically

Hi, In Flex 4 using a pre populated data grid, how can I get or set specific values programatically, IE I wont be using selectedItems etc. How do I reference the value of a cell in row 4 colum 6 for example. Please and thank you in advance for your help. Craig ...

3D carousel for video in Flex

How can i design a 3D carousel for video in a Flex application? Instead of 3D carousel for images, I want to show videos (getting them from youtube). ...

Recorded two users chat playing issue

I am using flash as3 and red5 to record a live chat.I recorded live chat as two flvs they are user0.flv and user1.flv i started the second video to play in exact position.But while playing that recorded videos it's unsync due to streaming.Both video streaming separately how to solve this. ...

how to hide a row without deleting item from dataprovidor in DataGrid...AS3,Flex ?

How we can hide a row at specific index of DataGrid in AS3 ? ...

Flex : Display String Data in OLAPDatagrid

I want to display String Data in OLAPDatagrid, but it seems that OLAPDatagrid can only display the numerical data. When a set the dataprovider with string values, it doesn't display. Does anyone have some ideas how to do it ? Thanks ...

Online Trading Simulation Game Silverlight VS Flash(Flex)

Possible Duplicate: Silverlight vs Flex Hi, We want to develop an online simulation game to our customers. As part of the analysis, we have got few technical options to consideration and they are silverlight and flash. Could you please let me know the advantages and disadvantages of considering these technologies in terms of...

Paste rich text into Flash?

Is it possible to capture rich text when pasting into Flash? Using a Flex TextEditArea, I can paste richly formatted text within Flash itself, but if I try to paste from an external source (say web page, microsoft word, etc) it comes in as plain text. Same for the reverse: if I copy rich text from within Flash, and paste to an external s...

Flex 4, Spring 3 with Hibernate & MySQl setup + configuration issues.

Hi All, This kind of question has been asked before, but has not been well supported at StackOverlfow...maybe because some people think its elementary..but beginners like me have spent days on this but to no avail. Kindly help [I'm sure its going to be an ever occurring issue] I'm trying to make a flex project and want to integrate Spr...

Reading large CSV file line by line in Flex

Hi, I need to read a large CSV file (8-15 MB) and generate a LineChart in Flex AIR. Since Chart need data in structurd format like XML. When I read CSV and convert it to XML object 8 MB file size become 24 MB XML object and not able to graph. Best solution is to read Line by line and read only part of data. How can I acheive this in Fl...

how to load more then one image in Bitmap (Flex)

Hi there, i can't download more then one image from url function processXML(e:ResultEvent):void { myXML = e.result as XML; for (var i:Number=0;i<myXML.icon.length();i++)//amout of urls.Now there tree elements { loader.load( new URLRequest(myXML.image[i].imageURL.toString())); //get url ...

flex datagrid columns drag

I have a data grid where users can drag columns and reposition them. But there is a strange requirement that some columns should not be draged to the left of some other column. eg, assume the columns are : name, price , start date, end date, The end date should not be dragged and placed before the start date. i.e. The user can have ...

flex linkbar seaching for index of a given label

I need to find the index of a linkbar, only got the label. Like array.indexOf(value) ? ...

Flex Actionscript - loop through xml find if at least one checked

I have an xml as a string in flex in the below format. I can have as many nested groups and test as possible. I need a way to find which are checked, how can I iterate through this? <node label="All" checked="0"> <node label="Group1" checked="0"> <node label="Test1" checked="0" /> <node label="Test2" checke...

Getting an absolute local path in Flex

I looked around, and the latest reference I saw was from 2008 stating that the standard FileReference browser does not support retrieving the user's file's absolute local path unless it's an AIR app, and indeed there's nothing in the docs suggesting otherwise. The reasoning behind this is apparently some misguided security concern... I g...