Adobe Flash Builder: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
Line 7: Line 7:
See also:  [[MXML]] (for a short intro to MXML, the layout language),  [[Actionscript 3]] (entry point for pure AS tutorials) and  [[Flash ActionScript 3 overview]] (the Flash AS equivalent).
See also:  [[MXML]] (for a short intro to MXML, the layout language),  [[Actionscript 3]] (entry point for pure AS tutorials) and  [[Flash ActionScript 3 overview]] (the Flash AS equivalent).


== Using ==


== Software ==
; Step 1 - Create a new Project.
:Like most IDEs you can't just edit a little file, but you need to define a new project: ''File->New''; Flex project.
: We called our project "testing"
 
; Step 2 - Add some *.mxml code.
: Just copy and paste some code. E.g. get some code from the
[[Flex datagrid tutorial]]
 
== Links ==
 
=== Documentation ===
 
; Flex Builder
* [http://livedocs.adobe.com/flex/3/html/Part1_Using_FB_1.html Using Adobe Flex Builder 3] (HTML LiveDocs) - [http://livedocs.adobe.com/flex/3/using_fb_flex3.pdf PDF version] (233 pages).
 
; General
* See the [[Flash and AS3 links - documentation]] for some links
* Explore Adobe's [[http://www.adobe.com/devnet/flex/ Flex DevNet]]
* Adobe [http://www.adobe.com/support/documentation/en/flex/ Flex resources]
 
=== Software ===


; Flex Builder
; Flex Builder

Revision as of 19:11, 5 November 2008

Draft

This article or section is currently under construction

In principle, someone is working on it and there should be a better version in a not so distant future.
If you want to modify this page, please discuss it with the person working on it (see the "history")

<pageby nominor="false" comments="false"/>

Adobe Flex Builder is an Integrated Development Environment (IDE) for developing flex/actionscript/flash applications.

See also: MXML (for a short intro to MXML, the layout language), Actionscript 3 (entry point for pure AS tutorials) and Flash ActionScript 3 overview (the Flash AS equivalent).

Using

Step 1 - Create a new Project.
Like most IDEs you can't just edit a little file, but you need to define a new project: File->New; Flex project.
We called our project "testing"
Step 2 - Add some *.mxml code.
Just copy and paste some code. E.g. get some code from the

Flex datagrid tutorial

Links

Documentation

Flex Builder
General

Software

Flex Builder
Alternatives
  • Flashdevelop. Free and open source tool that provides syntax support and an interface with the Flex compilers.