Flash Preloader Adobe Flash / Preloaders
The worst thing whic can happen to you is that someone who visiting your web site waiting for a movie to load. You must to use a feedback mechanism who will inform your users of the download's progress. A preloader resolves this problem. The preloader provides the users of your web site feedback of how much of your flash movie is loaded. The viewer can see what is happening. That is the reason why I will teach you how to create a preloader using Action Script. So, this tutorial will show you how to create a preloader with percent, total and loades bytes.
Animated Clock Adobe Flash / Animation
This Flash tutorial shows you how to make an animated clock that follows the mouse as your cursor moves. The clock gives the viewer the time and date based on the settings on their local computer. So no matter where they are in the world the clock will be correct for them, as long as their computer clock is correct. The clock is built with ActionScript so the download time is very small.
Getting Started in Flash 5 Adobe Flash / Getting Started
There are two types of people that will be reading this tutorial. Those that have used flash 4 and those that have just bought their copy of Flash 5 and have absolutely no idea about anything but are keen to learn. If you fit latter category, you are in the right place! If you have used Flash 4 then you best introduction to Flash 5 is the Flash 5 tour.
Simple Photo viewer Adobe Flash / Getting Started
Ever thought about making a series of photos that act like a slideshow which you can put on the web? In this tutorial I will touch on one simple way of loading a series of pictures from outside your main movie and showing them off as a controlled slideshow of images. This is one technique that you can use to present a client product, a personal portfolio or even show off the places you have been to last summer to family and friends.
Flash Plugin Detection in Flash 8 Adobe Flash / Getting Started
Flash plugin detection is very easy to implement in Flash 8. Its actually built-in. In this tutorial I will show you how to activate Flash plugin detection for whatever version of Flash that your Flash document requires.
Using Local Shared Objects in Flash MX: The Flash Cookies Adobe Flash / Backend Integration
Before Flash MX, it was pretty tricky to "remeber" the data in a Flash movie - it could be done with a standard browser cookie, which was hard to implement for someone with intermediate Flash skills, using a 3rd party script such as PHP or ASP or (in offline Flash applications) with the undocumented fscommand "save". Flash MX's Shared objects allow to store and retrieve the information within a Flash movie easily. Lets see how it works.
Balance Slider or Panning Effect Adobe Flash / Sound
In this tutorial, we will take up creating a balance slider which will allow you to shift the sound from one channel (right or left) to the other channel. The viewer on the site will be able to control the balance or the panning of the sound. Using ActionScripting with sound can be a very powerful tool in creating great effects and amazing interactivity.
Sprites in Flash Adobe Flash / Third Party
This tutorial was written for the Flash Designer software, which allows you to create flash animations in a much easier way than by using Macromedia Flash.
Intro to Flash Adobe Flash / Getting Started
After you install the Macrodedia FlashMX2004(or professional version), open it, and there are the following things you'll need to know before starting to work on.A complete document to introduce flash and learn the basic flash elements, learning what flash is, how to make animation with basic knowledge, understand the flash environment.
Preload External Flash Movies using Components Flash tutorial Adobe Flash / Preloaders
In this preloader tutorial you will learn how to load an external Flash file into another Flash Movie using the Loader and Progress Bar Components. The use of Components make this is very simple and quick build. You can then break up your Flash project into several Flash movies rather than having one very large Flash file. It also means that the user only needs to wait for that section of the site that they wish to view.