From time to time we make something that we feel is useful enough that others should benefit from it as well. Here we present some of the code snippets we have created and use regularly.
Want to know when we release more code? Subscribe to our code feed.
Need a way to reach your users? Need an easy way to syndicate your content? Need a way to tap in to social networks and the blogging community? Then you need a custom widget. Check out our services page and then contact us.
VariableLoader - ActionScript 3 Class (zip)
This class takes the new URLLoader method for loading variables in to Flash and packages it so that it works a little more like the ActionScript 2 LoadVars method.
---
Link - ActionScript 3 Class (zip)
The Link class attempts to "bring back" the ActionScript 2 method "getURL." Many people new to Actionscript 3 seem upset or confused by the seemingly extra steps needed to link to a page. The Link class is a utility class with only one method: "go". Enter a url and an optional target window and then "go" to that url.