Archive for November, 2008

Bumpslide AS3 RPC Classes

Wednesday, November 19th, 2008

I have been refactoring my service loading application code recently, and I am moving away from my URLLoaderQueue in favor of classes that represent individual requests. After doing a few Flex projects, I really like the IResponder interface, and when using that in conjunction with the Command pattern, it just makes sense to have a URL request implementation that can use this responder interface. Much of this code is inspired by code in the Flex framework, but note that there are no Flex dependencies here. This code is designed for those that like the idea of IResponder and the Flex service classes but don’t want to get bogged down in the Flex.

(more…)

Bumpslide App Template

Thursday, November 6th, 2008

I’ve recently updated my application template located in the examples section of my Bumpslide Library. I’ve taken this a step further by packaging this as an archive that is ready to use as a starting point for new AS3 Flash applications.

Download: Bumpslide AS3 App Template
(more…)