Welcome to the new Flex.org. This site aggregates Flex news from a number of sources, and allows community members to contribute their own content as well.

Read about how to post items on Flex.org.

Subscribe to the RSS feed for Flex.org.

DZone: The footprint of the Air Ajax runtime

Executing an Air application has a non negligible runtime cost. I did a few tests to see how much memory and CPU a very simple Air Ajax application uses.

DZone: Papervision 3D Examples Added With Source Code

Added some more Papervision 3D examples with source code.
All examples use current Papervision3D GreatWhite from SVN and so far all use BasicView also.

DZone: First steps in Papervision3D : Part 2

Following from my last post, I'd like to show how Papervision3D v2.0 provides us with a class to encapsulate the viewport, camera, scene and renderer. This class is called the BasicView and is basically a wrapper class for all these objects. Rather than inheriting from a Sprite, this example is derived from the BasicView and as a result inherits automatically the four key objects named above.

DZone: First steps in Papervision3D : Part 1

In this post I hope to show how, in a few simple steps, we can create a simple 3D scene in Actionscript 3 using Papervision3D. As I've mentioned in previous posts, I'm no expert and am merely posting on the web the experiences I've had over the last few weeks in starting myself. A couple of useful links providing an introduction to 3D techniques and Papervision3D features provide a good starting point.

DZone: Some Reasons Flex Looks Appealing

James Ward politely pointed out some links where I could see more Flex in action (not the book). After spending some time doing this I started doing a bit of home brewing of my own with Flex. Here are a few reasons why Flex looks appealing to me (in no particular order).

Adobe Flex Cookbook: CSS background-position

The default Hallo skin doesn't allow background-position-ing

Adobe Flex Cookbook: Flex 3 Looping over itemRenderers in a List

Looping over the data used by a Flex List component is easy enough, but what if you need to loop over the actual itemRenderers in the List? Recently I needed to do just that.

DZone: AS3 XML Feed Class

This tip will help you create an easy to use, re-usable class that will set up an external XML feed to use E4X, datagrids, etc.

DZone: Adobe Flex - ActionScript Flexes its Muscles

This blog-post examines ActionScript and JavaScript in the perspective of Object Oriented programming. The article starts with showing how these languages derive some basic concepts from Smalltalk (well, actually Self), and perhaps Scheme, while keeping Java-like syntax, goes through comparisons and observation about the languages and their platforms and in the end discusses the future of web programming.

DZone: BlazeDS does not make use of the HTTP caching infrastructure

BlazeDS will not scale very well, because the HTTP requests will never be cached.

Syndicate content