Related Tutorials
Integrating Video in a Flash MovieWant 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.
Flash Game
If you have ever wanted to know how to make simple and fun little video games using flash then this is the tutorial for you. Take a second and find out how fun it can be.
Flash Game
In this tutorial you will learn how to make simple and fun little video games using flash.
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.
How to put video on your website?
FLV (Flash Video) is a proprietary file format used to deliver video over the Internet via Adobe Flash Player (formerly known as Macromedia Flash Player) version 6, 7, 8, or 9. Recently a number of notable Websites, such as Youtube, Google video and Reuters, use FLV format.If you don't want your video to be watermarked by Youtube or other video hosting website, you should convert your video yourself, and host the converted FLV video yourself.
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.
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.
Video In Flash
You can import, compress, export and view movie files in Flash. We're going to walk through, from start to finish, the entire process of using video in Flash.
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.
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.
Hyperlinks In Flash Flash tutorial
So you want to know how to add a hyperlink to your Flash project. Hyperlinks are incredibly common among the web community, and it's possible to use them within Flash, with only a few lines of Actionscript. So, to begin, open Flash. Draw yourself a button or some text. Once you've done that, convert it to a symbol by right clicking it and selecting "Convert To Symbol...". Make sure you select Button from the behaviour list.
Add Flash Player Controls To Your Video
In this tutorial I will show you how to convert a video to flash and how to add player controls enabling the full-screen option. You will need Adobe Flash to follow along.
Vectorizing 3D files from Flash using macros
Learn how to convert a series of images into a vectorized Flash movie.
Migrating Flash Projects to Video
This article is geared towards intermediate Flash users and developers who are interested in creating Flash content for broadcast video, and converting dynamic Flash content into video format.
Using Local Shared Objects in Flash MX: The Flash Cookies
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.
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.
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.
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.
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.
Creating a small popup window in Flash
This tutorial allows you to create an HTML page that will then open up a fixed sized Flash movie. Within that movie is a button which calls a smaller HTML popup which can hold a video or photo..
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.
Using Local Shared Objects in Flash MX
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.
Using Local Shared Objects in Flash MX
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.
How To Import And Add Sound To A Movie
In this video clip tutorial you will learn the following: How to import sounds and place them in the timeline in Flash. How to preview a new imported sound in Flash. How to add sound to a movie using the timeline window in Flash.
Creating Eyes That 'Watch' The Cursor Flash tutorial
This tutorial, we hope you can learn somthing about Flash interactivity from it! This tutorial is split into three parts: The Movie Guidelines for setting up the movie, ready for adding our actions. The Good Stuff Here we work through the script that will generate the mouse interaction. Advanced Use Here i discuss some other ways that the skills taught in this tutorial can be developed to create more complex projects.
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.
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.
Movie Play Forward or Backward-Simulate Video Player
Want to make a video player with control buttons, process control block totally by yourself? Want to add a favorite Flash to your video player? Sothink SWF Quicker can do share all these experience with you.
Movie Play Forward or Backward-Simulate Video Player
Want to make a video player with control buttons, process control block totally by yourself? Want to add a favorite Flash to your video player? SWF Quicker can do share all these experience with you. Welcome to our tutorial house!.
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.
Introduction to ActionScript 2
The ActionScript is the programming language that Macromedia Flash has used from the very beginning, and that Flash 8 uses too. In general, we can say that the ActionScript will allow us to make everything what we propose with Flash 8, since it gives absolute control over everything related to a Flash movie, absolutely everything.
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.
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.
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.
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.
Flash Easter Eggs
Easter eggs you say. What is an Easter egg? An Easter egg is a bit of fun code created by developers and then hidden inside a program. Easter Eggs normally consist of games or other fun stuff, hidden inside programs, including Flash , Flash Pro, and Flash Educational versions. Two of these hidden secrets will be revealed to you in this tutorial. If you know of any others, you can share them with all of us via the forum.
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.
Floating Flash Over Your Webpage in Flash MX
This tutorial is designed to teach you the process of manipulating your flash movie so that It will have the ability to float over your webpage.By the end of the tutorial, you will have the ability to play your Flash movie containing transparency in Internet Explorer (Only works in IE on Windows OS).
Using Flash for video animation
How to export Flash animations into a video format such as Windows AVI or Quicktime, and using it in a home video production. For advanced users, how to superimpose animation over video background sources using chromakeying.
Different approaches to setting variables in a Flash movie Flash tutorial
A variable is a container that holds information, such as numerical or string data. This TechNote outlines the five main ways to set variables in a Flash movie.

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