Related Tutorials
Checking if a file exists with ActionScriptSometimes it is necessary to determine if a file exists using actionscript, for example when you have a preloader cue, that loads a series of .jpgs one after another, if one of the files doesnt exist then the cue wouldnt traverse any further, you could of course use a timeout in that scenario but why not just check if the file exists before loading it, so that if necessary you can move onto the next item in the cue almost instantly. It is possible to determine whether a file exists using the success parameter of the onLoad event handler, the problem lies in the fact that the onLoad event handler for movieclips doesnt work, so to check if an .swf file exists, or an image, you will need to use this method...
Check if the email address exists using web services
In this tutorial I am going to teach you how to check if the email entered by the user exists or not.
Adding spell checking to Adobe Flex
This free tutorial shows you how to add spell checking to Adobe Flex text controls like the TextArea. Demo and source code included.
Laser Collision Checking
you will learn how to create you ship and check when the laser hit it.
Create a Card Flip Effect For Flash Player 10 using ActionScript 3
This article will step you through the classes used to achieve a card flipping effect using the new rotationY property that exists in Flash Player 10.
Prototypes and Inheritance
When you create a function you also create a 'prototype' of the function. Even if the prototype is not defined explicitly it exists as a 'template' for the function and any new instances of that function.
Batch Files : Opening Text Files using a .bat file
In this tutorial we will look at creating a .bat file that will open a .txt file.
Loading external swfs from an external dynamic loaded text file
Say we have an external text file that is dynamically loaded into flash. Now say we want to have a link from this text file, which loads up external movies. If this is our situation then we can use "asfunction" in our text file to communicate a general function with flash.
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.
Video File Formats
A variety of video file formats, including AVI, MPEG, WMV/ASF, MOV/QT, RM/RMVB, DivX/XviD, MP4, 3GP, M1V, M2V can be imported to SWF Quicker. Here, I present you some detailed information about these video file formats.
Loading Text file into flash
This is a very basic tutorial, that will show you how to have a Flash movie 'import' and display text from a text file that you create. This can be very useful if you want to update text in a movie, but don't want to edit the .fla file!.
Batch Files : Creating .bat files for CD
Batch files are useful for all kinds of different tasks. In this two part tutorial we will firstly look at how you make a batch file to 'explore a cd'. Then in the second installment we will look at how we can employ a batch file to open a text file with the default program'. After reading these tutorials you will be able to experiment with batch files and create your own. So let's begin.
Loading Text from a File URL Loader
On this Flash ActionScript 3.0 High Definition (HD) tutorial we load a text from a file into stage using a URLLoader and URLRequest variables.
Lower your file size
When you use lots of images/sounds/video in flash your final file size can be huge!! What you can do is lower the quality of your images/sounds which can make a big difference on file size...Don't worry you will hardly see the difference too, you wont loose much quality :)
Creating dynamic charts from an external file
This tutorial shows you how to set up the Flash MX charting components to take data from an external source such as an ASP page or text file.
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.
Controlling sound using Actionscript
Audio integration into a Flash file always adds "glamour" to the Flash file. It makes it highly presentable and enhances the user experience. We will see how to do the following using Flash: 1. Import audio into flash 2. Adding audio to frames 3. Adding audio to buttons 4. Looping audio 5. Updating/Editing the added audio 6. Sharing the audio file across multiple files/projects
Controlling flash from html
Say we have an external text file that is dynamically loaded into flash. Now say we want to have a link from this text file, which loads up external movies or we simply want to controll our flash from an external text that we have loaded; if this is our situation then we can use "asfunction" in our text file to communicate a general function with flash.
Loading Text From a File
In this tutorial we will learn how to load text from a file.
Using Remote Files To Set Vars
This one is fairly simple - but can save alot of time and hassle in the future (if you have a continous project, i.e website) it will allow you to edit text (that would normally be typed directly into a textbox in flash) via a text file or any file for that matter.
Volume Controls
The aim of the tutorial is to learn how to use ActionScript to play a sound file, stop a sound file and create a slider that is used to control the volume.
Using Component Audio (Chunks) and SyncTracks to Create Compelling Soundtracks with Small File Sizes
This tutorial shows how to build your own unique musical arrangements within Flash using synchronization techniques, while taking advantage of caching to reduce file sizes.
Loading a ComboBox from a file
You can create forms easily and add elements such as radio buttons, combo boxes and push buttons.This tutorial deals with the ComboBox component from a text or XML file.
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.
Using an XML file to load Chart components
You can use any file with a .xml extension as the data source for the chart.
Flash poll with txt file
In this tutorial we will build a Flash poll based on a text file.
Working With XML
Sometimes you need to pass a flash file information. Perhaps you're making a flash-based photo gallery or an mp3 player. Maybe you want to use flash to parse server information. Whatever you need to do, it may make the most sense to use XML to pass your data to flash. Using XML is good because it's easy to parse as flash has built-in XML tools. In order to use an XML file, you need flash to do 2 things: read it and parse it. Here's an example of the code you'd need to read in an XML file (called info.xml) and parse it.
Controlling File Size in Flash Animations, Part 1
This tutorial shows you how you can keep file size small for Flash Animations in an easy to read and well illustrated article.
Flash Macro - Organizing Library using JSFL
In this tutorial we will write a jsfl file, which will convert the library into a well-organized library. Usually the designers/developers tend to ignore Library of the FLA file and end up cluttering it linearly with no folder structure.
Creating an XML Slideshow in Flash
All the contents of our slideshow will be controlled through an XML file so that you can updated your images and their description without going back to your FLA, the XML file will also control the speed of the slideshow.
Loading variables from a text file with LoadVars
This tutorial shows you how to load variables from a text file using the LoadVars class instead of the deprecated LoadVariables and LoadVariablesNum.
How to put a picture underneath the SWF file
How to put an SWF file on top of a picture directly in your html page.Adding a picture underneath your Flash animations requires a bit of hand coding. You can do this in the html editing mode of your html editor. To do the coding by hand is a bit more complicated when you are used to the standard "insert flash file" features, such as available in Dreamweaver and Frontpage.
Sound controller
In this tutorial, we will learn, To attach external .mp3 file to swf, To create preloader for sound file, To create play / stop button, Volume controller and Balance (Pan) controller
Insert Dynamic Movie (External SWF File)
Display external Flash file inside Flash Designer movie.
Simple Shape Tweening
This is second in a series of tutorials, so go ahead and open up your file from the Motion Tweening tutorial. If you have not followed the tutorial you can get the file you need here. In this tutorial you will learn how to further enhance this very simple animation by making the circle slowly morph into a differently colored square.
Internal Actionscript Architecture
A blank .swf file is not quite empty, inside of all your .swf files you will find the actionscript that defines the built in objects such as Math, String and Array but what does that code look like? Well unfortuneatley when you publish to the .swf file format, all your actionscript is compiled in into bytecode, so its no longer in its human readbable form.
Accessing ID3 Tags (external .mp3)
In Flash MX you have the capability to load an external mp3 sound file into a flash movie using the Sound.loadSound() method. In the latest release of the Flash 6 Player it is possible to access the ID3 tags embedded in an mp3 encoded file. Unfortuneatley you cannot access the ID3 tags in an mp3 file until it has *fully* loaded, this is fine when you are using the Sound.attachSound() method but it causes problems when you are loading an external sound into the player...
Extract and view .mp3 file details - Name of the song, Album, and Artist
ID3 tags are data fields added to MP3 file, which contains information such as the name of a song, album, and artist of MP3 files.
Load Movie Command for Pop Up Window
Purpose - this lets you call another flash file into the existing file as its playing - a pop up window if you will without having to use any Java or action scripting. The pop up is actually a second flash movie.
Illustration Optimization
Many artists prefer using hand-drawn illustration techniques for their Flash graphics, but there's often a big hit on your file size when using these types of illustrations. In this tutorial, you'll learn why this is the case, and you'll also learn a couple of techniques for optimizing those illustrations in order to reduce file size.

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