Mike Chambers

code = joy

Archive for the ‘ActionScript’ Category

Atom ActionScript Class v.22

without comments

Just a quick fyi. I have updated my ActionScript 2 Atom class.

You can find more info on the latest changes, and well as view the class here.

Written by mikechambers

February 12th, 2004 at 5:18 pm

Posted in ActionScript

W3CDateTime ActionScript Class

with 2 comments

As part of the ActionScript 2 Atom class that I am putting together, I have created an ActionScript class that represents a W3CDateTime string. This is the format that Atom uses to represent dates.

A beta of the class and simple usage example is included below. If you have any questions or suggestions (especially parsing optimizations), or find any bugs, please post them in the comments.

Read the rest of this entry »

Written by mikechambers

February 6th, 2004 at 6:53 pm

Posted in ActionScript

Atom Feed ActionScript 2 Class Alpha

with 12 comments

I am putting together an ActionScript 2 class to represent and parse Atom feeds. I have put together an early alpha version of the class, but wanted to get some feedback on it before I continue work on it.

Read the rest of this entry »

Written by mikechambers

February 5th, 2004 at 4:32 pm

Posted in ActionScript

EventProxy.as : Proxying Events

with 23 comments

One of the issues I ran into while building the MXNA WebService example app, was that both the ComboBox and DataGrid both broadcast “change” events. This meant that I could not have a separate function to listen for each event (and have the functions run within the scope of the feedView class).

Read the rest of this entry »

Written by mikechambers

January 28th, 2004 at 2:18 am

Posted in ActionScript

MXNAFeedView.as

without comments

Here is the next class from the MXNA Web Service sample app. This is the MXNAFeedView class, and is the main (and currently only) view class of the app.

It contains most of the UI elements for selecting and displaying categories and feeds.

You can also view the MXNAAppController class.

I will post the rest of the classes as I comment and finish them.

As usual, if you have any suggestions or questions, post them in the comments.

Read the rest of this entry »

Written by mikechambers

January 27th, 2004 at 3:38 pm

Posted in ActionScript

MXNAAppController.as

with 8 comments

I am going to post the class files for the MXNA WebService App I put together over the weekend. I will post them as I add the comments.

I will eventually post all of the source, but I want to work out all of the kinks first.

The first class I am posting, MXNAAppController is the controller for the application. It handles all communication with the web services on the server, and contains a single view class, that contains most of the UI elements for the app.

So, if you find any bugs, or have any suggestions, post them in the comments.

Read the rest of this entry »

Written by mikechambers

January 27th, 2004 at 2:34 am

Posted in ActionScript

ActionScript 2.0 Resources

with 2 comments

Written by mikechambers

January 22nd, 2004 at 5:28 pm

Posted in ActionScript