Archive for the 'Tutorials' Category

Tutorial: AS3 XML Slideshow

June 29th, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3 XML Slideshow Learn how to create an image slideshow using ActionScript 3.0 and XML. All contents of the tutorial can be updated through XML. You can view this tutorial here.

Tutorial: AS3 Masking

June 18th, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3 Masking Masks can be used to create a number of fun effects and transitions. Learn how to apply them dynamically using ActionScript 3.0 by reviewing our new tutorial on this topic.

Tutorial: Introduction to Arrays in AS3

May 25th, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3 Arrays Our latest ActionScript tutorial will teach you the basics on one of the core concepts of programming on how to create logical lists of data. You can view our tutorial on AS3 Arrays here.

Creating A Flash Twitter Widget

May 19th, 2009 by Blue Chi
Posted in Flash, Tutorials

 Just found a really cool tutorial on how to make an AS3 Flash Twitter widget using the Twitter API. The widget is very simple and only loads the latest tweets of a single user – it is not an advanced Twitter client, but still very interesting.

The Twitter API has a simple command to load the latest tweets of a user in XML format, the video tutorial will show you how to retrieve this XML feed and extract the info you need from it. The tutorial also briefly mentions cross-domain security issues and shows you how to overcome this to make your widget work.

You can view this video tutorial here, don’t mind the funny British accent!

Tutorial: Using the SharedObject Class (Flash Cookies)

May 18th, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3 Shared Object Class Certain projects such as an online game or a complex website might require you to store some data on the end-users machine such a highscore or configuration details so that need to be accessed across multiple browsing sessions. This specific task can be achieved by using the SharedObjects Class of AS3. Learn more about it by reviewing our tutorial on this topic.

Tutorial: Applying Flash Filters Using AS3

April 27th, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3 Flash Filters Our latest tutorial will teach you how to apply filters such as blur, glow, bevel and drop shadow dynamically to any object in Flash using ActionScript 3.0. Click here to read this tutorial.

Tutorial: Creating an AS3 XML Video Player in Flash

April 20th, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3 XML Video Player This tutorial will teach you how to create a YouTube like Flash video player that allows the user to play a specific video by clicking on a thumbnail on a side menu. The player uses XML, so it is easy to update and configure the videos without having to go back to the FLA. Click here to view this tutorial.

Tutorial: Customizing the Context Menu Using AS3

March 31st, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3: ContextMenu Class This tutorial will teach you a very neat trick for customizing the right-click (context menu) of any Flash movie by using the AS3 ContextMenu and the ContextMenuItem Classes. Click here to view this tutorial.

Tutorial: Playing with Text in AS3

March 26th, 2009 by Blue Chi
Posted in Flash, Tutorials

AS3 TextField and TextFormat Our latest AS3 tutorial will teach you the basics on how to create a text field, configure its properties, and use an embedded font using the TextField and TextFormat Classes. You can view the tutorial here.

Tutorial: Creating A Currency Converter In Flash

February 25th, 2009 by Blue Chi
Posted in Flash, Tutorials

Creating A Currency Converter In Flash In this new AS2 tutorial you will learn how to create a simple currency conversion tool that uses a number of components and a little bit of ActionScript. Click here to view the tutorial.