-
Recent Posts
Recent Comments
- Judah on Using StageWebView within a UIComponent in Mobile
- suresh paleti on Using StageWebView within a UIComponent in Mobile
- khanou on A file found in a source-path can not have more than one externally visible definition
- Judah on Flash Platform Error Repository
- Vijayarajan on Flash Platform Error Repository
Syntax Highlighter
This site supports SyntaxHighlighter. It can highlight your code.
How to highlight your code: Paste your code in the comment form, select it and then click a language link. This will wrap your code in a pre tag and format it when submitted.<s:Spacer height="10"/>
Tags
Categories
Blogroll
Meta
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