 | Flash MX 2004 MovieClipLoader Class |
| Flash MX 2004 now provides the class for preloading images and swf files. Now you don't have to use the obsolete loadMovie method to load your images! |
| Flash Tutorials > Actionscript |
| |
 | Pass Parameters into your Flash File at runtime |
| There is no built in way to instantiate your flash movie at runtime by passing in a parameter. In a command line environment when you start a program you can pass in parameters by adding them after the executable name (e.g. myProg.exe param1,param2). This |
| Flash Tutorials > Actionscript |
| |
 | Flash Percentage Preloaders |
| This in depth tutorial from the award winning ActionScript.org will teach you in a step by step manner how to implement a percentage preloader which displays such information as bytes and percentage loaded so far, and remaining. The code is all explained |
| Flash Tutorials > Actionscript |
| |
 | Create Simple Button |
| This will show you how to create the simple button, and short key to do it fast! |
| Flash Tutorials > Actionscript |
| |
 | Simple Authentication in Flash |
| This is a simple authentication system (login/register) for flash, that uses a .txt file to store the password, and few lines of PHP to write on the .txt file. |
| Flash Tutorials > Actionscript |
| |
 | Circle Collisions |
| Discover the secret to creating objects that collide and bounce off one another. Great for games, ads, and screensavers! |
| Flash Tutorials > Actionscript |
| |
 | Mouse.Hide meets With |
| This lesson will show you how to use the mouse.hide action to create a custom mouse cursor. |
| Flash Tutorials > Actionscript |
| |
 | Dynamic Event Handlers |
| Now dynamic event handlers are really one of the best things that Flash MX brought, as they allow us to change a handler at run time. You may wonder what this means. Well, it's simple, really. Imagine that you want a movie clip to go right, and when it re |
| Flash Tutorials > Actionscript |
| |
 | Launching a Centered Pop-Up Window |
| A common feature that you can see on many Flash sites is the pop-up window. This one is a little bit different; it is centered. You click a button and the new window opens in the center of your screen regardless of your resolution. |
| Flash Tutorials > Actionscript |
| |
 | Getting an Index Position from an Array |
| There are several times when I found it helpful to get the position of an item contained in an array. |
| Flash Tutorials > Actionscript |
| |
 | Appearing and Disappearing Solar Boxes |
| Every wondered how to make a repeating pattern of objects appear and disappear with a mouseover event? Here is your answer! |
| Flash Tutorials > Actionscript |
| |
 | How to make date & time appear in Flash MX! |
| In this tutorial you're gonna learn how to add the time & date in Flash MX! It doesn't need any knowledge of actionscript, just how to overwrite actionscript from this tutorial! |
| Flash Tutorials > Actionscript |
| |
 | Open Browser in Flash |
| The tutorial will teach you how to open a browser window using flash and javascript. |
| Flash Tutorials > Actionscript |
| |
 | Show Room |
| Here I'll show you how you can easily create a show room in Flash. |
| Flash Tutorials > Actionscript |
| |
 | Memoclip |
| This tutorial shows you how to repeat a movieclip action a certain number of times and change some parameters every time the action is repeated. |
| Flash Tutorials > Actionscript |
| |
 | Simple Flash-XML Photogallery |
| Create a bare-bones flash photo gallery which will look something like this. The thumbnails, images and titles are loaded and setup dynamically with data provided by a xml file. |
| Flash Tutorials > Actionscript |
| |
 | API Drawing |
| A tutorial that will teach you how to make an actionscripted drawing application for use in paint or drawing flash programs. |
| Flash Tutorials > Actionscript |
| |
 | Flash Password Generator |
| This tutorial teaches how to generate passwords in Flash using the String functions. |
| Flash Tutorials > Actionscript |
| |
 | AS 2.0 Variable Hints |
| This short article is on variable naming in the new Actionscript 2.0 (and 1.0, I guess). |
| Flash Tutorials > Actionscript |
| |
 | Solve Cache Problems when you Load a Movie |
| When you load a movie, variables, or a text, what you load is put in the cache of your computer by your browser. This can cause problems because if you load files, chances are that you are going to update them quite often, but Flash will look for the file |
| Flash Tutorials > Actionscript |
| |