Th开发者_如何学运维is is my method in actionscript var urlVars : URLVariables = new URLVariables();
Consider this example. I have two views in viewstack. One has a VRule extending from top of screen to bottom. Another view has a big accordion.
I\'m having the following problem. I have an ArrayCollection that\'s acting as the data provider for a tilelist (called favoriteLinksList)
in one flex application, i have to implement the addthis api, means i have to give options of sharing the application on social medialike facebook, twitter etc, there is one api provided by
i am ca开发者_Python百科lling apex web service from flex using execute() method and iam passing objects as a parameter and i am getting error like this
Well. I checked this link Flex Cross Resolution Applications and it did not help. Infact, the display varies from browser to browser, (for eg. chrome vs ie8) Chrome has bigger browser window. How to d
I have some VBox with button. I want my button changes the label after clicking on it. I\'m trying to use the code-behind practice but the instance of the button is always null. There is code:
In my flex application, i am maintaining 5 images. When user clicks on \'next\' button, it should display one image say \'image1\'. If that button clicked again, then image1 should replace with image2
There is a small feature I 开发者_JAVA百科have implemented that makes uses of the Local Shared Objects to work properly.
i want to play a sound when user click on the button in flex 3. My flex application will generate the images one by one. For ea开发者_StackOverflow中文版ch image, one sound should come in background.