Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 17th, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 20  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. declare variable in flex vs flash?
  2. <fx:Script>
  3.     <![CDATA[
  4.         var joe="winning";
  5.         function changelabel()
  6.         {
  7.             myButton.label=joe;
  8.         }
  9.  
  10.     ]]>
  11. </fx:Script>
  12. <s:Button x="50" y="42" label="Button" id="myButton" click="changelabel()"/>