Not only were there plans for the Photobucket AS3 lib…

June 02nd, 2008 | Category: Adobe AIR, Adobe Flex, Mashups

They’re basically done! http://code.google.com/p/photobucketas3lib/ I just got finished working it into MyStylez today for easy drag/drop functionality while building MySpace layouts. The AS3 library itself is extremely well done and easy to use, took me no time at all. Great job Photobucket gang!

Going forward, I know which api I’ll be using for online image sharing ;) I know some other AS developers, like Quentin, who commented on the last post were searching too and we didn’t see anything up on Google code yet, so we planned on maybe starting up a project. The guys at Photobucket beat us to it. So that was an easy job for us, can’t beat that!

Read more

Technorati Tags: , , , , ,

No comments

Any plans out there for an AS3 Photobucket library?

May 01st, 2008 | Category: Adobe AIR, Adobe Flex

I’ve been working with the AS3 Flickr library trying to make MyStylez cooler with some Flickr + AIR drag and drop goodies and was thinking I’d eventually try to work in the Photobucket API too.

I haven’t seen any ActionScript library projects yet, but then again I’ve been sitting in the dark for two weeks writing code and staying away from the sun…very healthy indeed. You may have noticed I didn’t exactly go to town on the blogging either, pardon my absense :) as I’ve been wholly absorbed with so much code flying through my neurons I feel like my head could split.

Does anyone know of any plans to crank out an AS3 lib for the Photobucket API? If so, I might want to jump on that one.

Technorati Tags: , , , , ,

15 comments

Adobe AIR Beta 3 - descriptor file porting

December 13th, 2007 | Category: Adobe AIR

I ported AirSpace today from AIR Beta 2 to Beta 3 and overall it wasn’t that bad. Heh! First off, I originally used Rich Tretola’s UpdateManager class for AirSpace’s updates before, and it looks like he updated his entry for Beta 3 already. Wish I knew this before I upgraded mine :P Oh well, it’s done now. If you want a cool way to update your apps, that one works like a charm.

Nothing massive changed, its all pretty easy, but rather than chase all the new stuff down, I figured I’d post in case someone else runs into issues.

The first issue I had, was to remove references to Shell.shell and replace with nativeWindow inside the ActionScript. At least that’s one thing the new compiler was griping about and is now fixed. Referencing the application descriptor file from within the code had a few minor changes. The first thing I did after installing Beta 3 for AIR and Flex 3, was just create a new AIR project for AirSpace. That way, I had a new descriptor file to play with and seemed easier than chasing down any artifacts in the old one.

Read more

Technorati Tags: , , , , ,

2 comments