Archive for April, 2008

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";

What Is Adobe/Macromedia Flex?

Monday, April 21st, 2008

As a web developer you’ve often found yourself wishing there was a way to make web applications that weren’t limited to the heavy restrictions of HTML. You’ve used JavaScript to make your forms a little more intuitive with dynamic/context driven comboboxes, but to do anything more often requires heavy amounts of JavaScript and DHTML. Even [...]

Search Posts