Tag: adobe air
(Shibuya-beta) Adobe’s Try/Buy service for AIR applications
by Dave on Oct.10, 2009, under Actual RIA info, Adobe AIR, Adobe Flex, Coolness, PXL Info
Ok so it takes me a while to catch up on the blogging. MAX is over and the secrets are out. One thing I was particularly happy about was the new Shibuya Beta program, where Flex developers could incorporate Adobe’s licensing framework and start selling AIR apps.
My colleague Holly Schinsky and I were invited to be part of the super early beta program before MAX, which was extremely cool. This is huge for AIR developers because we now have a fully supported means of monetizing our applications. In the early days of Apollo (AIR’s beta name) I had come up with the idea for Attest (mock exam software for Adobe’s Flex certification) while studying myself. There was nothing on the market and I had compiled heaps of data while studying, so I thought it would make for a nice side project.
Buy American…but don’t pay for Attest 1.5 though
by Dave on Mar.05, 2009, under Actual RIA info, Adobe AIR, Adobe Flex, Coolness, Intense Nonsense, Nonsense, PXL Info
Ok that’s an excuse, but a good one! I finally bought myself a Fender FSR Highway One Stratocaster HSS
made in the USA of course
Needless to say, I got NO work done the rest of the day…well no RIA work anyway. Man this is one sexy guitar!
Sorry, I had to share my euphoria though. With this thing in the office, I’ll have a hard time getting any work done. Anyway, I’ve been working my rump off on a bunch of different things but mostly I’ve been cranking on Attest 1.5. It’s built in Adobe AIR (see PXL blog for the full scoop). This is current being tweaked and tested, and will be available shortly. The coolest news is that it’s free for non-commerical use. If you want to get certified in Flex 3/AIR, you’ll want to download this AIR app when it’s finally released. I’ve taken a way longer time getting it out than I had originally planned on, but with my work load, and being a one man show so far, it’s been tough.
Not only were there plans for the Photobucket AS3 lib…
by Dave on Jun.02, 2008, under 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!
Any plans out there for an AS3 Photobucket library?
by Dave on May.01, 2008, under 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.
Adobe AIR Beta 3 – descriptor file porting
by Dave on Dec.13, 2007, under 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
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.
