On 18th of August Matt Chotin announce the availability of Flex Builder 3.0.1 Update which includes Flex SDK 3.1.
This is what it contains:
bug fixes (jira list here)
support for Flash Player 10 - just base support
support for AIR 1.1
support for Eclipse 3.4
You can update your Flex Builder 3 by selecting Search for Flex Builder Updates… […]
Popularity: 42%
In the previous article I explained how to use Yahoo! Maps. Now I’ll explain how to create a custom marker and how to place it on the map. This is not an easy task because on Yahoo! Developer Network (YDN) there is not enough documentation regarding Yahoo! Maps API for AS3. Take a look at […]
Popularity: 52%
This article will explain how to integrate the Yahoo! Maps into your Flex application. Is important to know that in this we are using Flex Builder 3 and that the example and the code won’t work in Flex Builder 2 (it seems that in Flex Builder 2 there are some compiling problems with the SWC […]
Popularity: 41%
As we promised we are back with a tutorial on how to build Flex applications for Astro flash player. This will be a step by step tutorial which is intended to help you install the last Flex SDK from daily builds. So let’s start…
1) Get the Flex SDK Daily build.
2) Create a new folder: “3.0.1.1739“.
3) […]
Popularity: 72%
Bellow you can find a list tags and their attributes that are supported by flash player (and also by flex framework). This list applies to TextArea, TextFields and other controls that are html enabled.
Anchor tag (<a>)
Creates a hypertext link.
href
target
Bold tag (<b>)
Renders text as bold.
Break tag (<br>)
Creates a line break in the text field.
Font tag (<font>)
Specifies […]
Popularity: 100%
For big projects that involves more people a version control software is a must. There are many but from the two most used, which are CVS (Concurrent Versions System) and SVN (Subversion), I’ll explain how to install Subclipse on Flex Builder 3 - Subclipse is a plug-in providing support for Subversion within the Eclipse IDE […]
Popularity: 44%