DevlogsDevlogs
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...)Recently I have had to implement exporting PPT files directly form flex application. Looking for possible solutions I have found one that uses Java applet. The idea was to use Java Applet as a 'worker' for Flex application.
(read more...)In AIR 1.5 and Flash Player 10 the maximum size for a BitmapData object is restricted so that total number of pixels cannot exceed 16,777,216 pixels. Lets say we need (for some reason) to use larger image. We cannot use Loader class to load it because we will get runtime error. But still much larger images can be loaded using libjpeg ported with use of alchemy project
(read more...)Just a quick note, without any clarification. The question is, how to call method that was overridden in Action Script code. Suppose Our object exposes to Action Script public method 'execute'. When You override this method Your additional code will not be executed
(read more...)Just a quick note, motivated by bytearray.org post about fast jpeg encoding. I am preparing a short talk about Alchemy project and, as an example I have developed an asynchronous JPEG encoder.
(read more...)