Archive for February, 2007

Flash - File IO

Wednesday, February 7th, 2007

Ain’t they just the greatest?

I’ve got tons to prepare for the start of school, and lots of backlog to clear before I leave too. So I’ll be doing just that. However, that doesn’t mean I will be neglecting what I prefer to be doing, which is, thinking of horrendously complicated solutions to simple problems. In this case, it’s a little project I’m working on, experimenting a little with file operations in Flash. This is where FileReference comes into the picture. (more…)

Gonna take AMFWP offline

Friday, February 2nd, 2007

Decided that a Wordpress Blog wasn’t going to cut it. So I might design a site from scratch, or use Joomla. So I’ll take it offline for awhile till I set it up. In the future, all content will be found at this blog. The official site will be focused towards the program, and not the development of it.

AMFWP Structure

Thursday, February 1st, 2007

After days of planning, I’ve decided on the structure of AMFWP.

At first I wanted just a small set of methods to access the database, but I also wished to implement a more broad set of methods with less common usage. However, this conflicted with my original idea and I had to think of the best way to publish this integration package. Therefore, I shall be working towards this model:

Basic Package

This Basic Package will be enough for most users. They will mostly want basic operations in an easily accessible set of methods, and will adapt their application to the methods exposed by the low-level API.

Advanced Package

All the methods of the low-level API, plus additional methods/classes that allow more customisability on the client’s side, will be included in this package. These methods will mostly consist of very specific database access methods, such as getting a single detail of a post (ie post ID or post date).

Hopefully, these different models will provide a different set of tools for everyone, and most people will be happy with what’s on offer here. This is just the direction I’m heading in, and it may change in the future. Right now I will wait for more participation from the community, which should grow as I progress along.

Want to contribute? Head to http://darylteo.com/forum/index.php and post your suggestions, discussions and what not.