• 下一代 Flex Builder 4 将改名为 Flash Builder 4.

    这样好,避免一些人的误解。 Flex 就是 Flash , 不是一项新技术。

    Flex SDK 和 Flex Framework 保持不变。

    flex_renamed

    Tag:flex
  • Here is a step by step tutorial for setting up Flex Buillder 3 to compile for the new Flash Player 10 beta. This setup will also get you code insight for the new Flash Player 10 APIs.

    Step 1: Visit http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3 and download any build greater than 3.0.1.1728 dated Thu May 15, 2008. This example uses 3.0.1.1739.

    step1

     

    Step 2: Unzip the download and add it to the sdks folder of your Flex Builder install. In my case this is within Adobe Flex Builder 3 Plug-in/sdks. It could be within Adobe Flex Builder 3/sdks if you are using the standalone version of Flex Builder.

    step2

    Step 3: Now open the Flex Builder preferences and expand the menu to flex -> Installed Flex SDKs. Click the add button.

    step3

    Step 4: Navigate to the new SDK that you just installed in step 2, give it a unique name and click OK.

    step4

    Step 5: You can now set this new SDK as your default SDK and click OK

    step5

    Step 6: Create a new Flex Project

    step6

    Step 7: Create the project as type Web Application

    step7

    Step 8: Right click on the new project and select Properties. Navigate to Flex Compiler. Make sure either you have the new 3.0.1.1739 as the default SDK or if you didn’t set it as the default in Step 5, make sure that you choose Use a specific SDK and set it to 3.0.1.1739. Also, change the flash player version required to 10.0.0.

    step8

    Step 9: Switch to Flex Build Path, expand the 3.0.1.1739 library and remove the playerglobal.sdk

    step9

    Step 10: Click on Add SWC

    step10

    Step 11: Navigate to the new SDK installed in Step 2 to frameworks/libs/player/10/playerglobal.swc and click OK

    step11

    Step 12: Expand the new playerglobal.swc and double click on Link Type. Change it to External.

    step12

    step13

    Step 13: To avoid being forced to download a new player on each run, open the index.template.html of your project and change the current variables to an older player as shown in the next 2 images.

    step14

    step15

    Finally, open your new project root file and try creating a new object with one of the new Flash Player 10 classes and see that you have code insight.

    final

     

    Tag:flex
  • 2009-03-17

    自定义绑定框架 - [Flex]

     

    这是Flight Framework的一部分,完全采用弱引用,非常轻盈且高效。

    更为详细的介绍:

    http://www.xtyler.com/code/177

    项目主页:http://code.google.com/p/flight-framework/ 

    Delivered as promised. It has a smaller memory footprint, a faster clock-speed and, best of all, it’s 100% weak-referenced. Data binding is supposed to be light and unobtrusive. Now you can have the smallest ActionScript 3 binding available, released as a component of the open source Flight Framework.

     

  • 2008-09-25

    Flash SEO - [ActionScript3]

    一些关于seo的文章 :收集的
    http://blog.iconara.net/2008/01/22/this-weeks-non-issue-google-indexes-swf-files/

    http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Deep_Linking

    http://www.asual.com/swfaddress/
    Tag:flex
  • 2008-09-25

    Flex 拖拽范例 - [Flex]

    Flex由于在其Framwork里加入了DragDrop管理器,可以使得开发者在Flex应用中实现类似桌面的效果,默认情况下,Flex的拖拽管理器是针对List等控件的,实现这类控件之间的Item拖拽非常容易。下面是一个很简单的小例子:

    代码如下:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:m...
    Tag:flex
  • flashdevelop是一款免费的flash ide。而且在功能上并不亚于其他商业ide。
    查看最新的释出版本:
    http://www.flashdevelop.org/community/viewforum.php?f=11&sid=82789aa14c9b18f30390286d068883f2
    安装前的准备:
    1. 下载并且安装flex sdk 3。
    2. 安装debug版本的flash player
    3. 安装 jdk1....
    Tag:flex
  • Liquid Components是一套有用的组建

    英文教程地址:
    http://www.bytearray.org/?p=137
    http://www.bytearray.org/?p=109


    下载地址:
    Liquid Component Install for Flash CS3 + Skins : Liquid Componenents V1.1.0 Liquid Components sources (...
    Tag:flex
  • 这个包是用来开发手柄游戏的,主要是针对Wiimote,它是任天堂游戏主机Wii的右手手柄,在各地游戏店和taobao网都可以轻松买到。
    因为手上没有这个手柄,所以代码测试不了。感兴趣的朋友可以 http://wiiflash.bytearray.org/  上下载到最新释出的源码和demo 上面说得十分清楚了
    Tag:flex
  • 这里有详细的介绍
    http://www.longtengwang.com/Article/wlbc/php/jichu/200806/9078.html
    Tag:flex
  • 尽管配置PHP开发环境很简单,但是对于一些刚入门或者尚未入门的同学来说,仍然是件“痛苦”的事情。

    如果你想”偷懒”,这里有满足你的办法。

    Windows环境下,配置apache+mysql+php,最简单的方法莫过于使用一些打包好的套件。

    个人推荐:WAMP。



    整个安装过程很简单:

    1、下载最新的...
    Tag:flex