FlashDevelop and Flash 11 Incubator

我如何开始使用FlashDevelop使用ActionScript3或Haxe编码Flash 11?


Sorry for stupid question, solution was pretty easy.

  • Download Flash 11 Incubator
  • Download FlexSDK 4.5 and extract it somewhere
  • Download flashplayer_inc_playerglobal_022711
  • Make folder "10.1" inside {FlexSDK}/frameworks/libs/player
  • copy flashplayer_inc_playerglobal_022711.swc into new "10.1" folder and rename file to playerglobal.swc
  • Point FlashDevelop to FlexSDK 4.5
  • Set Project Target to 10.1
  • Add this "-swf-version=13" to Additional Compiler Option in project settings window
  • There is no official standalone Flash player 11 but you can use Unofficial one

    链接地址: http://www.djcxy.com/p/17828.html

    上一篇: 在Flash CS4中的脸书as3库

    下一篇: FlashDevelop和Flash 11孵化器