Flash

How to enhance your websites by using Flash elements

How to enhance your websites by using Flash elements

By | January 4, 2013 at 8:46 am | No comments

It is only natural for web designers to desire to create something totally one of a kind and really impressive. If lately, you believe that everything is just too common and too boring for your website, then maybe you should orientate towards something different. My suggestion...

Posted in: Developers, Flash

Load multiple external swf in AS3

Load multiple external swf in AS3

By | April 28, 2011 at 10:06 am | No comments

In this post I will write about loading multiple external swf’s in Actionscript 3. A common problem you face when loading more than one swf is that multiple copies can potentially be loaded. Look at the example below. btn1.addEventListener(MouseEvent.CLICK,...

Posted in: ActionScript3, Flash, Tutorials

Wallaby – Flash to HTML5 Converter

Wallaby – Flash to HTML5 Converter

By | April 7, 2011 at 5:17 pm | One comment

Adobe has released a new labs feature for its Flash Professional program called Wallaby, which helps convert FLA artwork and animation into HTML5. The converted HTML can be then edited just like any other HTML in a text editor or even Dreamweaver.This feature is very useful for...

Posted in: Flash, HTML 5

Flash AS3 Photo gallery

Flash AS3 Photo gallery

By | March 22, 2011 at 10:37 am | 11 comments

In this tutorial, we are going to create a Flash AS3 Photo Gallery. The paths of the images will loaded from external xml file and then we will apply Tweener class to add some nice transition effects. You can find this class from Google. Click here to download. Create a new...

Posted in: ActionScript3, Flash, Tutorials

Control Flash Movie Clip with ActionScript 3

By | March 11, 2011 at 7:37 am | 7 comments

This tutorial shows how to use Flash ActionScript 3 to control Flash Movie Clip.  The basic idea of controlling a Flash Movie Clip on the stage is to Play, Stop, Go To the next frame, Go To the previous Frame, Go To a particular certain frame and continue...

Posted in: ActionScript3, Flash, Tutorials

Create a Simple Flash Preloader using basic actionscript

By | February 25, 2011 at 8:01 am | 5 comments

Flash preloaders is very useful to show the visitors that the movie is still loading. This should helps them realize that there is something on the page which is loading even though they cannot see it. It also keeps your visitor amused for a short time and stops them closing the...

Posted in: ActionScript3, Flash, Tutorials