Related Tutorials
Importing Images and Movies into FlashQuite often you need to import a sequence of images into Flash. They can be imported from any editor, and be either 3D or 2D style, or simply a set of pictures which you want to insert frame-by-frame into Flash.
Using SWISH movies in Flash without Importing
I would like to propose to you a way of using SWISH movies into a standard Flash movie that is more flexible and reusable than importing. You use the LoadMovie action from Flash and keep the SWISH movie as an external .swf file.The method is simple. You create a placeholder movie clip in Flash and position it as you like in the main scene (giving it an instance name), and then add a frame action to load the SWISH movie into it.
Importing MOV Files Into Flash
The object of this tutorial is to demonstrate how Quicktime MOV files can be used in flash movies. There seems to be some confusion about this but let me start by saying that the flash player cannot actually play any type of digital video. This confusion is fueled by the ability of flash to import MOV files and to export it's movies in MOV or AVI format.
Communication between Flash Movies
This tutorial shows you how to send information or instructions from one Flash Move to another on the same web page. There is theoretically no limit to what information can be sent between each Flash Movie. You can control and communicate between any two Flash Movies on the same page or on different pages. It is also be possible to communicate between more than two Flash Movies.
Importing Clip Art, Bitmap & Vector Image
Learn different ways of importing images and how this dramatically effects what you can do with the image. See how to import Clip Art in different formats and see how this effects a Shape Tween. Learn basic techniques of editing Vector Images in Flash.
Preload External Flash Movies using Components Flash tutorial
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.
FLA Optimization - Importing Sounds and Images Flash tutorial
In the last tutorial we looked at the design considerations for maximum optimisation. Included in this are some considerations for the usage of sounds and images.
Preloading External Jpegs or SWFs into Flash
If you wish to preload Jpeg images or Flash Movies which are stored outside the Flash file use this preloader tutorial. This tutorial will show you how to use the Flash MX04 Loader Component to preload and place external files into your Flash Movie. The tutorial also shows you how to use the progressBar component.
Movie Clip in a movie
This Flash Tutorial addresses how to make a movie in a movie. I've noticed in the forums that many beginners to Flash often conceptualize a Flash movie as one long movie with one time line. It is important beginners learn early that Flash may alternatively be conceptualized as many small movies, or movieClips, which are called to the main time line to play as needed. As you become more familiar with Flash you will learn that this is really a great way to create Flash movies. A few of the many advantages include better control of your main time line, and the ability to reuse movie clips in completely different Flash movies.
Modifying and Importing Clip-Art in FLASH
This tutorial deals with importing clip-art into Flash and modifying it to fit your desired look. This can save you hours and hours of time by using pictures that are already drawn in FLASH mode.
Loading External Images Flash tutorial
The aim of the tutorial is to learn how to create a Flash Movie which loads an Array (list) of external images such as Jpegs or Gifs. These images would then be loaded individually into the Flash Movie as and when the user wished to look at them. This makes the Flash Movie much smaller and reduces the pre-load time for the Flash Movie. The individual images would each have there own pre-loader, so that there is a small delay before loading individual images but no long wait at the beginning of the Movie.
Sound
Adding sound to flash movies is a fun way to make your movies more interactive and dynamic. Adding sound in flash seemed a daunting task to me at first, however it is surprisingly easy! Hopefully this tutorial will help you out in your future flash endeavors. Just a quick note - you will need to have a music loop or music file of some kind handy to complete this tutorial, preferably an .mp3 file.
Load Movies into Levels and Movie clips Flash tutorial
The aim of the tutorial is to learn how to use Levels to load several Flash movies (or Jpegs) simultaneously into a single shockwave file (swf). How to switch between one Flash movie and another without loading a new web page. How to load a new movie into a movie clip of a pre-existing movie. To do this we need to look at the following ActionScript keywords.
Using Anchors To Bookmark And Navigate
With Flash MX you have the option to publish your movies with Named Anchors. This will add anchor tags to your HTML enabling your viewers to bookmark pages inside your flash movies as well as use their browser back and forward buttons.
3D Animation in Flash (Exclusive Tutorial)
There are a few ways to prepare 3D animated objects for use in Flash clips. Here we present, in my opinion, the most effective one, from the point of view of final results. The disadvantage of this method is that it is labour-intensive; its advantages - the minimum size of an SWF-file and full control of the process.
Loading External Images
The aim of the tutorial is to learn how to create a Flash Movie which loads an Array of external images such as Jpegs or Gifs. These images would then be loaded individually into the Flash Movie as and when the user wished to look at them. This makes the Flash Movie much smaller and reduces the pre-load time for the Flash Movie. The individual images would each have there own pre-loader so that there is a small delay before loading individual images but no long wait at the beginning of the Movie.
Creating a Cut-Out Effect for Bitmaps
I've been trying to figure out how people do this effect in their Flash movies for a long time. When I finally got it, I bounced my head off of the floor for a few days. It's so simple that it only requires two pieces: 1. An image (preferably a bitmap because Flash compresses it better than jpegs or gif images. 2. A vector to trace the shape you want removed.
Load Movies into Levels and Movie clips
The aim of the tutorial is to learn how to use Levels to load several Flash movies (or Jpegs) simultaneously into a single shock wave file (swf). How to switch between one Flash movie and another without loading a new web page. How to load a new movie into a movie clip of a pre-existing movie.
Creating Transparent Flash Movies
Learn how to create transparent Flash Movies and how to change the background colour of a Flash Movie via the HTML. You can see that this page has a textured paper background effect. Any Flash Movie that I place on this page with the background set to transparent will also have the same paper background.
Creating Transparent Flash Movies
Learn how to create transparent Flash Movies and how to change the background colour of a Flash Movie via the HTML. You can see that this page has a textured paper background effect. Any Flash Movie that I place on this page with the background set to transparent will also have the same paper background.
Optimising a Flash Movie
Want to create fast loading Flash movies. Essential skills for all Flash developers.In this tutorial I will look at those things which clog up a Flash file. Then I will look at what you can do to help create meaner and leaner files.
Adding Text
Flash movies aren't just moving shapes, text can be used to give an extra dimension. In Flash, you can adjust the font, style, size, spacing, colour and alignment of your text like a word processor. You can also transform your text like in photoshop with such options as rotation, flip and skew. The text can also be broken apart into its individual characters and reshaped and what makes Flash soooo cool is that you can create editable text in movies which allow the users to add, modify and access text just like your boring old HTML web pages.
Loading External Images using Flash MX 2004 Components
This tutorial shows you how to load external images into Flash using an Array (list) and Flash MX 2004 Components. This means that the pictures are not loaded preloaded into Flash. Therefore the Flash Movie does not have to load all the pictures before you can start to view the first picture. If you preload all the images into FLash there can be a long wait before the user can view the first picture.
Communication between Flash Movies: Pop Ups
This tutorial shows you how to send information between different Flash Movies in different Windows (different web pages) such as: Pop Up Windows or other web pages. Theoretically there is no limit to what information can be sent between each Flash Movie, and you can control a Flash Movie on another web page, from your main movie on your main page.
Blur Effect
This is a simple tutorial which will teach you how to create a blurred image animation in Flash, though originally intended for the pre-Flash Filters era, this technique is still valid and is the only method for creating a blur animation for making FlashLite movies and movies to be played on older versions of the Flash player such as the the one running on the Sony PSP. Our technique here does not require any ActionScript knowledge, but will require using an external image editor for creating a blurred version of the image that we are intending to use.
Rotating Star With Filter Effects
Today we're going to make a rotating star, ideal for "Sign Up" buttons. They are commonly used around the internet, though often they do not animate. For this tutorial you should know the basics of Flash - how the tools work and how to use the features. I used Flash 8 to create this, as Filters were involved, which are exclusive to Flash 8. You can still create the effect in MX, without Filter effects. To view an example of what we will be creating, click here.
How to Make an MP3, with a Flash Movie in it!
The tutorial on how to do Mp3's with flash movies in them.
Using the ScrollPane Component
This lesson will introduce you to incorporating the Flash MX ScrollPane component into your movies for the purpose of scrolling thumbnails to load external.swf movies.
Movies & Flash
After reading Hillman Curtis's great book "Flash Web Design", I too started experimenting with using Movies in my animations. And anyone who has any interest in it can too. You don't even need a video camera at all. Just go to the web and download some royalty free QuickTime Movie clips (for free) and add them to your animation. So, below you'll see an example I did by using QuickTime 4's Sample Movie.
Flash Sound
In this tutorial you will learn how to add sound to your Flash Movie. This tutorial explains how to Import sound files into your Flash movie and then looks at the two different ways in which Flash handles sound: Event and Streamed sound. There is an explanation of both sound types and practical instructions of how to use each of these in your Flash Movies.
HOW TO Intercommunication between two separate SWF files.
This tutorial will work ONLY with movies exported in Flash 6 or bigger. This means it works only in Flash MX.
Using Flash And Java To Create Pop-Ups
With Flash it is quite common to have a customized pop up window to hold your flash movie. This is almost always done using HTML and JavaScript. Well, what about having buttons in your flash movies that will open customized pop up windows?In this tutorial I am going to show you how to incorporate Flash and Java to do the same effect from a Flash movie.
Sharpening Images in Flash
For some time now, I have attempted to import bitmap images into flash, but no matter what I've tried, after published the images were always "blurred" with the smoothing effect. After a lot of testing and observation, I finally figured it out.
Preloading External Flash Movies Flash tutorial
This preloader tutorial shows you how to load an external Flash file into another Flash file with a preloader. This gives you the opportunity to break your Flash Movie into several more manageable parts rather than having one very large Flash file. It also means that the user need only wait for that section of the Movie that they wish to view to preload rather than waiting for a much larger file to load.
Vectors and the Tracing Command in Flash
One of the greatest advantages of Flash over other web technologies is that it is vector based. In addition to the ability of flash to contain bitmap images, the Flash player can also hold vector images that look extremely sharp in comparison to their bitmap counterparts.
Sound
In this tutorial you will learn how to add sound to your Flash Movie. This tutorial explains how to Import sound files into your Flash movie and then looks at the two different ways in which Flash handles sound: Event and Streamed sound. There is an explanation of both sound types and practical instructions of how to use each of these in your Flash Movies.
Preloading in Macromedia Flash MX2004
Create a preloader for your movies or flash animations.
AS3: Creating a Flash Preloader
This tutorial will teach you how to create a very simple preloader for your Flash movies using ActionScript 3.0.
More Scrolling Function in Flash 5
This tutorial will teach you how to incorporate draggable scrolling and continuous feedback buttons to create OS-like scroll features in your Flash 5 movies.
Playing a Flash Movie Backwards
The aim of the tutorial is to learn how to make a movie play in reverse. You will also learn how to create a controller Movie Clip, which will give an automated instruction from one part of a Flash movie to another, this is fundamental to programming in Flash and has many uses. You will also learn how to switch these instructions on and off. Examples of other Flash movies, that use controllers, are listed at the end of this page.

Report
Adobe Fireworks
Adobe Flash
Adobe Illustrator
Adobe Image Ready
Adobe Photoshop
3D Studio Max
Cinema 4D
Maya 3D
Microsoft Excel
Microsoft PowerPoint
Microsoft Word
Microsoft Access
MySQL
C and C++
Python
Visual Basic
.htaccess
Adobe DreamWeaver
ASP
CGI & Perl
CSS
Java
JavaScript
Microsoft FrontPage
Windows Vista
Windows 7