I use the Open 开发者_如何转开发Resource Window (Command-Shift-R) a lot in Flash Builder and it saves me a lot of time. But I can´t seem to get it to work with my projects xml files. I know this has
I need to debug a开发者_运维知识库 Flex project on a remote server. The project has Linux backend.
For some reason Flash Builder 4 doesn\'t autocomplete any more for new projects I create (either pure Actionscript or Flash Pro projects). But for previous projects it still works fine.
To date I have only managed to pass primitive types and Arrays to flex. I need to know how to pass more complex objects like 2D arrays, or lists?
I have a simple Flex (Flash Builder) application which pops up a new window when a user clicks on a map.The user can make subsequent clicks on the map to have additional pop up开发者_如何学JAVA window
how can i extract rotation, scale and translation values from 2d transformation matrix? i mean a have a 2d transformation
I have tried to work on a simple form with Flash Builder 4, but was stuck in creating the dynamic addition of the instance for a textbox and comb开发者_高级运维obox within a Hbox.
Is there a simple way to report the time necessary to compile an applcation in Flash Builder (in the Console or an external file) ?
So I tried var url:String = String(this.loaderInfo.url); var request:URLRequest = new URLRequest(url); try {
Im a bit of a newbie when it comes to Flash/Flex Builder. How do I convert a byte array to string at a particular ind开发者_开发问答ex? I got this (b is a byte array)