Flex

Adobe® Flex™ Builder 3 Professional for unemployed developers

Adobe Flex Builder 3 software is currently available for free for software developers who are affected by the current economic condition and are currently unemployed.
Program eligibility:
To receive the product under this program, you must attest to the fact that you are currently unemployed and that the software will be used only for your personal use [...]

Using Webservice classes in a “actionscript-only” Flex3 project

When using webservice classes in an “actionscript-only” Flex project, you have to make sure to include these lines of code before anything else in you class:

 var resourceManagerImpl:Object = ApplicationDomain.currentDomain.getDefinition(“mx.resources::ResourceManagerImpl”);
 Singleton.registerClass(“mx.resources::IResourceManager”, Class(resourceManagerImpl));

If you don’t include this code you will get an error like this:

Error: No class registered for interface ‘mx.resources::IResourceManager’.
at mx.core::Singleton$/getInstance()
at mx.resources::ResourceManager$/getInstance()

This is due to a bug [...]

width & height for a full-browser flash movie

Handy add-on to swfobject that allows the developer to specify a minimum width & height for a full-browser flash movie:http://blog.pixelbreaker.com/flash/swfforcesize/
“scrollbars are added to the browser window if the user has sized it under the specified width or height.”

Actionscript-only or MXML Project in FLEX

When people hear Flex, they inmediately think about file size, and in my experience a Flex project starts to get heavy when you add components and when you use MXML. Flex lets you create two types of projects:

Actionscript-only
MXML

When creating actionscript only project, the file size is the same or smaller it would be if you [...]

Silverlight – Hello World

Today I decided to test Silverlight 2.0 to see what’s is all about. I only created a small “Hello World” application, but in the next few days I plan to do the following tests:

How to load text from an xml
How to load images
How to load movies and sounds
How to do animations

My initial thoughts are that [...]

Thought experiment: Adobe kills Flex?

Let’s imagine a world where visual designers used Windows PCs instead of Macs.
Presumably they would do this because there would be a set of high-quality, powerful web design tools that ran better on Windows than on the Mac. If this were the case, it would make the most sense for these hypothetical design tools, [...]

to Flash or to Flex that is the question…

Since Flash CS3 and AS3 came out I been thinking about Flex, most of the projects I seen in Flex were impressive from an architecture/programming point of view but not visually. So that discourage me from using flex.At the same time in AS2 I was used to not having to have a FLA for my [...]

User Activity:

Flash CS5 Poll

Opensocial: Test Google FC

GFC iPhone app

<-- -->