Another AIR gotcha.. As well as allowing your server access to the .air filetype make sure the location to the air file is the absolute path unlike the relative path in Adobe’s own example! credit to this blog entry: http://blog.joshbuhler.com/2008/06/30/air-installer-badge-error-2032/
Monthly Archives: July 2008
Adobe Air launch at startup in Flash AS3 Class
As Adobe AIR is still relatively new, i’ll be documenting my train of thought my finds and roadblocks on Labs, it could get messy – you have been warned! Here’s another:- To force an application to launch at startup,when a user logs in, you must use this NativeApplication.nativeApplication.startAtLogin = true; When it’s used in an… Read more »
Check your Google Map API versions
Got a problem with a Google Map? Don’t forget to check what version of the API you’re using! It’s easy to copy and paste the map javascript include over from another project without checking the version – but if you’re not using the latest version and you’ve got a problem it could have been fixed… Read more »
Old-skool AS prototype library
I’ve been updating a few old AS1 projects, which has been a trip down memory lane, to say the least. In trying to walk softly and make the fewest changes possible, I ran into the problem of trying to make some hyperlinks in a textfield accessible by tabbing. After an extended Google session I found… Read more »