background preloader

Adobe Flex

Facebook Twitter

The Official Flex Team Blog. Flash Builder Plug-in for SAP NetWeaver Gateway going away in April A little over a year ago the Flash Builder 4.5 plug-in for SAP NetWeaver Gateway was published as a beta on Adobe Labs (at As a research beta, the plug-in only works with older versions of Flash Builder (4.5 and 4.6). The plug-in was never shipped as an official product, and isn’t going to be developed further – we’ve discussed open-sourcing the project with the code owners but this is unfortunately not going to be possible. If you still rely on this research project, please grab the bits now – as part of routine cleanup it will be disappearing off of Labs in April 2013.

Apache Flex 4.9.0 Released! The Apache Flex project has announced the release of Apache Flex 4.9.0. As you can see, Apache is continuing to improve the Flex SDK. Flash Builder 4.7 now shipping Flash Builder 4.7 is a complimentary upgrade from Fb 4.5 and Fb 4.6. Still having trouble? Hi Everyone, Alex’s Flex Closet. Matt Chotin. Flex PM Updates Over the last few months we’ve announced some exciting new members of the Flex PM team: Andrew focusing on Flash Builder and Deepa focusing on the Flex SDK.

With Doug focusing on Flash Catalyst and folks like Vera and Bill helping across our ecosystem, the Flex PM team is in better shape than ever. This means that I’ve been given an opportunity to take a new role that will allow to me focus on broader efforts across the Platform Business Unit. After 7 years of working on Flex and its related tools I’m excited to improve my own understanding of how our larger business works and do what I can to make sure that all of us within Adobe are making the Flash Platform the best it can be. This role change means that I’ll be less involved in the day-to-day operations of Flex, so you won’t see me announcing new builds, beta programs, or responding on the forums.

Hope to see many of you at 360Flex! Reasons to go to 360Flex San Jose Doug McCune Stalks Me Spark Sample Themes. Daniel Koestler. Last week, Adobe announced the public betas of Flex “Hero” and Flash Builder “Burrito.” You can use these tools to begin creating your own mobile applications that run Flash, AIR, and Flex content, and I recommend you check them out here and here. If you’re looking for the next step in getting started with a real-world Flex app, however, you may be interested in the following: I created an open-source application called SurveyApe, which should help you get started in the process of creating robust, real-world Flex mobile applications. It’s available on Adobe Labs: New URL: 05/16/2011 SurveyApe utilizes SQLite, the database framework that’s available in Adobe AIR.

When you first import SurveyApe into Flash Builder (or your IDE of choice), you should open the src/database/Database.as file. For example: Download survey ape 0.4Update: Download Survey Ape 0.4. Pete's Blog. Advanced CSS Selector With the Flex SDK Gumbo alpha release almost ready, I wanted to blog about the new advanced CSS selector capabilities. We’ve added support for descendant selectors, class conditions for type selectors (previously class conditions were only registerd by themselves at the top level, i.e. “globally” instead of on a type by type basis), and id conditions for both type selectors as well as globally. These selectors were chosen as they were seen as the most requested by the community. A few known issues that will be fixed shortly after alpha include allowing combinations of conditions at the top level (e.g. a top level id and class selector together in a selector chain, “.specialButton#button12″); Targeting XMLSchema subtypes for anonymous ActionScript Objects For strongly typed objects, you can implement the mx.rpc.xml.IXMLSchemaInstance interface to provide a QName for the xsiType property to target the subclass to be used during encoding.

Continue reading… Download file 1. Home - Adobe Flex.org. Flexreport. There has been some recent discussion over how to get tics and labels on Spark Sliders. Halo Sliders contained built in support for tics and labels, however, this feature does not yet exist for Spark Sliders. While built in support may be added in the future, for the time being the way to get tics and labels for a Spark Slider is to implement a custom skin. With the new Spark skinning architecture, this is relatively easy to do. For example, to get labels for an HSlider, you could simply copy, rename, and then modify the HSliderSkin.mxml file. First, copy HSliderSkin.mxml and give it a new name, i.e. CustomHSliderSkin.mxml. This assumes that the CustomHSliderSkin.mxml file is in the same directory as the application file.

In the CustomHSliderSkin file you can add labels in any number of ways. To add a label that displays the string “min” to the left hand side of the HSlider, you can define a SimpleText component as follows: The skin would therefore contain the following: Peter deHaan. New Adobe ColdFusion blog — I started another new blog (cfexamples.com) the other month, but have been holding off on posting the URL until I got some more content posted. So far just a random collection of ColdFusion things that I could remember from my ColdFusion days and some new stuff from ColdFusion 8 and 9. As always, you can follow my sad little Twitter account (@pdehaan) to see the latest aggregated posts from my mini example blog empire (as well as other random tweets). Flex Hero SDK 4.5.0.18623 preview build available now I posted this on my @pdehaan Twitter yesterday, but forgot to post it here.

This Weeks Top Posts (3/6) Here is a collection of blog posts from my coworkers on the Flex SDK, Adobe AIR, Flash Player, Flash Authoring, OSMF, and Evangelism teams. AIR stuff: Flash Player, Evangelist, OSMF stuff: Nightly Flex 4.1 builds now available on opensource.adobe.com This feature adds a property and a method to the existing IVisualElement interface. Yay! Flexophile. Last June we announced that with the release of Flex 3, the Flex SDK would move to an open-source development model. In the meantime we rolled out our Jira-based open bugbase at But we’ve also been busy on a lot of other open-source infrastructure. Fortunately, you don’t have to wait much longer to see it! Here’s a rundown on what’s coming soon. We’ve set up a Subversion repository to hold the code.

. * the ActionScript 3 compiler * the MXML compiler * the fdb debugger * the swfutils library The swfutils library provides Java classes that can read and write the SWF file format for Player 9, including the ABC blocks that contain the AS3 bytecode. All this code is being made available for your use under the Mozilla Public License, so start thinking about what you could do with it! We’ve built a website for the Flex SDK open-source project that explains Of course, it also provides downloads of daily builds. If you want to be an active participant, you can. Differences between Flex 3 and Flex 4 | Adobe Developer Connecti. One of the major themes in the Flex 4 SDK is "Design in Mind". This goal involves creating a smoother workflow between designers and developers.

To help achieve this, the framework provides a clear separation of the visuals for a component and the rest of its behavior. In Flex 3, an individual component's code included logic around its behavior, layout, and visual changes. In Flex 4, the components are factored out into different classes, each handling specific pieces of behavior. As specified in the Gumbo Architecture Document: "The main component class, the one whose class name matches the component's MXML tag name, encapsulates the core behavior of the component. Coupled with that component class is a skin class which manages everything related to the visual appearance of the component, including graphics, layout, representing data, changing appearance in different states, and transitioning from state to state.

Namespaces and packages in Flex 4 URI: