Archive for the 'Flash' Category

Augment Reality in Flash CS4

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

Augment Reality Flash CS4 Earlier this month Adobe released its August issue of Adobe Edge, which include a nice tutorial on how to do augment reality in Flash CS4 to show an interactive 3D object on a real image captured live from a camera. The tutorial does not explain every single line of code used, but does provide a general guide on how to create each separate piece and the general function of each code segment. A nice read for someone interested in such a project. View the tutorial here.

Tutorial: Creating A Simple AIR Application

July 31st, 2009 by Blue Chi
Posted in Adobe Air, Flash, Tutorials

Creating A Simple AIR Application Our latest tutorial will teach you how to create a simple AIR application that works as a clock widget. The application will also have basic AIR-online functionality such as dragging the whole window and closing the application. The tutorial will cover the whole process for creating the application including the signing process. You can view this tutorial here.

Tutorial: AS3 Date Class

July 24th, 2009 by Blue Chi
Posted in Flash, Flash, Tutorials

AS3 Date Class Learn how to retrieve time and date information using this simple ActionScript 3.0 class in this tutorial.

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.