15
FLEX 101 FLEX 101 By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz ตอนที 3 รู กก ActionScript

Flex 101 ep-03

Embed Size (px)

DESCRIPTION

An introduction to Actionscript3

Citation preview

  • 1. FLEX 101 3 ActionScriptBy TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 2. ?(1) ActionScript (2) Object Oriented Programming (3) ActionScript MXML Actionscript By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 3. ActionScript ? (1) (2) Object Oriented Programming (OOP) (3) (Syntax) Java, Javascript, PHP C++ (4) Macromedia ( Adobe) (5) Flash Runtime Flash Player Adobe Integrated Runtime (AIR) By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 4. ActionScript (1) (2) (compose code) (3) Flex Flash Actionscript ( ) (4) Publish By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 5. OOP Object Oriented Programming 1960s .. 2000 (.. 2012) Internet OOP (data) (function) By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 6. OOP Object Oriented Programming Object attributes (behavior) object " " OOP object attribute behavior " By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 7. OOP Class Diagram Human Name:String attribute Drink(what:String) behavior OOP Object 1 Object Object attribute behavior By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 8. Class Object Object Class Class Attribute Object Object (Generalization) Class Object Code Class By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 9. Class Class(1) class Class Student, Class House, Class Planet(2) attribute behavior ( Actionscript function ) class (3) class class .as Student.as, House.as, Planet.as By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 10. Package Package Class (Tree Structure) Actionscript class class package Package Class Object Package Package Package ". Package computer.programming.actionscrip By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 11. public,private, protected extends Actionscript OOP OOP Object Class behavior function attribute extends Object private protected public By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 12. Actionscript OOP ! Actionscript 3 (1) Actionscript .as (2) MXML FLEX (3) Flash (Time line) (2) (3) OOP By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 13. Actionscript FLEX Tag Tag FLEX SDK Actionscript Tag Compiler FLEX SDK Tag Actioscript byte code (Adobe Byte Code, abc) .swf Tag Actionscript Tag Actionscript Tag By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 14. ActionscriptPackage { public class Greeting{ private var greeting:String; attribute Pacakage public function sayHell():String{ Class greeting =Hello World; return greeting; behavior } }} By TOSAKUN Email : [email protected] , Web : http://www.n3amedia.biz
  • 15. http://www.facebook.com/groups/ria.group/ http://www.facebook.com/groups/ThaiADC/By TOSAKUN Email : [email protected] , Web : http://freetosakun.n3amedia.info