MACROMEDIA FLEX-FLEX ACTIONSCRIPT LANGUAGE User Manual Page 92

  • Download
  • Add to my manuals
  • Print
  • Page
    / 124
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 91
TUTORIALS POINT
Simply Easy Learning Page 87
Flash Builder will create the following CustomButton.as file.
package com.tutorialspoint.client
{
import spark.components.Button;
public class CustomButton extends Button
{
public function CustomButton()
{
super();
}
}
}
Page view 91
1 2 ... 87 88 89 90 91 92 93 94 95 96 97 ... 123 124

Comments to this Manuals

No comments