• Home
  • About Me
  • AIR Central
  • AS3 Libs
  • Books
  • Flex Central
  • Resources
  • The Guru's
  •  

    Flex Alpha 2

    November 29th, 2005

    Mark Anders has a really sweet post on what is coming from the various Flex teams and what we should be seeing with aplha 2.  Although no timeline has been given in this article, we can see what the Flex teams have been working on and get a taste of what we can expect to see soon.  Check out his post at:
    http://www.andersblog.com/archives/2005/11/flex_friday_dem.html


    UPS Tracking via Yahoo Maps

    November 29th, 2005

    UPDATE:
    This sample has been chosen as example of the day at:
    http://www.ifbin.com

    Using the new Yahoo maps beta I created this application to track your UPS packages as they move about the U.S. Flex is using a web service call to access a ColdFusion cfc which is acting as a facade to fetch the UPS data via cfhttp. At this time Yahoo has not released a Flex 2 swc for it mapping beta so this application is a Flex 1.5 app. The source code is availabe in the Flex By Example section of IFBIN.com.

    Run this code


    Image Cropping with AS3 and Flex 2

    November 15th, 2005

    This example show how to crop out a section on an image using the new Bitmap and BitmapData classes. It captures the x,y,height, and width from the draggable red crop box. Source code for this sample is available in the Flex By Example section of IFBIN.com.

    This sample requires the Flash 8.5 player.

    Run This Code


    Bad News and Good News

    November 10th, 2005

    OK, first the bad news, the site was down for the past 36 hours due to corruption on the server.  We are back up now and have restored most of the data.  There are a few examples that may still be missing but will be replaced shortly.

    OK, now the good news, Ted Patrick (of powersdk.com fame) has invited me to be a contributing author at IFBIN.com

    I will continue to contribute to post samples to this blog as well as IFBIN.com.

    Rich


    Open Flex Window From Flex

    November 4th, 2005

    Using the new ExternalInterface API we can call a javascript function to open a new window with a flex application.

    This sample requires the Flash 8.5 player.

    Run This Code

    View & Download Source Code