Archives

Archive for May, 2006

cinqetdemi.Config: a plist config file reader for Flash

( News )

Feeling limited with FlashVars, and frustrated with custom xml formats that don’t retain type information, I followed former colleague Will Prater’s advice and implement a plist loader and partser for Flash.

plist is an xml dialect by Apple specifically suited for configuration files which retain type information. Your plist file should contain a top-level […]

Python, wxPython, and Flash: cross-platform projectors

( News )

If only it were true… wxPython is a toolkit that allows the creation of native cross-platform GUI applications using the Python scripting language. Sounds good? Well, it is pretty sweet. One well-known example of a wxPython app is the excellent SEPY by Alessandro Crugnola, aka Sephiroth. I don’t know about you, but I think writing […]