Interesting Tutorial: Make a Magnetic Button in Flex 4

Friday, July 9th, 2010

This interesting tutorial explains how to make a magnetic button in Flex 4 with a simple example. Here is the source code of this class which extands spark button:

How to create a button and assign a value to a text box within it in actionscript?

Monday, April 21st, 2008

Can we create an instance of a button from the library dynamically? If you have already a button Symbol in your Library with the linkageName buttonSymbol just attach the button on Stage and asign values to it via the button’s name. The full code: this.attachMovie("buttonSymbol", "btn", 1); this.btn.txtField.text = "a Text";

Search Posts

Sponsor Links