OC Flex

The Official Flex User Group for Orange County, California.

OC Flex

Flickr AIR App Source Available

February 7, 2008 · 4 Comments

Here's the source from the example Evan Gifford walked us through during his presentation. It was an AIR application that ties into Flickr. Sorry for the lag time getting this up. Thank goodness one of the members reminded me to get it posted.

Download the source here. 

Tags: Recaps

4 responses so far ↓

  • 1 Mayur // Feb 7, 2008 at 9:46 PM

    the two classes missing from the source :
    1. com.adobe.webapis.events.ServiceEvent;
    2. com.adobe.webapis.URLLoaderBase;
    (compiler complains)

    there is no direct events under webapi
    its :
    adobe
    --webapis
    -- flickr
    -- events...
  • 2 Nicholas // Mar 6, 2008 at 8:36 AM

    The Flickr API requires Adobe's corelib API to work. ServiceEvent and URLLoaderBase are in there.
  • 3 Nicholas // Mar 6, 2008 at 8:38 AM

    Adobe's corelib library: http://code.google.com/p/as3corelib/
  • 4 ricardo Sanchez // Apr 3, 2008 at 2:45 PM

    HI Nicholas, I got the corelib but now I got another error

    1017: The definition of base class ServiceBase was not found.

Leave a Comment