Not finding what you are looking for? Request a recipe!
I have create a class and sample code for various operations.
We have used SharedObject class to store the limited data of user in local machine, like in a general application when user goes to log in and the application asks to 'remember me'. Using this we can solve this kind of problem or save the application state for the user, so later on we can use that ...
Here I have coded some scripts for the Word of the Day application. I have used a 3rd party URL to get access to the word data.
The solution is to extend the TextArea control and override the 'measure' method and increase the height of TextArea control as required.
In the application, our requirement is to make a chat application to be used internally. Since each user requires a unique login name, we'll use the company user name for each individual as those are unique for each internal user.
In solution part we have user String Utils class, like first we have created message body or notification body than after we have put index in that string body which we change dynamically as per the dynamic data.
Using JavaScript and Flex's ExternalInterface we can able to detect the close event of the browser or tab. when ever tab or browser close than 'onunload' event of body of that page called, in that method we call the method of swf(Flex object) which already listen the function using ExternalInterface ...
In solution i have used the File class to retrieve the inner directory or file information, through which we can get the information like creation-date, extension size etc...
On the coding side, one of our team member have suggest some bitmap's matrix trick, and finally we completed that task. We used the image's transform.matrix to manipulate this center point and translate then rotate.
Using tile control with the use of tile height and width and proper horizontal-gap and vertical-gap of tile control we have solved our problem when the application is re-sized. Below I have added sample code.