I’m heading to Europe for a couple of months in a bit and I need someone to take of an ongoing project of mine. Hopefully this year I won’t get caught at the border though ;)
This is one of the most challenging, interesting and rewarding project I’ve had the pleasure of working on. It is […]
When you place a line in between pixels in medium quality mode, the line smudges and its thickness looks like it is 1 pixel larger than it is supposed to be, which makes it hard to use this mode for practical purposes. It’s too bad too, because the quality is a lot better than low […]
If you’ve played around with Remoting you probably have encountered instances of mx.remoting.RecordSet, perhaps unknowingly. Here’s an outline on using RecordSets, followed by a sample movie which showcases a few of the functions discussed here.
Whenever you return a mysql query result from amfphp or a DataTable from Fluorine, you receive an instance of mx.remoting.RecordSet. […]
It seems a bit of overkill that Adobe should include a ‘SimpleButton’ component when Flash already has a Button primitive type that does the job for what most of us consider a ’simple’ button, and a Button component for most advanced functions. However, Button doesn’t support toggling and a visually different disabled state, and mx.controls. […]
Although satisfied with my solution to the conendrum of configuration files with the plist parser, it suddenly hit me that I may have been using the wrong solution all along. While plist does preserve ActionScript types, you still have to “translate” actionscript statements into XML. Since this current project I’m working requires a lot of […]