Related Tutorials
Calling Frames in Dynamic Movie (Flash Designer)The text will scroll when you move the mouse over the arrows.
Calling Frames in Dynamic Movie
The text will scroll when you move the mouse over the arrows.
Insert Dynamic Movie (External SWF File)
Display external Flash file inside Flash Designer movie.
Do-It-Yourself Scrollbar
This tutorial was written for the Flash Designer software. This is a pretty good scrollbar for scrolling text or other objects within your Flash movie. It doesn't require too much coding and it uses simple ActionScript commands that most people learn soon after getting Flash Designer. It resizes itself automatically for the number of lines in your HTML text field.
Integrating Flash and mySQL
This is just a basic tutorial on how to display data in a mySQL database in flash quickly and easily. You can develop this code further to create dynamic Flash movies that feed off a mySQL database. In this example I'm using an eCard project I'm working on. The code will connect to my database to get the card information (the to, from, and message) and display this data in the flash movie. Also note that you should have dynamic text fields named as each of the variables your want to display in your flash movie.
Creating Links within a Flash Movie
The aim of the tutorial is to show you how to link one Flash 'page' with another 'page'. Page is in inverted commas because Flash does not really have pages but Frames, but the idea is the same. This tutorial explains how to link one part of a Flash Movie with next part of the Movie.
Digital Clock (Flash Designer)
Display current date and time in a Flash movie.
Calling PHP Functions from Flash
This tutorial assumes that you already have expirience with PHP or other programming languages. In this tutorial I will introduce PHP's dynamic function construction in combination with Actionscript. This combination allows you to execute various tasks in Flash with only one PHP script.
Change Flash Size at Run-time
This tutorial demonstrates how to create a Flash movie that changes it's size when the user moves the mouse over it and collapses when the mouse is out of the rectangle in Flash Designer.
Popup a PDF file From Flash
This tutorial was written for the Flash Designer software, Display Adobe PDF file in a new window by clicking a link in a Flash movie.
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.
Pass Arguments to Flash Movie
Pass arguments to flash movie by using Flash Designer Software.
Preload External Flash Movies using Movie Clips
This tutorial shows you an easy way to load one Flash Movie into another. This loads the external Flash SWF Movie into a Movie Clip with the help of the Progress Bar Component. Loading a Movie into an MC means that you can address the Movie Clip in the ActionScript and change the Movie Clips properties. This MC includes the external swf file so any change that you impose on the Movie Clip also changes the external Movie nested within.
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 reaches a certain position, make it stop.
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.
Building a Custom Cursor in Flash 5
This technique is one that no serious Flash designer should be without. I wrote this Flash 5 tutorial mainly for designers - as they may not have all the programming/action script experience they need to create great interactive Flash sites and presentations.Being a designer, learning action script has been a necessary evil for me - rather like 'motion math' in after effects. If you're picky about how your final Flash designs turn out, it forces you to learn many things you normally wouldn't such as the practice of programming.
How To Prepare, Test And Publish A Movie
In this video clip tutorial you will learn the following:How to prepare items in the timeline window before publishing a movie in Flash,How to test a completed movie in Flash,How to preview a Flash movie in a browser for final testing.
Frame Flow and Jumps in Flash Designer
This tutorial explains how to change default animation flow in Flash Designer.
Mouse Over
In this tutorial I will teach you how to create a flash mouse over effect. It is a very simple effect no action scripts, just some text, buttons and movie frames. Its a nice effect if you have a flash gallery or a display with a lot of images.
Customising your Own Print Button
This tutorial deals with printing frames from a Flash movie using a frame or custom button.
Simple PHP Live Counter For your Flash Movie
This tutorial shows you how to create a simple counter that you can use anywhere in your flash movie. The most obvious place is for either the intro or the main part of the Flash Movie that you are working with. You can also use this in other parts of your movie as well.
Create a Dynamic Drag and Drop Movie
This is a tutorial demonstrating how to create a dynamic drag and drop movie. It will enable you to specify just how many targets and objects you want. The program will then dynamically place then on the screen at a location you specify.
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.
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.
Bar Preloaders
I'll firstly begin by saying that this can be done using javascript however having a preloader self-contained in the movie is a lot easier. So if you want to create a All-Flash bar preloader, read on.What we have to do here is create a movie that entertains or at least gives an indication of how much has loaded through a series of statements that check if a portion or all of the frames have been loaded. In this tutorial we'll be recreating this Bar Preloader.
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.
Frame rate in Flash
Flash's default frame rate is 12 frames per second (fps) and generally produces the best results for the web. If the frame rate is too fast it will blur the details of the animation and become CPU intensive which could result in the deterioration of the overall movie (a higher rate will not effect the size of your file/movie). A frame rate that is too slow will have a similar effect where it appears to stop and start.
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.
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.
How to make a Flash movie with a transparent background Flash tutorial
The background of a Flash movie can be set to transparent. This allows the background color or image of the HTML page that contains the Flash movie to show through and allows the layering of Flash content with DHTML content.
Dynamic Pie Chart in Flash 5
This tutorial shows how to create a pie chart with a symbol key by duplicating and attaching movieclips. Before we get into the guts of the movie, though, a couple notes about Flash 5 action script need addressing.
Creating a movie in a movie
This is a tutorial is very simple for those new to flash. It is designed as a scaffolding task. This means that the learner will be able to apply a simply learned knowledge to many more complex ideas as they are encountered in more complex environments. We will accomplish two objectives in this tutorial. Objective one is to illustrate one way of creating a small secondary flash movie symbol, also called a movie clip using the 'create symbol function' in the library panel. The second objective is to illustrate how a movie clip is used as part of a main flash movie. The example we provided here is an animation that plays when you mouse over a button.
Dynamic masking
This tutorial will teach you about dynamic masking. Dynamic masking allows you to use movie clips as masks. For example in this tutorial text will appear as the mouse moves over the screen
Publishing a Flash Movie
There is no point in being able to create great Flash movies if you cannot Publish the movie to the web! This tutorial looks at the group of files that is created as Part of the Publishing process and goes through the steps that you need to know in order to get your Flash movie onto a web page or into other formats.
Integrating Video in a Flash Movie
Want to integrate video in your Flash movie? You have two choices. You can embed the video in your Flash document, or keep progressively download it into a SWF file using from a FLV (Flash Video) file. In this tutorial you'll learn to use the Media Playback Component to display a FLV file in a Flash movie.
Building Flash clients for Web Services with Soap and Flash MX
In this tutorial we are going to build a Flash Language Translator. The language translator will be able to translate between any two languages. The Language translation service was chosen because it's basic, yet provides an easy way to get into web services and is something you can use on your site right away. The tutorial also shows the basic's of using components in a Flash movie and loading dynamic content into them.
Integrating Video in a Flash Movie in Flash MX
In this tutorial you'll learn to use the Media Playback Component to display a FLV file in a Flash movie.
Detecting the Flash Player
For somebody to be able to see your Flash movie online they need the appropriate Flash player to be installed into the Browser. So if you create a movie in Flash 5 they will need the Flash 5 Player (or a more recent version of the player). If you create a Flash MX movie the Browser needs the Flash 6 Player and Flash MX 2004 needs the Flash 7 Player.
Use FSCommand With the Browser
This tutorial was written for the Flash Designer software, FScommand doesn't work when the movie plays in a browser. FScommand works only with Macromedia standalone projector.
Sprites in Flash
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.

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