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?
...
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...
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 ...
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...
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
...
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 ...
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
...
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).
...
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 we can hide a row at specific index of DataGrid in AS3 ?
...
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
...
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...
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...
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...
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...
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 ...
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
...
I need to find the index of a linkbar, only got the label. Like array.indexOf(value) ?
...
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...
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...