I just recently downloaded the trial version of Flash Builder 4.5 for PHP from Adobe. I created a couple of very simple projects just to get the gist of this new software and was quite optimistic abo
I\'m building a user interface and I have two panels which I need to move and resize. They have to look as a single panel. It works fine when I move or resize only one. But when one moves and the othe
This works: <mx:Image styleName=\"image\" source=\"done.png\"> </mx:Image> This doesn\'t: <fx:Style>
I\'m trying to use the Profiler for the first time so I don\'t know much about it. But it doesn\'t seem to work.
I have a TextArea component called labels that will be populated by Strings in an Array called labelsArray.
I have a method in CustomPanel.mxml and I need to use id which is available in Main开发者_运维技巧.mxml
I have a textBox and I am using it as a mail address input field where the user can type in several addresses, a bit same as in hotmail. Each address is rendered into a clickable button. Thus upon dou
how do i check if an XML,XMLListCollection or XMLList has no element or contains atleast one or more 开发者_如何学编程elements in flex4?How about using the contains() method ?
I load an image from a url and add it to the stage. I need a way to add some text to the image before loading i开发者_运维知识库t to the stage !
I am facing one problem when am trying to insert values from flex(frontend) to database(backend).No problem in blazeds connection.I think problem is with java code.Anyway am pasting both java and flex