Posted by adnandoric on Apr 13, 2009 in AIR, Blog, Eclipse, Flex | 6 comments
Adding custom icons to your AIR application can be painful if you forget to copy them in “bin-release” folder prior to exporting your project.
You can also just check in “Copy non-embedded files to output folder” in Flex compiler properties:
Flex compiler...
read more
Posted by adnandoric on Mar 3, 2009 in AIR, Actionscript, Blog, Flex | 10 comments
Working with XML in Flex or AIR can sometimes be very painfull if you mess with namespaces.
I just spent few hours figuring how to solve the «VerifyError» puzzle:
VerifyError: Error #1025: An invalid register 1 was accessed.
VerifyError: Error #1025: An invalid register 2 was accessed.
VerifyError: Error #1025: An invalid register 3 was accessed.
VerifyError: Error #1025: An invalid register 4...
read more
Posted by adnandoric on Dec 31, 2008 in AIR, Blog | 0 comments
In the MAX Air presentation by Brett Rampata and Bruce Bell on AdobeTV, one of the presented AIR applications was Desktop Keeley: a cute little news application developed by Glue for The Sun featuring Keeley Hazell. It reminded me of VirtuaGirl application (windows only)! By the way, they should develop an AIR version of VirtuaGirl
Gorgeous Keeley is here to ease you through your day, putting a...
read more