I need to pass along an incoming xml post request using as3? Is there a simple way to just pass that request through an as3开发者_运维百科 application? I don\'t want to do anything with the request ot
Maybe you can help point me in the right direction on this.In our app, I am periodically noticing that a particular event handler is not firing.99% of the time, it works fine, but, every so often, it
I have an accordion component nested inside of a tab navigator. Each accordion pane has a form inside of it. The forms have two grids that transfer data back and forth between eachother and a few butt
I have Spark text area which contains the following text: "text1\\ntext2\\ntext3" Text above is showing as 3 words each on separate line.
I\'m using Themes with Flash Builder. And if I choose a Theme Flash Builder copy the SWC into a folder in my user dir (C:\\Users\\christenl\\AppData\\Roaming\\Adobe\\Flash Builder\\Themes\\myGrand_the
I\'m using Flash Builder 4.5 and trying to accomplish a charts dashboard task and everything works except one thing: the date when pulled from the MySQL, I can\'t order the columns by it. i don\'t car
I would like a text area that holds multiple strings to send its values to an array and the array to convert the string to an object. The objects then populate a datagrid. I can\'t really figure out w
I want to decorate a flex Button with a cutom skin component . But when i point the \'skin\' property to the source , it says \"Property skin is read only\"
I need to draw an overlay over a datagrid cell. I want the overlay to sit ontop of the underlying cell data and to display a crosshatch pattern ie: horizontal and vertical lines, like a mini-grid in t
I am trying to setup two variables: var xmlURLLoader:URLLoader = new URLLoader(); var xmlURLRequest:URLRequest = new URLRequest();