Tag Archive for 'flex-tutorials'



03
Dec

Developing Flex applications for AIR 1.1

Adobe AIR 1.1 is a small release that adds international support to AIR applications. In the future, the Flex team will release official updates to both the Flex SDK and Flex Builder that include the latest version of AIR. However, this particular release is happening off of the Flex release cycle, so to leverage the new functionality you must take some manual steps.

 

Continue reading ‘Developing Flex applications for AIR 1.1′

03
Dec

Flex overview

03
Dec

Flex Tutorial

How does the example work?

When you click the Load Blog Entries button my RSS feed entries are loaded into the datagrid. When you click on a row in the datagrid the corresponding entry is loaded into the text area.

Continue reading ‘Flex Tutorial’

29
Nov

Getting URL Parameters in Flex Actionscript

Get the full url with the host name and port in actionscript?

There are several methods to help with this:

getHostName()
getPort()
getProtocol() -such as http or https
getContext() -The path after the hostname but before the url parameters

29
Nov

Exception Handling with Flex

A common hurdle a developer may face is dealing with exceptions in BlazeDS. When an exception is thrown in Java, how do we handle this in flex? Here is a simple and flexible approach inspired by Scott Morgan.

1. Create a Java Class that extends RuntimeException.

package com.flexpasta.exception;
public class FlexException extends RuntimeException
{
public FlexException(String message)
{
super(message);
}
}

Continue reading ‘Exception Handling with Flex’



Get Adobe Flash playerPlugin by wpburn.com wordpress themes