HiI have a problem with a regular expression. I have an RegExpValidator in MXML and I want that is invalid when the source contain a or bMy RegExpValidator is
In my application I call a webservice. I try with the correct location of the WSDL and it works fine. When I change the WSDL location in the application (while running, not restarting the application)
I have spark States declare开发者_开发知识库d in mxml. I also have a class with string constants. I want my states names to match the string constants. Is it possible to do that directly in mxml and h
It seems that Flex 4.5 can not compile my old AIR applications that implement the IDisposable interface. What? Why? And how should memory management be done from now on?
I know this question has been asked before but the other solutions didn\'t work for me quite well. here\'s my sample application.
I want to compile one class from MXML to as3 as a learning experience.What is the best way to do this?
Whenever I use a lot of nesting inside mxml components(including many states) with quite a few Vboxs and Other containers, I always get confused when I see a scrollbar appearing on screen, especially
(I am using flex builder) I have main mxml,this calls an AS file, layout is shown.That is working good.But I cant 开发者_Go百科get the values from the slider dynamically into actionscript i.e, if the
I\'m currently using flex sdk 4.5 (but it\'s the same with 4.1) and I have the following problem: I bind the current state of an ItemRenderer to an external object. This object is injected to the mxm
I\'m attempting to write a c开发者_如何学JAVAustom RegExpValidator in AS3 (similar to this).I\'m wondering (and I\'ve checked livedocs...), what is the \'flags\' property on a RegExpValidator used for