Log in | Jump |

Flash Player roundup

Flash Flex Air FMS

Things categorized as 'Adobe Flex'

(preview-image)

Building a Flex application that connects to a BlazeDS Remoting destination using Flash Builder 4 beta

Posted on December 10th .
By Sujit Reddy G: This article explains how to create a Flex application in Flash Builder 4 beta 2 that invokes a method in a Java class on the server using ...
(preview-image)

Creating a Swipe/Slide Effect With Flex

Posted on December 10th .
By Andrew Trice: In this example, we will walk through the creation of a swipe/slide effect inspired by the transitions that you often see in touch-capable devices when you use a ...
(preview-image)

Integrating Amazon Flexible Payment Service with Flex and Adobe AIR

Posted on November 30th .
By Miti Pricope: This article describes a technique for integrating Amazon Flexible Payment Service (Amazon FPS) with a Flex application running in Flash Player and in Adobe AIR. I will cover ...
(preview-image)

Validation in Flex with Hamcrest-AS3

Posted on November 22nd .
By Joel Hooks: Hamcrest? No, it isn't a fancy sandwich topping. Hamcrest is a framework for creating matchers, allowing matching rules to be defined declaratively (from  Read More →
(preview-image)

Flex 101: Customize Scrollbars

Posted on November 16th .
By Andrew Trice: Customizing scrollbars in Flex is something that I see requested all the time, and it's actually really easy to do. I see requests for things like getting rid ...
(preview-image)

Flex Template Components Rock

Posted on November 16th .
By Amy Blankenship: Flex comes with a full spectrum of components, but once in a while you get hit with a request to do something that is difficult to shoehorn into ...
(preview-image)

Refactoring Flex 4 applications

Posted on November 16th .
By Jeanette Stallons: Refactoring is the process of cleaning up your code. It is not changing or adding functionality to your application. It is rewriting your code so it is more ...
(preview-image)

How does Flex Size Components?

Posted on November 14th .
By Jeffry Houser: This question comes in from Corey I'm a newbie to the world of web development and Flex. I'm currently working on a project that will allow visitors to post ...
(preview-image)

Flex Skinning Problem using SWFs and Scale 9

Posted on November 14th .
By Stefan Ritcher: I'm saying it's a bug because I think it should work differently to what is happening in my application. I was trying ...
(preview-image)

Flex 101: Creating an Interactive Chart

Posted on November 8th .
By Andrew Trice: In this post, we will walk through the steps to create an interactive chart with a Google-Finance-esque interaction. Before we get to far into ...
(preview-image)

Barcode Scanner Support for Flex

Posted on November 8th .
By Jan Poehland: I recently came across an interesting problem when we had to access barcode scanners from Flex applications. The scanners came in different models but all were connected to ...
(preview-image)

Presentations from BFlex – Flex Data Paging

Posted on November 4th .
By Rich Tretola: I have updated both of my presentations that I did at BFlex last weekend. They are now available for download at Read More →
(preview-image)

Support The Flex Show in 2010

Posted on November 4th .
By Jeffry Houser: Every once in a while on the Flextras Friday Lunch the conversation turns to business related ...
(preview-image)

Introduction to viewports and scrolling in Flex 4 beta

Posted on November 4th .
By Hans Muller: Flex 4 beta provides an interface called IViewport that all scrollable components must implement, and Scroller, a component that uses scrollbars to enable interactive scrolling of a viewport ...
(preview-image)

Building a desktop application with Flash Builder for Force.com – Introduction

Posted on November 4th .
By Jeanette Stallons: Adobe Flash Builder for Force.com is an IDE developed jointly by Adobe and salesforce.com that gives developers a single, powerful tool for building Force.com Flex desktop applications with ...
(preview-image)

Creating New Flex Locales in OSX

Posted on October 27th .
By Stefan Ritcher: When adding localisation support for my Flex applications I often find myself having to create new locales. This process is not very easy and involves some Terminal/Commandline interactions. ...
(preview-image)

Setting word wrapping on a Spark List control in Flex 4

Posted on October 27th .
By Peter Dehaan: The following example shows how you can enable word wrapping on a Spark List control in Flex 4 by overriding the default layout with a VerticalLayout object and ...
(preview-image)

Rounded Corner Component with Tiled Bitmap Background

Posted on October 24th .
By Jason Olmsted: Lately, I have been getting more involved into working with the visual aspect of Flex. Up to now, I had been able to pass off the styling to ...
(preview-image)

Searching an ArrayCollection fast and easy

Posted on October 24th .
By Jorn Kinderas: Let's say your Flex project needs to maintain a large amount of data, like all the userdata from you big ass site. You can use several datastructures in ...
(preview-image)

Setting the video alpha on a Spark VideoPlayer control in Flex 4

Posted on October 24th .
By Peter Dehaan: The following example shows how you can set the video alpha on a Spark VideoPlayer control in Flex 4 by setting thealpha property on the VideoPlayer instance’s videoElement property. Full ...