Flex entry-Flex Installation

Source: Internet
Author: User
Flex Installation

Download the flex builder3 (verycd.com), http://www.verycd.com/topics/2761220/


Run [flex.builder.3.eclipseplug-In ].fb3_wwej_plugin.exe

Create the first test project

Create an ActionScript test project.


Add the following to the automatically generated file:

Package {
Import flash. display. Sprite;
Public class astest extends sprite {
Public Function astest (){
Trace ("Hello world! ");
}
}
}

Right-click debug → flex... (because trace printing can only be output during debugging !)

Open a browser, run the program's SWF file, and output helloworld on the IDE console!


Note: When installing the plug-in, you must select the debugging plug-in. After the installation is successful, right-click the flash and select the debugging option.


Debugger does not see the chrome version, please select IE or FF to use, if there is no debugging in the browser please go to the Adobe Site to download the corresponding browser debugging version flash or http://hi.baidu.com/kx1115/blog/item/ae639a825e3317a70cf4d286.html

So far, our flex construction is complete.

Before learning flex in depth, I would like to recommend the documentation provided by Flex to you, which is quite beautiful. In eclipse

Help → help content (or download the Chinese: http://help.adobe.com/zh_CN/ActionScript/3.0_ProgrammingAS3)


Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.