Flex.org

Syndicate content
Updated: 3 min 41 sec ago

Stepping through an FxHSlider control in Flex Gumbo

Thu, 11/20/2008 - 10:18

The following example shows how you can change the value in a Flex Gumbo FxHSlider component by using the step() method.
Full code after the jump.
(more…)

Indonesian Flex Community

Thu, 11/20/2008 - 06:08

Indonesian Flex Community

Maven archetype for Flex Application

Thu, 11/20/2008 - 03:45

I want a foundation for my Flex Application communicate with Java back end using Spring Framework.
I want to be able to debug my Flex code and my Java code on Eclipse with Flex Builder

Centralized remote service invocation

Thu, 11/20/2008 - 01:35

Too much redundancy and overhead for declaring the remote methods in your flex application.
I don't want to receive the same ResultEvent object, I want to receive my own objects
I also want to centralize my error handling code for both Flex Error or explicit error return by the remote server

Adobe AIR 1.5 Released

Wed, 11/19/2008 - 15:06

Adobe AIR 1.5 Released

Getting the name of the first day of the week, which can differ by locale.

Wed, 11/19/2008 - 13:50

I want the name of the day for the first day of the week, which can differ by locale.

Adobe Dreamweaver CS4 released

Wed, 11/19/2008 - 04:52

New Features in Adobe Dreamweaver CS4: Live View, Related Files, Code Navigator, CSS best practices, Code hinting for Ajax and JavaScript frameworks, HTML data sets, Photoshop Smart Objects, Subversion integration, Adobe® AIR™ authoring support, New user interface!

Adobe Configurator 1.0, créer vos palettes photoshop

Wed, 11/19/2008 - 02:40

Adobe® Configurator est un utilitaire qui tourne d’ailleurs sous Adobe AIR et qui vous permet de créer vos propres palettes pour Photoshop CS 4.

Upgrading to Flex Builder 3.0.2

Wed, 11/19/2008 - 02:05

On November 17th, Adobe released Flex Builder 3.0.2 and Flex SDK 3.2. For more information on what’s new, check out Matt Chotin’s excellent article, “Introducing Flex SDK 3.2 and Flex Builder 3.0.2″.
There are two ways to download and install the latest update to Flex Builder 3.
The easiest way is to select Help > Search for Flex Builder Updates from the main menu in Flex Builder. This should launch the Adobe updater which will search for the latest version of Flex Builder on the Adobe servers.
The other way to get the latest Flex Builder update is to go to the Adobe Flex Support Center’s “Updaters” page and download the updater installer for Mac or Windows.
(more…)

Stepping through an FxHScrollBar in Flex Gumbo

Wed, 11/19/2008 - 00:47

In a previous example, “Paging through an FxHScrollBar in Flex Gumbo”, we saw how you could change the horizontal scroll position a single page up or page down in a Flex Gumbo FxHScrollBar component by using the page() method.
The following example shows how you can change the horizontal scroll position a single line up or line down in a Flex Gumbo FxHScrollBar component by using the step() method.
Full code after the jump.
(more…)

Paging through an FxHScrollBar in Flex Gumbo

Wed, 11/19/2008 - 00:16

The following example shows how you can change the horizontal scroll position a single page up or page down in a Flex Gumbo FxHScrollBar component by using the page() method.
Full code after the jump.
(more…)

Download Adobe Air 1.5 - AppHit.com

Tue, 11/18/2008 - 19:29

The Adobe? AIR runtime lets developers use proven web technologies to build rich Internet applications that deploy to the desktop and run across operating systems.

Adobe's AIR 1.5 update addresses Flash Player vulnerabilitie

Tue, 11/18/2008 - 12:23

Adobe on Monday released AIR 1.5 to address vulnerabilities that could allow an attacker to execute untrusted JavaScript code with elevated privileges, Adobe said in a security bulletin.

Adobe Advances Flash Platform with New AIR, Cloud, Flex Solu

Tue, 11/18/2008 - 08:40

At its annual MAX user conference, Adobe puts on the dog and serves up new tooling and other support for Flash. Adobe introduces Flex Builder “Gumbo,” Flash Catalyst – formerly known as “Thermo,” the availability of Adobe AIR 1.5 and a pre-release of the 64-bit Linux version of Adobe Flash Player 10.

Adobe Advances Flash Platform with New AIR, Cloud, Flex Solu

Tue, 11/18/2008 - 08:40

At its annual MAX user conference, Adobe puts on the dog and serves up new tooling and other support for Flash. Adobe introduces Flex Builder “Gumbo,” Flash Catalyst – formerly known as “Thermo,” the availability of Adobe AIR 1.5 and a pre-release of the 64-bit Linux version of Adobe Flash Player 10.

Announcing FotoBooth 2 Pixel Bender Edition

Tue, 11/18/2008 - 08:21

FotoBooth is a image capture application that installs to your Mac, Windows, or Linux computer on top of the Adobe® AIR™ runtime FotoBooth is fully integrated with Yahoo’s flickr service allowing you to share your images with the world. FotoBooth new Adobe Pixel Bender technology to create a new level of video effects in real time.

Using Encrypted SQLite database in AIR 1.5

Tue, 11/18/2008 - 08:19

AIR 1.5 adds an optional additional argument of type ByteArray that is a key to the new secure SQLite database. This example will walk you through the creation of an encrypted SQLite database for Adobe AIR 1.5.

Adobe Flex reaches out to .NET developers - developerFusion

Tue, 11/18/2008 - 03:14

At the Adobe MAX conference today, Adobe Partner Ensemble, have announced a new plug-in that will enable .NET developers to create Flex front-ends for their applications from within Visual Studio 2008. This provides similar support that already exists within Flex Builder, the tool based on Eclipse,

Populating an AdvancedDataGrid from an XML file using HTTPService.

Tue, 11/18/2008 - 01:45

I tried to modify a Flex help system example application, replacing an XMLList in the example in MXML with XML read from an XML file using HTTPService, but I couldn't get it to work.

Wrapping values on an FxNumericStepper control in Flex Gumbo

Mon, 11/17/2008 - 22:34

The following example shows how you can wrap values in a Flex FxNumericStepper control by setting the valueWrap property.
Full code after the jump.
(more…)