Monthly Archives: October 2008

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 … Continue reading

Posted in Flash

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 … Continue reading

Posted in Flex, Flex 3.0, Flex Hacks

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 … Continue reading

Posted in Uncategorized