Learning Flex3 Task 3: Using function in script tag and in separate ActionScript file
In the last example we have used some functionality against the click event of the button. Now we will encapsulate the code in a function and call it.
For embedding script we have to use a special tag in flex. It is the mx:Script tag. Inside the tag we will use a CDATA section to write [...]
Learning Flex3 Task2: First action and accessing component property
Every person has his/her own way of learning. My way is to learn by example. I may understand some math rules but I will be more confident at exam if done some practice example using that theory. Similar to this, I can understand what a language can do by reading but I will be much [...]