Devlogs
Recently, I have been working on AIR version of my annotation tool - http://szoter.com. In online version, user can take a screenshot of entire screen, directly from flex application. I have achieved that with use of a small Java applet (read about that in one of my previous posts 'Flex and Java applets').
In AIR version of that application I came across serious limitation, to use NativeProcess class, application has to work in an extended-desktop profile
This time just a short note about new AIR 2.0 release candidate, available at Adobe Labs. I have written an example application to illustrate how to use new ServerSocket class in AIR applications. I have used that class to create simple HTTP server.
(read more...)This time I would like to share with You, my own transformation manager implementation. It is a simplified version of transformation manager used komixo project. Manager handles rotation, scale and skew transformations
(read more...)Recently, I have been preparing to my speech at Flash Camp, where I will talk a bit about bits and bytes. As an example I have created bytecode editor for AS3
(read more...)Recently, as I worked on a new version of komixo maker, I came across this, really irritating, bug. As it is written in title, it is related with getBounds method of DisplayObject class.
(read more...)