I have a HTTPService in Flash Builder 4, that is defined as follows: <s:HTTPService id=\"getUserDetails\" url=\"http://localhost:3000/users/getDetails\" method=\"GET\"/>
I have several flash games that when i load them in my firefox browser they load fine开发者_Python百科,
I am creating a custom TextInput component that will define an \"error\" state.I have extended the TextInput class to change the state to \"error\" if the errorString property\'s length is greater tha
How can I set my button\'s state to \"over\" when , for example , my global state is \"Home\"? Thanks in adv开发者_StackOverflowanceOK the problem was that my button had a custom skin. So the only th
I made a login component for my flex 4 application, and 开发者_如何学Pythoni load this component from my main flex application with:
I\'m trying to create a Flex DataGrid where the firstname and lastname are shown under each other, but in the DataGridColumn
I am loading an external swf using the SWFLoader component. The swf that is being loaded is masked so that only a portion is being shown. However, when it\'s loaded the actual size of the swf (loader.
Can anyone point me in the direction of skinning a video player volumebar?I want a mute button on the left side and then an HSlider to the right that is always open (no popups).
EDIT: Got too confusing with so many different edits, so this is where I\'m currently at. I have a HTTPService in my Flex 4 app defined as follows:
EDIT: Due to the answer I change the code posted. I\'ve added the Security.allowDomain(\"*\") line and that line throws me an error. So, how can that be made?