Very easy to update/customise XML menu for use on an html website. All you need to do is update the button title and link in the xml file. Only open the flash file if you need to change colours, fonts etc.
Flash Decompiler Trillix by Eltima its a simple yet powerful software for all the flash artists out there. I am a Graphic Designer and find this software very handy and a must have if you use Flash i
A review of Friends of Ed's Foundation Flash CS3 for Designers. The book takes readers through from the basics of Flash to the new features in CS3 including the mobile profiles and enhanced video. There is also a lot of material on ActionScript 3.
In this tutorial I will show you how to create a dynamic flash navigation menu using Actionscript and xml. The xml file controls the number of buttons, the title, and the url. Once the flash file is created you can update the menu just by editing th
In this tutorial I show how to create a flash menu using nothing but Actionscript. Creating menus and other flash elements with only Actionscript makes updating, modifying, and experimenting extremely quick and easy.
I am going to talk about how to animate using Tween objects in ActionScript. Tween objects are enormously useful. They can change any numeric property of any object over time.
Box2DFlashAS3 is an open source ActionScript 3.0 conversion of the C++ Physics Engine Box2D. I’m very impressed with its well coded structure and easily implemented nature. I learned a few new things that will change how I code forever just by readi
I'll be continuing my tutorials on the Box2d Flash Physics Engine soon. Until then, here are 5 fun, simple, and incredibly addicting Flash games. What differentiates them from the hoards of other Flash games, you ask? How about lifelike physics!
In this tutorial I will show how to make a simple "game" where the background is dynamically generated and a character's movements are mapped to keyboard keys.
I’m going to walk through the steps of making a preloader for your animation, game, or application and provide easily implemented source files that you can copy and change to fit your own project. Making a preloader in ActionScript 3 is more difficu
Creating an MP3 Player in ActionScript 3.0 is fairly straight forward. I don’t plan on getting into ID3 tags here, but otherwise (as you can see) I will be going over the full functionality of a normal MP3 Player with playlist.
Box2DFlash v2.0.0 was finally released on the 17th of this month (April). Box2DFlash is the Flash AS3 port of Erin Catto’s C++ physics engine Box2D. Erin Catto is a physics programmer at Blizzard Entertainment (WarCraaaft!). We'll go over some of th
For any dynamic Flash project, XML will be a powerful tool. One of the most common examples (and one of the simplest) is a picture gallery. I will be talking about how to use Flash and XML to make a simple, yet superfly, gallery.