All contents of this blog are my under-graduation and graduation study material. Feel free to copy. This Blog no longer updated because of my workload.
Visit: www.zulfekar.me | Email: mail@zulfekar.me
Flash is a tool for creating interactive and animated Web sites! This Flash tutorial will teach you how to use Flash in your applications.
Table of Contents
Introduction to Flash
What is Flash? Advantages of Flash compared to animated images and Java Applets. Flash How to
What do you need to view Flash? What do you need to create Flash movies? Where to start? Flash in HTML How to embed a Flash movie into an HTML page. Flash Tweening With Tweening you can create movements and changes in a Flash movie. In this chapter you will learn how to make an object move across the screen. Flash Guide Tween How to move an object from one location to another along a specified path. Flash Tint Tween How to change the color of an object. Flash Shape Tween How to change one object into another. Flash Button 1 How to insert an image, convert it to a button, and add a URL to it so it becomes a link. Flash Button 2 How to create your own button and add a URL to it so it becomes a link. Flash Animation How to make a symbol turn around while moving from one location to another. Flash Sound How to deal with sound files in Flash.
Introduction to Flash
Flash is a tool for creating interactive and animated Web sites.
What you should already know
Before you continue you should have a basic understanding of the following:
WWW, HTML and the basics of building Web pages
What is Flash?
Flash is a multimedia graphics program specially for use on the Web
Flash enables you to create interactive "movies" on the Web
Flash uses vector graphics, which means that the graphics can be scaled to any size without losing clarity/quality
Flash does not require programming skills and is easy to learn
Flash vs. Animated Images and Java Applets
Animated images and Java applets are often used to create dynamic effects on Web pages.
The advantages of Flash are:
Flash loads much faster than animated images
Flash allows interactivity, animated images do not
Flash does not require programming skills, java applets do
Flash How To..
Who can View Flash?
In September 2000, NPD Research, the parent company of MediaMetrix, conducted a study to determine what percentage of Web browsers have Flash preinstalled. The results show that 96.4% of Web users can experience Flash content without having to download and install a player.
If you do not have the Shockwave Player installed you can download it for free from Adobe's site.
Who can Create Flash Movies?
To create your own Flash movies you need to buy a Flash program.
The latest version from Adobe is Adobe Flash Lite (or Flash CS3 Pro).
If you do not have a Flash program, you can download a 30 days free trial version of Flash from Adobe.
Where to Start?
After you have installed Flash, you should go through the lessons that are included in the program. Start Adobe Flash, click Help in the menu and choose Lessons. These lessons will teach you the basics of Flash.
Flash in HTML
Flash Embedded in HTML
After creating a Flash movie you choose File > Save As from the top menu to save your movie. Save the file as "Somefilename.fla".
To embed the Flash movie you just made into an HTML page, you should go back to your Flash program and do the following steps: Step 1
Choose File > Open. Open a Flash movie you have created. Step 2
Choose File > Export Movie. Step 3
Name the file "somefilename.swf". Choose the location where the file is to be stored (in your Web folder). Click OK.
Let the Flash Program do the Work
The code above is the absolute minimum code to embed Flash movies in HTML pages. It is not recommended to use the minimum code. There should be a few more attributes added:
classid is an attribute to the
The Flash program can add these attributes for you: Step 1
Choose File > Publish. Flash will now create the
0 comments:
Post a Comment