RSS

Archive | Flash RSS feed for this section

Getting Started With BetweenAS3

21. July 2009

14 Comments

Getting Started With BetweenAS3

There are many popular open source tweening engines in the Flash community today. Numbered among these are Tweener, TweenLite/Tweenmax, Tweensy, and GTween. This is a short look at the capabilities of newcomer to the scene: BetweenAS3. BetweenAS3 is the tweening engine brainchild of Yoshihiro (yossy) Shindo and is available as part of the Spark project (i.e. it is brought to us by one of the same group that brought the world the FLARToolkit for Augmented Reality in Flash and countless other goodies).

Continue reading...

Create an intelligent XML image Gallery & Slideshow in Flash CS4 (+PHP) – Part I/II

13. July 2009

33 Comments

Create an intelligent XML image Gallery & Slideshow in Flash CS4 (+PHP) – Part I/II

In this article you will learn how to build an image gallery that will load images from a web server. I decide to call it "Intelligent" because you don't need to configure any XML or flash file. Just put the Flash movie and the images on a server and they will be loaded automatically. Nice ah?

Continue reading...

Build a Creative “Swirl Animated Menu” with Flash CS4

1. July 2009

17 Comments

Build a Creative “Swirl Animated Menu” with Flash CS4

Flash it's a powerful application and can be really complex, but even beginners can create a cool menu for demonstration or for use in a personal site. The menu that we will create is simple, but the swirl animation is something that you don't see everywhere, for that I've decided to explain one way to make an animation of growing swirls without any Action Script code.You will also learn how to import artwork from illustrator where I've pre-made the graphics, the work is very simple and the result will be very cool.

Continue reading...

SWFObject and Best Practice Implementation

29. June 2009

32 Comments

SWFObject and Best Practice Implementation

With more and more full screen Flash web sites appearing on the internet, it's important to understand how to properly embed the Flash movie in the browser window. In this tutorial we will cover best practice embedding of SWF movies using SWFObject with a custom function for adding browser scrollbars for smaller browser windows.

Continue reading...

Create a 3D Bowling Game with JiglibFlash and Papervision 3D

24. June 2009

16 Comments

Create a 3D Bowling Game with JiglibFlash and Papervision 3D

Possibly the hottest thing to hit the Flash community since the advent of several excellent 3D engines is the recent debut of 3D physics engines. Here we'll examine a way of using one of the more popular 3D engines, JiglibFlash, in conjunction with the prominent 3D engine Papervision3D to create a bowling game.

Continue reading...

Build a Dynamic Accordion Menu in Flash CS4 with ActionScript 3.0 and XML

17. June 2009

109 Comments

Build a Dynamic Accordion Menu in Flash CS4 with ActionScript 3.0 and XML

In this tutorial you will learn how to build an accordion style menu from scratch that can be configured by using an external file. The menu items can bet totally configured in XML with label and can load text, image or swf on it's open "state". Just follow the tutorial, it's quite simple. At the end you will see a secon example achieved by this procedure.

Continue reading...

Create Random Torn Photos with Actionscript 3.0

10. June 2009

9 Comments

Create Random Torn Photos with Actionscript 3.0

One of the most powerful sets of classes in ActionScript 3 revolve around BitmapData and pixel manipulation. In this tutorial we are going to look at dynamically creating a photo with torn edges by compositing several images together.

Continue reading...

Create real water effects with Flash CS4 & ActionScript 3.0

2. June 2009

34 Comments

Create real water effects with Flash CS4 & ActionScript 3.0

In this Flash CS4 tutorial you will learn a advanced technique called perlinNoise to create a realistic water effect into any image. We will show you how to apply it in two different situations, one in a river, creating the water effect in whole image, and the other one in a waterfall using a more [...]

Continue reading...

Create Cool Line Effects using Actionscript 3.0 in Flash CS4 or Flex Builder 3

18. May 2009

27 Comments

Create Cool Line Effects using Actionscript 3.0 in Flash CS4 or Flex Builder 3

In this tutorial, you will learn the basics of architecting a simple Line Effect, using Flash CS4 or Flex Builder 3. We try to cover the basics on the simplest way, so everyone will be able to step in the scripted animation with actionscript 3.0. The fact of using only code to generate animation and effects, will result on a very small file size, which will improve the loading performance on the browser and enables a better interactivity experience.

Continue reading...

Creating a Flash Lite Application with Flash CS4 and Actionscript 2.0

27. April 2009

7 Comments

Creating a Flash Lite Application with Flash CS4 and Actionscript 2.0

Flash Lite runtime is optimized for small electronic devices, mainly for mobile phones. As the name suggests, it’s lighter than the normal Adobe Flash Platform. It emphasizes on low CPU usage, file size and memory usage. You can create all sorts of content with Flash Lite, for example games, animated screensavers, wallpapers, and maps. In this tutorial I’ll teach you how to create your very own Flash Lite application for a mobile phone! The application will send an email to an address you specify.

Continue reading...