Just in case you need this chart for a fancy report for your boss
I was looking for something like this for a while now and couldn’t find anything. The thought part was how to split that area chart in individual pieces so I can display the standard deviation chunks. So the only way [...]
Flex: Normal Distribution Chart
Friday, 15 May 2009
Flex: Export valid HTML from RichTextEditor and back
Monday, 13 October 2008
I’ve been looking for a RichTextEditor valid HTML parser for long time. I’ve seen all this regexp solutions but is not working all the time specially if you try to send an email with this RTE or to convert from HTML to RTE.
The solution to this problem is a XML approach. Maybe is a little [...]
Custom scroll box with mouse wheel scroll (AS2)
Sunday, 30 March 2008
Recently I was working in a project where I needed a scroll box with dynamic content and the ability to attach movies, to create empty movie clips, load external .swf files, to play movies etc. I looked around some time in order to find a shell that is easy to insert into my project. I [...]
dynamic text field bold and italic tags with embedded font problem (flash 8)
Sunday, 23 March 2008
I’ve struggled a lot with this problem in the past. So I have decided to assemble a full example for those who are having the same problem. The whole problem is how to add the font names in the library and how to embed fonts for each tag.
So for bold you need to embed the [...]
better looking embedded font for input, radio, button, check box and combo box components (Flash 8)
Sunday, 23 March 2008
For dynamic Flash pages, you might need to add a component with action script and if you embed the fonts all you will see is a blurry text hard to read and not attractive at all. This will ruin your page look!
The only solution for this problem is to set the anti-alias of the component. [...]