Great pure actionscript projects: a gallery demo.

As a developer of flex applications I have often received critique for the size of the applications, and of course it could be a problem if they should be loaded fast with limited bandwidth. There are techniques for removing classes that are not needed, but another alternative is to choose a new “Actionscript project” instead of creating a new “Flex Project”. Maybe you don´t need all the fancy things from Flex: the ResourceManager, the StyleManager,

Posted at 10pm on 16/01/10 | 1 comment | Filed Under: as3 -general, flex read on

Optimizing Collada files for Papervision with Ant

Recently I have been developing a very large flex/papervision3d project. The guy who´s making the 3d models is an external resource, frequently committing new collada files to our repository. One of the problems with these files are that his exporter is generating so much junk, and it has become necessary to do something about the sizes of the files.

For this reason I have added a subscript to my main build.xml, using the XmlTask from

Posted at 11am on 05/01/10 | 1 comment | Filed Under: 3d, ant read on