Archives

Copy-paste problem in Flash from MSPaint

Others may have encountered this problem before, but I found this copy paste problem in Flash(Flash CS3) for the first time. Flash magically rotates and inverts the images copied by the system clipboard from MSPaint. Here are the steps how to produce it.
1. Take a print screen of your desktop by pressing Print-Screen button.
2. [...]

Flex Child Management

Flex containers are different from normal Flash DisplayObjectContainer. They hide some of their children when you try to access by a children counting method- container.numChildren. By default when no children is attached to the containers, they show numChildren value as 0, but they do contain chidren, which are known as”chrome” elements or “non-content” children. Let’s [...]

Window size limit of AIR applications

While working with Oefter, I found a limit for my application :-(. My application can not be maximized more than 2880×2880 pixels. Yeah, it’s more than sufficient for a normal user, still I consider it as a limit on AIR based applications because other window applications can stretch more than this size limit (curious reader [...]