Note 12 for Flash
Watch & Read:
Popular Video Compression (or Codec) Technology:
MOV - Apple's Quicktime Movie format (currently uses a Sorenson Codec as an option )
MPEG - A Standards Based Video Format (Moving Picture Experts Group)
WMV (Windows Media Video):
VP6: A proprietary video codec developed by On2 Technologies.
Sorenson 3: A codec that is popularly used by Apple's QuickTime, basically the ancestor of H.264.
Download mademployee.mpg
Test SWF Movies
Once you have created your Flash Movie, you need to check how long it will take to download!

Test your Movie for downloading. (Control > Test Movie)

Set download Speed

Check Bandwidth Profiler and Streaming

Check how the movie downloads to see if you need to create a preloader
Review the following:
Codecs, FLV, MPG, MOV
Movie too big? Create a pre-loader using if then else capability of actionscript!
Example: Create a simple animation that lasts 20 frames. On frame 21 add an action script that checks to see if the rest of your movie is completely loaded. If your movie uses 500 frames, your script would look like thisif (_framesloaded=500) {
gotoAndPlay ("Scene1","22");}
else {
gotoAndPlay ("Scene1","1"); }
Newground's Flash Help has a preloader you can use for your site if you don' t like the one you created!
(window > Accessibility)
Accessibility issues addressed by Macromedia
ADA Act requires Websites to accessible to the blind!
Terms you need to know:
Embed, avi,mpeg, mov and fla
Homework:
You should be reading Chapter 13 in your book
Create a Flash page that has buttons that take you to different locations on the Web. This will be your first introduction into action scripting! I will show you how to jump to the Web using Flash.
Reminder: You will need to post a website that uses Flash every week!!!
Final Step:
Review in your mind everything we covered in class and remember to cover it again before you go to bed so your mind to process this information while you sleep.