Flex Examples: Smoothing the background fill on an MX Panel container in Flex 3

The following example shows how you can apply smoothing to a background image fill on an MX Panel container in Flex 3 by extending the BitmapAsset class, setting the Boolean smoothing property, and setting the backgroundImage and backgroundSize styles.

<?xml version="1.0" encoding="utf-8"?>

<

Digg: Cool Valley: Adobe Demonstrates Flash On HP Slate Tablet

In this newly released video, "Alan Tam from Adobe Flash Product Marketing walks us through Adobe Flash and Adobe Air functionalities on HP's upcoming slate device."

Digg: Adobe AIR based financial planner software Free Download

Any software that's based on Adobe AIR is a big hit with me because I think the platform lends itself to creating elegant interfaces.

Flex Examples: Checking that an item is selected in the Spark DropDownList control in Flex 4

The following example shows how you can check whether the user has selected an item in the Spark DropDownList control in Flex 4 by setting the Boolean requiresSelection property to true or using a NumberValidator to check the DropDownList control’s selectedIndex property is greater than -1.

<?xml version="1.0" encoding="utf-8"?>
http://blog.flexexamples.com/2010/03/12/checking-that-an-item-is-selecte... -->

Adobe Flex Cookbook: RTMP Data Push from .NET to Flex

Flex applications often need a way to be notified about changes or events taking place on the server-side. For instance, financial applications need to have a way to stream stock quote data to the ric

Adobe Flex Cookbook: Introduction to Flex 4 and .NET Integration

The recipe provides clear step-by-step instructions for configuring a Flash Builder project to work with .NET backend. It reviews a basing .NET (C#) service and demonstrates how ActionScript code can

Adobe Flex Cookbook: Using rich HTML text formatting with embedded fonts

You want to use rich text formatting like bold and italic with an embedded font, but the documentation does not tell you how and you only get the regular font displayed in your TextArea with htmlText.

Digg: Adobe AIR and Microsoft Silverlight in comparison

Lisa L. Morgan from SDTimes.com interviewed Sergey Marchuk, CTO of Oxagile software development company, on the issue of comparing Adobe AIR and Microsoft Silverlight.

Digg: HP Slate boast Adobe AIR and Flash hits iPad drawbacks

Apple’s iPad has been greedily taking attentions for the past few months now starting early this year and throughout some major events like the Grammy and Oscars. But don’t you get too much excited on iPad’s April 3rd release because you might be surprised by HP slate –a collaboration of HP, Adobe and Microsoft...

Flex Examples: Creating a justified multiline Spark Button control in Flex 4

The following example shows how you can create a multiline, justified label on Spark Button control in Flex 4 by creating a custom skin and setting the textAlign style and removing the maxDisplayedLines property.

<?xml version="1.0" encoding="utf-8"?>
http://blog.flexexamples.com/2010/03/09/creating-a-justified-multiline-s... -->

Syndicate content