Hi I,m working on flex 3, I want to customize "Sign In" form, but I did not find any solution. for example I want to change "Please sign in to access..." to "please enter your personal code..." or something else.
SignInWindow.mxml isn't actually a skin so it can't be set as a skinClass in CSS. By placing your version in your src folder at the same location as in the API, the Flex compiler will use it instead. (This is sometimes called "Monkey Patching".)