My company is considering upgrading to flex 4 ( mainly to use the richtextlayout ) I would like to know from your experiance what is the status of the product ( how far is it from official release ) a
I want to load an swf into a flex 4 application in order to use its classes. 开发者_如何学运维var ldr:Loader=new Loader();
I\'m using the Flex 4 beta and the ability to load an external css seems to be broken.Running the code below shows no styling at all.Have I missed something?
Let\'s refer to the listing of the method \"validateProperties\" 开发者_运维问答from mx.core.UIComponent class from Flex 3 (Flex 4) SDK
I have Flex 4 app which is deployed in internet. Just as an intro, when i\'m be开发者_如何转开发hind our corporate proxy server, IE and firefox asks for username and password when accessing external
I\'m trying to skin a button with images. i added the following css code: .muteVolumeButton { upSkin: Embed(source=\'images/sound-mute.gif\');
I\'m having trouble with an AS3 AMF RemoteObject request that is hosted on App Engine. I have a crossdomain.xml file in the root of the domain, and also one at the remoting endpoint.
I\'m playing with the video components of Flex. When starting a new project, I was able to choose between (MX only) and (MX + Sparks). When I set the project to (MX + Sparks), the only video component
I want to specify amount to scroll with VScrollBar. So in Flex 3 we have \"lineScrollSize\" but how this property called in Flex 4?
I have a datasource, which I show as a list in a Flex UI. I refresh the list periodically, One of my UI requirements is to gracefully show when the datasource removes an item from the list, So I\'m c