Notebook Margins Playhouse

Go to the home page of Notebook Margins Playhouse Go to the "Me" section Go to the "Thoughts" section Go to the "Little Lab" section Go to the "Art" section

Flash Things

Like many other folk, most of the Flash work I've done professionally is for companies that would prefer I don't make the work public, so I only make the things that I do solely on my own time available here for download.

Still, sometimes I make things on my own that might come in handy later. Flash has had a bit of an evolutionary climb in getting to it's current position as such a nice tool for developing application interfaces. So here are some things for folk who still need to do work for older versions of the player. Use them for commercial or noncommercial work if you'd like, but they are obviously offered as is, I'm non liable and all that kind of legal stuff :) And I'd appreciate an email if you end up using one of them.

Flash4 Stack With Flash4 you could fake arrays but sometimes a stack is better. This stack function is really more like a stack plus tax.
Flash4 List Yet another option to a stack and an array, lists are nice because you can insert an element in the middle of one.
Flash4 Cookie An tutorial and HTML template which uses Javascript to store a cookie in case you don't have access to a server side tool.
Flash4 Draw and Erase This uses a custom version of the List. I created it to use as a signature file on were-here, but I never got it down under 20k.
Flash5 Binary Search Tree Associative arrays may be zippy, but sometimes you want your information constantly in sorted order. This is for then.