Category Archives: Resources

Menu Systems

There are many conventions for menu navigation which web users are accustomed to. The easiest menus for a user are the ones which make use of these conventions or are creative variations on them. Ease of use is important for sites like portfolios which have to present a large volume of work, and the eyes [...]

Posted in Resources | Tagged , | Leave a comment

Flash Video Players

We took a look at how to get videos to play in flash in the post called Flash Video on the Web. However this post has resources for when you need more complex video playback features such as playlists, volume control, and customized interfaces.

Also posted in Demos w/ Source | Tagged , , | Leave a comment

Image Galleries

If you are creating a portfolio site, one important ingredient will likely be an image gallery to show off your work. It is important with whatever kind of gallery you have that it is easy to update with new content. As such most tutorials on this topic suggest using image files that live external to [...]

Posted in Resources | Tagged , | Leave a comment

Books To Help Your Scripts

Once you start to experiment with implementing actionscript classes the possibilities of the language grow exponentially. And so does the complexity. For many types of learners a book can be very helpful to provide some structure and grounding.  Here are some of the actionscript books which I have found most useful.

Posted in Resources | Tagged , | Leave a comment

Actionscript Learning Tips

1. Get use to READING actionscript before trying to master writing actionscript. Download .fla source files online and try to see how they work. 2. Consider it a LANGUAGE like any other. Think about what you want to do in english, then translate it to actionscript. This can help you BREAK DOWN what you need [...]

Posted in Resources | Tagged | Leave a comment

Digital Toys with Flash

What is a digital toy? A digital toy is meant to provide for a fun experience for a user. It could be an object or character you interact with, or even a small game.  You may also choose to experiment with audio visualizers, drawing applications or generative art systems which incorporate dynamic behaviours and elements [...]

Also posted in Articles | Tagged | Leave a comment