I want to create buttons with icons in Flex dynamically using Actionscript.
I tried this, with no success:
var closeButton = new Button();
closeButton.setStyle("icon", "@Embed(source='images/closeWindowUp.png");
|
|
I want to create buttons with icons in Flex dynamically using Actionscript. I tried this, with no success:
|
||
|
|
|
|
I found an answer that works for me. In my .mxml file, I create Classes for the icons I will use:
In the Actionscript portion of my application, I use these classes when dynamically creating buttons:
|
||
|
|
|
|
The error is in the quotes, there should be no quotes around the
|
||
|
|
|
|
I'm assuming you're adding it to the stage? Also, I think your Embed is missing a close quote / paren.
should be:
|
||
|
|
|
whom are u create a advanced script button |
||
|
|