Monthly Archives: August 2009

Suspicious file rsmac installed with Adobe products

I noticed a process running called rsmac_3690. After doing a little research it appears it’s a peer-to-peer service by Akamai used to speed up downloading. Some people have reported it slowing down or causing issues with their connection. If you’d … Continue reading

Posted in Flash, Flex | Leave a comment

Rectangle rounded corner behavior

If your rectangle appears to have a corner radius and radiusX and radiusY are not set then check that the stroke joint type is set to miter (JointStyle.MITER). See below: <s:Rect id="border" width="500" height="500" horizontalCenter="0" radiusX="0" radiusY="0"> <s:stroke> <s:SolidColorStroke color="#FFFFFF" … Continue reading

Posted in Flash, Flex, Tips | Tagged , , , , | Leave a comment