I have developed my project on my local system and works fine on wamp. Now I tried to transfer it into a webserver, but unfortunatedly I am getting the following e开发者_运维百科rror whenever I perfor
Porting 开发者_高级运维a pure Flash/AS3 application to Flex 4.5 this code: <fx:Script> <![CDATA[
I need to create a custom co开发者_运维技巧mponent in Flex 4.5 by extending the spark list class. Basically, I want to add a new variable named \"title\" of type UIComponent. When this variable is set
My Flex 4.5 application has many users from Russia and Ukraine 开发者_如何学编程with poor internet connections and Socket connections often interrupt and have to be reconnected.
I have a very general question and have prepared a simple test case. When using BasicLayout (i.e. absolute positioning) - what is the best approach to place a Flex component in the center of the appl
I\'m using Adobe FLEX 4.5.1 for Mobile. I have a List that displays some images: <s:List id=\"imageList\" initialize=\"init()\" verticalScrollPolicy=\"off\"itemRenderer=\"skins.CustomIconItemRend
I have a flash source of the pendulum. I want to use it in Flex. I replace movie clips (ball0_mc and ball2_mc) on the image (hand.png and pend.png) in the source code. But I get in the final applicati
I am trying to migrate from flex code written in flex 4/4.5 using mx to be compatible with flex 4.5.1 using only spark.
In order to help me understand, I\'m looking for examples of command chaining in Parsley. What I mean by command chaining is when one command returns a result that is then immediately used to initiate
Basic开发者_StackOverflowally what Im trying to do is have a TileGroup component\'s horizontalCenter and verticalCenter attributes modified inversely of the mouses movement, and use an spark move effe