What is Adobe Flex? Is it just Flash II?

后端 未结 22 2111
谎友^
谎友^ 2020-12-04 06:18

Question

Alright, I\'m confused by all the buzzwords and press release bingo going on.

  • What is the relationship between flash and flex:
    • Rep
22条回答
  •  攒了一身酷
    2020-12-04 06:51

    Flex runs on Linux, too, while Flash doesn't.
    Flex is kinda Flash CS 4 second edition.

    Flex is less graphical, as it separates compiler and IDE, which allows for command line compilation (makefiles, large projects so to say) which allows for alternative IDE's to Flash.

    Edit:
    Flex lacks some classes that Flash CSX has (e.g. fl.controls), while Flash lacks some classes that Flex has (e.g. mx.controls or mx.alert).

    All in all:
    You can have your own Flash compiler for free by downloading Flex 4 SDK and FlashDevelop. But it is no substitute for Flash.
    Flash produces much smaller files (e.g. Flash compiles a project to 100 kB while Flex is compiles the same project to 500kB). So Flash is for internet multimedia applications, while Flex is for desktop multimedia applications.

提交回复
热议问题