Flash IV- Video. Joe Struss. Nov. 12, Visit the IT Learning Pod s Online Web Site at:

Size: px
Start display at page:

Download "Flash IV- Video. Joe Struss. Nov. 12, Visit the IT Learning Pod s Online Web Site at:"

Transcription

1 Flash IV- Video Joe Struss Nov. 12, 2010 Visit the IT Learning Pod s Online Web Site at: Copyright c 2010 by Creative Services / ITS Permission to reproduce all or part of this document for noncommercial purposes is granted, provided the author and Iowa State University are given credit. To copy otherwise requires specific permission. The author s contact information is available at the IT Learning Pods web site.

2 General Flash Information Adobe Flash is a software authoring tool for creating scalable, interactive animated graphics and navigation controls for the Web. Flash is also one of the most popular add-on tools for internet browsers and is currently available on most browsers throughout the Web. Flash is known for creating Web graphics that are small in size but dynamic in sound, motion and graphics. Starting Flash To begin Flash on a Macintosh, look on the Macintosh lower toolbar inside the Applications folder and doubleclick on the Flash application. On a Windows system to startup Flash, click under the Start icon then select All Programs, Adobe Design, then Adobe Flash. From the Flash starting screen press Flash File (Actionscript 2.0) under Create New; this will start a Flash project for you and allow you to see the distinct areas within Flash. For the Flash layout for today s class, pull down in the upper right to Designer then pull the Properties panel under the main Stage and pull the dividing line on the left to be two columns wide. Next pull down under the layouts on the upper right and select New Workspace then save this setting as Classicplus. 1

3 Flash Layout There are five distinct areas within Flash: the Drawing Toolbar, Menubar, Timeline, the Stage/Work Area, and the Floating Panels which includes the special Properties Panel. You work in the Stage area using tools from the Toolbar. You must select the image frame on which you are working from the Timeline and the Floating Panels give you information on or allow you to change the currently selected Stage item. 2

4 Using Video within Flash Overview You have been able to use video in Flash since Flash 4. However, only with the more recent versions of Flash have you been able to control the video from within Flash and with every new version of Flash this has become easier to do. The original YouTube site used Flash version 7 for all of its video though YouTube has been switching lately to H.264/MPEG-4 AVC as its default codec for better HD support. Types of Video Flash can only directly import Flash Video Format (.flv) files. However, With QuickTime 4 (or later) installed on a Mac or a Windows system you can import into Flash:.mov,.mpg,.mpeg,.dv and.avi files. With DirectX 7 installed on a Windows system you can also import into Flash:.wmv,.asf,.mpg,.mpeg and.avi files. There are two main ways to use video from within Flash: embedded into the Flash root file itself or embedded within a Flash symbol. There are also two other ways to use Flash with video. Dreamweaver 8 and beyond can also accept.flv files directly. So you can also now use Flash to just create a progressively downloading.flv file for Dreamweaver. You can also use Flash to create a streaming video file for use with a Flash Communication Server. 3

5 Getting Started Open a Web browser and go to: and download the Data for the Flash IV class to your desktop which should just be a single file mu.mov. Making an.flv file for Dreamweaver The Adobe Creative Suite package comes with a separate Media encoder. Click under Start then Select Programs, Adobe Design and finally Adobe Media Encoder or on a Macintosh simply click on the Adobe Media Encoder icon in the Applications folder. Within the encoder, click on the Add button and add the file mu.mov. Click on the Preset scroller menu and scroll down to FLV- Flash 8 and higher. Click Start to convert your.mov file to an.flv file. 4

6 When you are done, you should have an mu.flv file that you can use in either Dreamweaver or Flash. If you click on the Preset scroller and pull down to Edit Export Settings, you can also edit the default encoder settings and edit the starting and ending points of the video. You can edit the starting and ending points of the video by moving the left and right triangles in the left display and you can also scrub the playhead to see how the video will look. On the right, you will find all the exporter options which allows you to fine tune what you want in your final exported file. Explore some of the other Export Settings on the right before quitting out of the Media Encoder. To use your FLV file within Dreamweaver, you would simply pull down under Insert to Media then over to FLV to add your video to a standard Dreamweaver web page. Go to this page: css.ait.iastate.edu/dreamweaver/ex3/ and click on the Local link on the left to see the.flv file in a finished Dreamweaver project. 5

7 Video Tips Here are some video tips for creating Flash video files which will be seen on the Web: For best results, whenever possible, always encode Flash video from an uncompressed form. Strive for simplicity. Don t use too many fancy transitions or even cross-dissolves as they don t compress well. Hard cuts are best. Know your audience and their data, frame rate and frame size. The Export Settings area will help you set this a lot more than just the standard Preset options. Know your download time. Estimate on a progressive download how much time it will take your average user to download the video. 6

8 Use clean video and audio. Basically glichfree video and audio. Try and remove noise and interlace lines from your audio and video. Embedding Video If you want your video to interact with the rest of your flash file then you need to embed your video into Flash. Select Frame 1/Layer 1 on the Timeline and press F5 five times to create five new frames. Go to frame 6 and insert a Keyframe. Save the file and name it tv1. Pull down under File to Import then over to Import Video. Click the browse/choose button and select the mu.flv file on your desktop then click on Next/Continue. Choose the Embed video in SWF and play in timeline option and press Next/Continue. Take the default Timeline options on the next screen and press Next/Continue. Finally choose the default options on the Final Screen then click on Finish to import the video. 7

9 Pull down under File and Save your tv1 Flash file. Then test out your video project by pulling down under Control to Test Movie. The video plays through but we currently have no control over the video. Adding Some Control Double-click on the Layer 1 name and change the name of that Layer to Video. Select the video on the Stage, go down to the Properties panel and change the Instance Name for the video to mu1. Pull down under Insert to Layer. Double-click on the Layer 2 name and change the name to Buttons. Go to Frame 6 of the Buttons Layer and Insert a Keyframe. Pull down under Window to Common Libraries then over to Buttons. In the classic buttons folder, double-click the Playback buttons folder and drag a gel Pause button onto the stage. 8

10 Enlarge the Pause button, by selecting it with the Arrow Tool then pulling down under Modify to Transform then over to Scale. Use the right corner anchor point to make the button bigger so that it is more visible. Select the Pause button then go to the Behaviors panel and click on the Plus button then slide down to Embedded Video and over to Pause. Choose the mu1 video clip then click on OK. Save and Test your new video. now be able to pause the video. You should 9

11 This same technique can be used to create a Play button for your video. Select the gel right button from the button Library and drag it onto the Stage and enlarge it a little. Select the right button with the Arrow tool then go to the Behaviors panel and click on the Plus button then slide down to Embedded Video and over to Play. Choose the mu1 video clip then click on OK. Use this same technique and create a fast forward and a rewind button on the stage. For the Rewind button, add the Movieclip behavior and have it Go to and Play at the start of the video (frame six). For the Fast Forward button, add the Movieclip behavior and have it Go to and Play at the middle of the video (frame 300). Save and test your video project. 10

12 If you would like to change what a button does, you can always click on an existing button and then in the Behaviors Panel, double-click on its Action to edit the action. You can also use the negative sign to delete an action. Adding a Video Stop We now have pretty good control of the video but at the end it loops back around to the beginning. To stop this, create a new layer named Actions and go to the very last frame of that layer and insert a keyframe. With that frame selected, click the Actionscript Panel button within the Properties Panel. Within Global Functions, choose Timeline Control and double-click on Stop. The stop(); command should appear on the right. Click your way out of the Actionscript Panel window. If you have done this properly, a small a should appear in your current frame. Save and test your movie. Your video should now stop at the end. 11

13 Embedded Video in a Movie Symbol It is sometimes more convenient to not have a video on the main timeline so an alternate to that is to put the video into it s own Flash symbol and use it that way instead. Pull the Playhead to Frame 6 then pull down under Edit to Select All. The layers from frame 6 on should be selected on both layers and appear darkened. Pull down under Edit to Copy. Start a new Flash project (Actionscript 2.0) and name it videomini. In this new project, pull down under Insert to New Symbol. Name the new symbol swan video and give it a Behavior: of Movie clip then click on OK. Pull down under Edit to Paste in Place. Click on Yes when Flash asks if it can add frames to your symbol. Next center your video and controller in the symbol. 12

14 Insert a new Layer named Actions in your swan video symbol. Go to the last frame in that layer and create a keyframe. Select the new keyframe then click the Actionscript Panel button within the Properties Panel. Within Global Functions, choose Timeline Control and double-click on Stop. The stop(); command should appear on the right. Click your way out of the Actionscript Panel window. Your swan video symbol is now ready to go. Normally you would want to construct the swan video in the symbol itself just as we did for tv1.fla but copying and pasting also works in a pinch. Click on Scene 1 in the left hand corner of the stage to return to the main stage. Pull down under Window to Library to show your library for this project. Click in Frame 1/Layer 1 then go to your library and drag a copy of the swan video onto the stage. Now the video is conveniently parked in a single frame. This can be very handy for using multiple video clips in a flash file. 13

15 Insert a new layer and name it Actions. Press F5 and add one new frame to the Actions Layer. Select Frame 2 of the Actions Layer and make it into a keyframe and put a text message in there. Then put a blank keyframe in Frame 2 of Layer 1. Go back to Frame 1 of the Actions Layer and add a Stop action to that frame. Now create a new layer name Buttons with two frames. Next drag a button from the button Library to Frame 1 of the Buttons Layer and place it above the video. Select the new button with the Arrow tool then go to the Behaviors panel and click on the Plus button then slide down to Movie Clip and over to Goto and Stop.... Choose the root occurrence and enter frame 2 as the stop frame then click on OK. Add the following text in front of the new button: Click this button to continue:. Put a blank keyframe in frame two of the Buttons layer. Save and test your movie. Now the movie will play but the user can continue on at any time into the rest of the normal Flash file by just pressing a button. 14

16 Fun with Embedded Video Save the minivideo project and return to your first video project. Embedded video in Flash is just like any other Flash object that you can manipulate so let s have a little fun with it. Select frame 6 of the video layer. Pull down under Modify to Transform and over to Rotate and Skew. Use one of the corner anchor points and slightly rotate your video. Save and test your project. Now the video plays at a jaunty angle. You can also annotate the video within Flash. Add a new Layer to this project and call it Text. Move to Frame 6 on the Text layer and insert a keyframe. Use the Text Tool and add the word Swan on the canvas just above the video. Next Insert a Blank Keyframe at Frame 125. Then go to Frame 310 on the Text Layer, insert a keyframe then put in the word Bowling Alley above the video. Then Insert a Blank Keyframe at Frame 345. Save and Test your annotated video. 15

17 One of the newer features in Flash are the Shadow and Glow effects. Click on one of the buttons for the video then in the Properties panel click on the Filters tab. Click on the lower left corner Add Filter button and pull up to Drop Shadow. Add some Drop Shadow to each of the buttons as it makes them look more three dimensional. Go back to the videomini project. Pull down under Modify to Document and change the background color of the document then click on OK. Select the Arrow Tool and double-click on the swan video that is on the Stage to enter Symbol editing mode. Drag Layer 2 below Layer 1 then click on Frame 1 of Layer 2. Grab the rectangle tool which is with the oval tool, choose a color other than the background color and draw a box around the video and control buttons. Click Scene 1 to return to the main stage. 16

18 Select Layer 1/Frame 1 then from your library, drag a second occurrence of the swan video onto the stage. Next pull down under Modify to Transform and then over to Scale and shrink down the video. Save and test your project. You should now have two swan video objects that work independently of each other. Publishing the Video Still in the videomini project, pull down under File to Publish Settings. Select the Flash tab and click the Protect from Import option. Select the HTML tab and note all the HTML options for publishing your project to the Web. Click the Publish button to create a.swf and.html file of your finished project to the desktop. You will need to upload both of these files to your web server and then use the.html file to view the.swf file on the Web. Go to your desktop and double-click the videomini.html file to test out your video. 17

19 Go back to the tv1 project and publish that one as well. You can use ISU WebFile at: to upload your.html and.swf files to your WWW folder on Project Vincent. More information on creating a WWW folder at Iowa State that can be viewed from the web can be found in the Intro. to Dreamweaver class handout: Simple Preloader- Optional With longer videos, you often want to have a preloader that informs the viewer that your Flash project is indeed doing something as they wait for the video to load. The answer to this is normally a preloader that informs the viewer how much longer they may have to wait. 18

20 Open the tv1 project and select Frame 6 of the Text Layer. Go to the Properties Panel and name that frame ready. A red flag should pop-up on the Timeline. Go to Frame 1 of the Text Layer and add two textboxes in the lower portion of the stage. In the Properties panel, choose a text type of Dynamic Text and in the instance name box name the leftmost box loader and the other box notyet. Pull down under Insert to New Symbol and create a Movieclip symbol named preloader. Put two keyframes into preloader and put the word Loading... as Static Text centered in both frames. Change the color of Loading... in frame two so that it looks different from frame 1. Select Scene 1 to return to the main scene. 19

21 Still in Frame 1 of the Text Layer, drag an instance of preloader from the Library and in the Properties panel give it an instance name of pre. Create a new Layer named Actionscript and make that layer the top layer. Click in Frame 1 of the Actionscript layer then click the Actionscript Panel button and type in the following: stop(); loader.text = 0; notyet.text = 0; _root.onenterframe = function() { if (_root._framesloaded == _root._totalframes) { if (_root._totalframes > 0 ) { delete _root.onenterframe; _root.gotoandstop("ready"); } } loader.text = _root._framesloaded; notyet.text = _root._totalframes; } Close out of the Actionscript Panel, Save and Test out your preloader. Publish your results in order to better see how the preloader actually works. You can see the preloader in action on the Web at: Just click on the Flash IV, Class Example 1 link. 20

22 References Flash CS4 Professional for Windows and Macintosh: Visual Quickstart Guide by Katherine Ulrich; Peachpit Press. Inexpensive quick start guide. Flash CS4: The Missing Manual by Chris Grover; Pogue Press. Great series and this one seems to have everything in it. How to Cheat in Flash CS4: The art of design and animation in Adobe Flash CS4 by Chris Georgenes; Focal Press. Interesting Flash book with a unique approach. ActionScript 3.0 Game Programming University by Gary Rosenzweig; Que. Great book for creating Flash games if you already have a programming background. Adobe Flash Resource Center: Click under the Help button and then pull down to Flash. The Flash CS4 Resources in the upper right especially Using Flash are a good place to start. Lynda.Com has a great set of online video tutorials: (Great Flash series.) Flash Series Examples and Projects: Cool Flash Video Sites: or (Choose doughboy on top menu.) 21

23 Flash Video Resources Handbrake- Great tool for ripping a DVD into a standard video file. Known as an open-source, multiplatform, multithreaded video transcoder. Also works well when converting one video source type to another. Flowplayer- Terrific tool for playing video files including Flash video files on the web. Easy to use and makes putting longer Flash video files on the web easy and more accessible. Does pseudostreaming to make a progressive download easier to view as it downloads. Includes the ability to add different control skins and playback options. Has both a non-commercial and a commercial version avaialble. iskysoft Video Convertor- Commercial but not overly expensive video convertor. Especially good at coverting video from Handbrake into an FLV file that you can use with Flash. SWFTools.com- Interesting online resource for tools to deal with Flash SWF files. Includes things like a quiz creator, converting Powerpoint to Flash, chat engines and audio tool covertors. Most tools are free to try and prices vary from there. 22

How to create an animated face

How to create an animated face Adobe Flash CS4 Activity 5.1 guide How to create an animated face This activity walks you step by step through the process of creating a simple animation by using Adobe Flash CS4. You use drawing tools

More information

The Timeline records the actions in each Frame. It also allows multiple independent images and actions through Layers.

The Timeline records the actions in each Frame. It also allows multiple independent images and actions through Layers. Using Flash to Create Animated Environments Objectives: Understand the capabilities of Flash Gain a general overview of features and tools Understand layers, text, graphics, animation and buttons Import

More information

HO-FL1: INTRODUCTION TO FLASH

HO-FL1: INTRODUCTION TO FLASH HO-FL1: INTRODUCTION TO FLASH Introduction Flash is software authoring package for creating scalable, interactive animations (or movies) for inclusion in web pages. It can be used to create animated graphics,

More information

Adobe Flash CS4 Part 2: Working with Symbols

Adobe Flash CS4 Part 2: Working with Symbols CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 2: Working with Symbols Fall 2010, Version 1.0 Table of Contents Introduction...2 Downloading the Data Files...2

More information

11 EDITING VIDEO. Lesson overview

11 EDITING VIDEO. Lesson overview 11 EDITING VIDEO Lesson overview In this lesson, you ll learn how to do the following: Create a video timeline in Photoshop. Add media to a video group in the Timeline panel. Add motion to still images.

More information

Camtasia Studio 5.0 PART I. The Basics

Camtasia Studio 5.0 PART I. The Basics Camtasia Studio 5.0 Techsmith s Camtasia Studio software is a video screenshot creation utility that makes it easy to create video tutorials of an on screen action. This handout is designed to get you

More information

PUBLISHING FLASH. Lesson Overview

PUBLISHING FLASH. Lesson Overview PUBLISHING FLASH Lesson Overview In this lesson, you ll learn how to do the following: Test a Flash document Understand the Bandwidth Profiler Change publish settings for a document Understand the difference

More information

Flash offers a way to simplify your work, using symbols. A symbol can be

Flash offers a way to simplify your work, using symbols. A symbol can be Chapter 7 Heavy Symbolism In This Chapter Exploring types of symbols Making symbols Creating instances Flash offers a way to simplify your work, using symbols. A symbol can be any object or combination

More information

Get to Know the VideoStudio Workspace

Get to Know the VideoStudio Workspace Get to Know the VideoStudio Workspace This written tutorial is a handy guide to understanding the various components of the VideoStudio interface. We will review the Capture, Edit and Share workspaces

More information

Flash Domain 4: Building Rich Media Elements Using Flash CS5

Flash Domain 4: Building Rich Media Elements Using Flash CS5 Flash Domain 4: Building Rich Media Elements Using Flash CS5 Adobe Creative Suite 5 ACA Certification Preparation: Featuring Dreamweaver, Flash, and Photoshop 1 Objectives Make rich media content development

More information

PowerPoint Tips and Tricks

PowerPoint Tips and Tricks PowerPoint Tips and Tricks Viewing Your Presentation PowerPoint provides multiple ways to view your slide show presentation. You can access these options either through a toolbar on your screen or by pulling

More information

Adobe Captivate Level 1

Adobe Captivate Level 1 Information Technology Services Kennesaw State University Adobe Captivate Level 1 Presented by Technology Outreach in collaboration with The Multimedia Development Group (MDG) Copyright 2007 Information

More information

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1

COPYRIGHTED MATERIAL. Using Adobe Bridge. Lesson 1 Lesson Using Adobe Bridge What you ll learn in this lesson: Navigating Adobe Bridge Using folders in Bridge Making a Favorite Creating metadata Using automated tools Adobe Bridge is the command center

More information

Adobe Premiere Pro CC 2015 Tutorial

Adobe Premiere Pro CC 2015 Tutorial Adobe Premiere Pro CC 2015 Tutorial Film/Lit--Yee GETTING STARTED Adobe Premiere Pro CC is a video layout software that can be used to create videos as well as manipulate video and audio files. Whether

More information

Adobe Animate Basics

Adobe Animate Basics Adobe Animate Basics What is Adobe Animate? Adobe Animate, formerly known as Adobe Flash, is a multimedia authoring and computer animation program. Animate can be used to design vector graphics and animation,

More information

BBFlashBack Training for Library Staff

BBFlashBack Training for Library Staff BBFlashBack Training for Library Staff Learning outcomes: By the end of the course you will be able to: record a screencast insert/import text, images, audio & video edit text, audio & video files produce

More information

APPLE IMOVIE HD TUTORIAL

APPLE IMOVIE HD TUTORIAL APPLE IMOVIE HD TUTORIAL O V E R V I E W Movie HD is consumer-level digital video editing software for Mac OS. You can use imovie to edit the footage you film with digital video cameras and HD video cameras.

More information

Working with Images and Multimedia

Working with Images and Multimedia CHAPTER Working with Images and Multimedia You can make your web page more interesting by adding multimedia elements. You can download the files featured in this chapter from www.digitalfamily.com/tyv.

More information

Adobe Flash CS4 Part 4: Interactivity

Adobe Flash CS4 Part 4: Interactivity CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 4: Interactivity Fall 2010, Version 1.0 Table of Contents Introduction... 2 Downloading the Data Files... 2

More information

Apple idvd 11 Tutorial

Apple idvd 11 Tutorial Apple idvd 11 Tutorial GETTING STARTED idvd is a program that allows you to create a DVD with menus and graphics of a professionally made commercial disc to play on your home DVD player. To Begin your

More information

How to create interactive documents

How to create interactive documents Adobe InDesign Guide How to create interactive documents You can use Adobe InDesign to create dynamic web content or interactive documents. InDesign supports export to web-ready HTML or interactive PDF.

More information

PowerPoint Basics. Getting Started

PowerPoint Basics. Getting Started PowerPoint Basics Getting Started 1. Open up PowerPoint. 2. The following window will appear. 3. Select Template. 4. Click the OK button. 5. A new window appears. Click on the Presentation Design tab to

More information

Dreamweaver 3.5 PHP & Dreamweaver

Dreamweaver 3.5 PHP & Dreamweaver Dreamweaver 3.5 PHP & Dreamweaver Short Course Notes Explore more information on the IT Learning Pods Web site: http://css.ait.iastate.edu/ By Joe Struss Sept. 20, 2010 Copyright 2010 by Creative Services

More information

-Remember to always hit Command + S every time you make a change to your project going forward.

-Remember to always hit Command + S every time you make a change to your project going forward. -Open Animate -Under Create New - Select ActionScript 3.0 -Choose Classic as the Design type located in the upper right corner -Animate workspace shows a toolbar, timeline, stage, and window tabs -From

More information

Digital Documentaries Premiere Elements 8

Digital Documentaries Premiere Elements 8 Premiere Elements 8 Creating a new project Select New Project In the Premiere welcome screen and go to File, New Project on the top menu. Type in a project name and select Browse to locate the Desktop

More information

After you slave and toil to create a compelling Flash movie, you have

After you slave and toil to create a compelling Flash movie, you have Chapter 1: Testing and Debugging a Flash Project In This Chapter Testing a movie Previewing a movie Debugging a movie After you slave and toil to create a compelling Flash movie, you have to make sure

More information

Working with Adobe Premiere Pro CS4

Working with Adobe Premiere Pro CS4 Working with Adobe Premiere Pro CS4 Setup When you open Premiere Pro CS4, you see a window that allows you to either start a new project, open an existing project or search Premiere's help menu. For the

More information

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks Sample Hands-On-Training Chapter Review Copy Only Copyright 2000-2003 by lynda.com, Inc. All Rights Reserved. Reproduction and Distribution Strictly Prohibited. This electronically distributed Hands-On-Training

More information

FLASH ANIMATION TUTORIAL

FLASH ANIMATION TUTORIAL FLASH ANIMATION TUTORIAL This tutorial will show you how to make a simple flash animation using basic graphic elements and sounds. It will also work as the display page for your Bullet Movie soundtrack

More information

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage.

The Library is displayed as a window, and its contents are accessed by dragging and dropping onto the Stage. FLASH FREQUENTLY ASKED QUESTIONS - What is the Library? The Library is an area in which you store all content used in a Flash movie. In Flash terminology, each piece of content stored in the Library is

More information

Downloaded from

Downloaded from Chapter 4 Advance features of MS PowerPoint Inside this chapter : Inserting different objects (i.e. images, Word Arts, audio & video etc.), Transitions in slide, Custom Animation with text. PowerPoint

More information

[Not for Circulation]

[Not for Circulation] Advanced PowerPoint This document provides instructions for using some of the more advanced features in PowerPoint, including slide masters, techniques for running presentations, animation, and incorporating

More information

CHAPTER 1. Interface Overview 3 CHAPTER 2. Menus 17 CHAPTER 3. Toolbars and Tools 33 CHAPTER 4. Timelines and Screens 61 CHAPTER 5.

CHAPTER 1. Interface Overview 3 CHAPTER 2. Menus 17 CHAPTER 3. Toolbars and Tools 33 CHAPTER 4. Timelines and Screens 61 CHAPTER 5. FLASH WORKSPACE CHAPTER 1 Interface Overview 3 CHAPTER 2 Menus 17 CHAPTER 3 Toolbars and Tools 33 CHAPTER 4 Timelines and Screens 61 CHAPTER 5 Panels 69 CHAPTER 6 Preferences and Printing 93 COPYRIGHTED

More information

Adobe Flash CS4 Part 3: Animation

Adobe Flash CS4 Part 3: Animation CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 3: Animation Fall 2010, Version 1.0 Table of Contents Introduction...2 Downloading the Data Files...2 Understanding

More information

COMP : Practical 11 Video

COMP : Practical 11 Video COMP126-2006: Practical 11 Video Flash is designed specifically to transmit animated and interactive documents compactly and quickly over the Internet. For this reason we tend to think of Flash animations

More information

imovie Quick Guide Learning Technologies Center Gaskill Hall

imovie Quick Guide Learning Technologies Center Gaskill Hall imovie Quick Guide Learning Technologies Center Gaskill Hall Introduction Welcome to the Miami University LTC This quick guide is designed to help acquaint you with some capabilities of imovie HD and idvd

More information

Exploring the Flash MX 2004 Workspace

Exploring the Flash MX 2004 Workspace 1 Chapter Exploring the Flash MX 2004 Workspace COPYRIGHTED MATERIAL This first chapter is a warm-up to prepare you for your Flash MX 2004 adventure. It provides a quick introduction to Flash, and is a

More information

Adding Titles, and Voice-Overs to an Animation Using imovie HD Duncan Whitehurst - ICT Advisory Teacher Pembrokeshire County Council

Adding Titles, and Voice-Overs to an Animation Using imovie HD Duncan Whitehurst - ICT Advisory Teacher Pembrokeshire County Council 1. Your animation opens in imovie. 2. To add a title select the Editing view then click Titles. Choose a text colour here. Choose a font here. Move these sliders to change the speed of the animation and

More information

Adobe Flash CS4 Part 1: Introduction to Flash

Adobe Flash CS4 Part 1: Introduction to Flash CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Adobe Flash CS4 Part 1: Introduction to Flash Fall 2010, Version 1.0 Table of Contents Introduction...3 Downloading the Data Files...3

More information

Dear Candidate, Thank you, Adobe Education

Dear Candidate, Thank you, Adobe Education Dear Candidate, In preparation for the Rich Media Communication certification exam, we ve put together a set of practice materials and example exam items for you to review. What you ll find in this packet

More information

Interactive Powerpoint. Jessica Stenzel Hunter Singleton

Interactive Powerpoint. Jessica Stenzel Hunter Singleton Interactive Powerpoint Jessica Stenzel Hunter Singleton Table of Contents iii Table of Contents Table of Contents... iii Introduction... 1 Basics of Powerpoint... 3 How to Insert Shapes... 3 How to Insert

More information

Captivating Movies! Getting Started with Captivate

Captivating Movies! Getting Started with Captivate Captivating Movies! Getting Started with Captivate Welcome to Getting Started with Captivate. In this tutorial you will learn to import a PowerPoint file into a Captivate Project. Then you will prepare

More information

The Macromedia Flash Workspace

The Macromedia Flash Workspace Activity 5.1 Worksheet The Macromedia Flash Workspace Student Name: Date: Identify the Stage, workspace, Timeline, layers, panels, Tools panel, and Property inspector. The Macromedia Flash Workspace 5-35

More information

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley

Post-Production. Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production Ashwin Saraf Brian Block Sam Bantner Travis Bagley Post-Production What is Post-Production? A Formal Definition: Post Production- The technical processes, as cutting, editing, and post-synchronization,

More information

Getting Started with. PowerPoint 2010

Getting Started with. PowerPoint 2010 Getting Started with 13 PowerPoint 2010 You can use PowerPoint to create presentations for almost any occasion, such as a business meeting, government forum, school project or lecture, church function,

More information

Create engaging demonstrations, simulations and evaluations with Adobe Captivate. Creating from a PowerPoint. Importing a presentation

Create engaging demonstrations, simulations and evaluations with Adobe Captivate. Creating from a PowerPoint. Importing a presentation Creating from a PowerPoint Create engaging demonstrations, simulations and evaluations with Adobe Captivate Preparation Set screen resolution to 1024 X 768 Launch Internet Explorer Turn off browser pop-up

More information

POWERPOINT BASICS: MICROSOFT OFFICE 2010

POWERPOINT BASICS: MICROSOFT OFFICE 2010 POWERPOINT BASICS: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Microsoft PowerPoint Components SIMPLE TASKS IN MICROSOFT POWERPOINT

More information

Introduction to PowerPoint 2007

Introduction to PowerPoint 2007 Introduction to PowerPoint 2007 PowerPoint is one of the programs included in the Microsoft Office suite. It s used to create presentations, also called slide shows, that are typically displayed via a

More information

::The Art of Multimedia:: Assignments*

::The Art of Multimedia:: Assignments* ::The Art of Multimedia:: Assignments* Session 1: January 25 th Assignment: What is Multimedia? 500 word-essay So what exactly is multimedia? Looking at the actual term multimedia literally means multiple

More information

About sounds and Animate CC

About sounds and Animate CC About sounds and Animate CC Adobe Animate offers several ways to use sound. Make sounds that play continuously, independent of the Timeline, or use the Timeline to synchronize animation to a sound track.

More information

Adobe Premiere Elements Tutorial

Adobe Premiere Elements Tutorial Adobe Premiere Elements Tutorial Starting a New Project To import movie clips from a digital video camera, click on the Capture Video button. You will be prompted to name your project and choose a location

More information

Premiere Pro CC 2018 Essential Skills

Premiere Pro CC 2018 Essential Skills Premiere Pro CC 2018 Essential Skills Adobe Premiere Pro Creative Cloud 2018 University Information Technology Services Learning Technologies, Training, Audiovisual, and Outreach Copyright 2018 KSU Division

More information

Prezi is a wonderful presentation tool to help make classroom or online instruction easy and

Prezi is a wonderful presentation tool to help make classroom or online instruction easy and Prezi is a wonderful presentation tool to help make classroom or online instruction easy and engaging. The following 5 steps will help you learn the basics of creating a Prezi presentation. This presentation

More information

For today, choose Format: NTSC Rate: Use: DV-NTSC Anamorphic (North American, widescreen)

For today, choose Format: NTSC Rate: Use: DV-NTSC Anamorphic (North American, widescreen) Final Cut Pro Final Cut Pro is a sophisticated video-editing program made by Apple. It is the editing software of choice for multimedia journalists using Apple computers, and is comparable to Adobe's Premiere

More information

Doing a flash animation for animb

Doing a flash animation for animb Doing a flash animation for animb Mathieu Clabaut May 22, 2008 Introduction This tutorial should provide the user with a tour through the most important functionalities allowing to build a flash animation

More information

CREATING CONTENT WITH MICROSOFT POWERPOINT

CREATING CONTENT WITH MICROSOFT POWERPOINT CREATING CONTENT WITH MICROSOFT POWERPOINT Simple Tips And Tricks Presented by TABLE OF CONTENTS Introduction... 2 Design Tips... 3 Advanced Tips... 4 ShortCut Keys for Microsoft PowerPoint... 5 How-Tos...

More information

Prezi PREZI ONLINE ACCOUNT START FROM A TEMPLATE

Prezi PREZI ONLINE ACCOUNT START FROM A TEMPLATE Prezi PREZI ONLINE ACCOUNT Go to www.prezi.com/pricing/edu and sign up for an online only account. This account is available anywhere in the world as long as you have access to the internet. After creating

More information

imovie for ipad CREATING A PROJECT

imovie for ipad CREATING A PROJECT imovie for ipad CREATING A PROJECT After opening the imovie app select the plus sign located in the dark grey box under the projects tab. A window will pop up asking for whether you want to create a movie

More information

Curriculum/Certification Mapping in MyGraphicsLab

Curriculum/Certification Mapping in MyGraphicsLab Adobe Visual Communication Using FLASH CS5 Curriculum/Certification Mapping in MyGraphicsLab Objectives- 1.0 Setting Project Requirements 1.1 Identify the purpose, audience, and audience needs for rich

More information

2. This tutorial will teach you the basics of PowerPoint and how to hyperlink and embed (insert) videos into your PowerPoint.

2. This tutorial will teach you the basics of PowerPoint and how to hyperlink and embed (insert) videos into your PowerPoint. 37 Creating Your Own PowerPoint for Macintosh and PC Computers and unitedstreaming Video Clips Tutorial created using PowerPoint 2000. This tutorial will work with similar images, messages, and navigation

More information

Interface. 2. Interface Adobe InDesign CS2 H O T

Interface. 2. Interface Adobe InDesign CS2 H O T 2. Interface Adobe InDesign CS2 H O T 2 Interface The Welcome Screen Interface Overview The Toolbox Toolbox Fly-Out Menus InDesign Palettes Collapsing and Grouping Palettes Moving and Resizing Docked or

More information

PowerPoint Slide Show Step-By-Step

PowerPoint Slide Show Step-By-Step Setting Up a Slide 1. Start PowerPoint. PowerPoint Slide Show Step-By-Step 2. You can choose the wizard tool, a template, or a blank presentation. Choose template. Click OK. 1 3. Choose the Blends template.

More information

FLASH CS6 DIRECTIONS TO GET YOU STARTED!

FLASH CS6 DIRECTIONS TO GET YOU STARTED! FLASH CS6 DIRECTIONS TO GET YOU STARTED! SYMBOL A symbol is a reusable image, animation or button. You will see a plus sign + in the object once it s been converted to a symbol. Insert>Convert to symbol

More information

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

Creating Multimedia SWF Products

Creating Multimedia SWF Products Chapter InDesign can be used to create multimedia products that combine movie clips, sounds, images and animations into professional products that can be distributed on CD, DVD or as SWF files that can

More information

Using Flash Animation Basics

Using Flash Animation Basics Using Flash Contents Using Flash... 1 Animation Basics... 1 Exercise 1. Creating a Symbol... 2 Exercise 2. Working with Layers... 4 Exercise 3. Using the Timeline... 6 Exercise 4. Previewing an animation...

More information

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41

ekaizen Lessons Table of Contents 1. ebook Basics 1 2. Create a new ebook Make Changes to the ebook Populate the ebook 41 Table of Contents 1. ebook Basics 1 2. Create a new ebook 20 3. Make Changes to the ebook 31 4. Populate the ebook 41 5. Share the ebook 63 ekaizen 1 2 1 1 3 4 2 2 5 The ebook is a tabbed electronic book

More information

Quick Start. Creating the FLV File

Quick Start. Creating the FLV File CHAPTER 1 Quick Start Certainly one of the most common tasks when publishing Flash video content is repurposing existing footage for online usage. While you can produce optimal quality by shooting exclusively

More information

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru.

WORLD FIRST. In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru. ART90.flash 14/10/03 3:27 pm Page 24 Tutorial WORLD FIRST In our first ever Flash MX 2004 tutorial, we take a look at the new ease-of-use features that can turn anyone into a Flash guru ILLUSTRATION BY

More information

This is a piece of software that allows the user to make presentations. Its user interface is radically different to that of PowerPoint.

This is a piece of software that allows the user to make presentations. Its user interface is radically different to that of PowerPoint. Prezi www.prezi.com This is a piece of software that allows the user to make presentations. Its user interface is radically different to that of PowerPoint. Users need to register in order to use Prezi

More information

Introduction to Dreamweaver

Introduction to Dreamweaver COMMUNITY TECHNICAL SUPPORT Introduction to Dreamweaver What is Dreamweaver? Dreamweaver helps you to create Web pages while it codes html (and more) for you. It is located on the bottom tray or in the

More information

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012

Intermediate/Advanced. Faculty Development Workshop FSE Faculty retreat April 18, 2012 Intermediate/Advanced Faculty Development Workshop FSE Faculty retreat April 18, 2012 Remote Desktop Sharing Quick Reference Guide for Moderators The Moderator or a Participant may request control of another

More information

Premiere Pro Desktop Layout (NeaseTV 2015 Layout)

Premiere Pro Desktop Layout (NeaseTV 2015 Layout) Premiere Pro 2015 1. Contextually Sensitive Windows - Must be on the correct window in order to do some tasks 2. Contextually Sensitive Menus 3. 1 zillion ways to do something. No 2 people will do everything

More information

Microsoft Office 2007

Microsoft Office 2007 Microsoft Office 2007 Adding Slide Transitions Transition Sound Transitions Transition Speed Apply to All A slide transition is the way one slide changes to the next in Slide Show view. Animations Tab:

More information

Final Cut Pro: Intro How to Make a DVD from a mini-dv tape

Final Cut Pro: Intro How to Make a DVD from a mini-dv tape TEST Final Cut Pro: Intro How to Make a DVD from a mini-dv tape Many projects at PEPS require use of Final Cut Pro (FCP) to take a mini-dv tapes and put the footage onto a DVD. In this tutorial, we ll

More information

Windows Movie Maker / Microsoft Photo Story Digital Video

Windows Movie Maker / Microsoft Photo Story Digital Video Windows Movie Maker / Microsoft Photo Story Digital Video http://intranet/technology/index.html TRC HELP DESK X5092 April 2006 Photo Story and Movie Maker Microsoft Photo Story 3 allows you to create fantastic

More information

PowerPoint Intermediate 2010

PowerPoint Intermediate 2010 PowerPoint Intermediate 2010 I. Creating a Slide Master A. Using the design feature of PowerPoint essentially sets up similar formatting for all of your slides within a presentation. However, there are

More information

Introduction to Powerpoint. Written by Deborah Blake

Introduction to Powerpoint. Written by Deborah Blake Introduction to Powerpoint Written by Deborah Blake Center for Social Science Computation & Research 145 Savery Hall University of Washington Seattle WA 98195 U.S.A. (206)543-8110 September 2004 http://julius.csscr.washington.edu/pdf/powerpoint03.pdf

More information

PUBLISHING 1231 Intermediate New Media Publishing (FLASH) Instructor: Mak (Mahmoud) Abdel-Hai Office: A248 Phone: 604-3

PUBLISHING 1231 Intermediate New Media Publishing (FLASH) Instructor: Mak (Mahmoud) Abdel-Hai   Office: A248 Phone: 604-3 PUBLISHING 1231 Intermediate New Media Publishing (FLASH) Instructor: Mak (Mahmoud) Abdel-Hai Email: mabdelhai@langara.bc.ca Office: A248 Phone: 604-323-5648, ext. 1 Dates and times: s: 1.30 PM 7.25 PM

More information

Creating a Multimedia Presentation

Creating a Multimedia Presentation LESSON 8 Creating a Multimedia Presentation 8.1 After completing this lesson, you will be able to: Insert sounds in a presentation. Insert movies in a presentation. Play sounds or movies in a slide show.

More information

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks

Sample Hands-On-Training Chapter Review Copy Only Contact Information Notice of Rights Notice of Liability Trademarks Sample Hands-On-Training Chapter Review Copy Only Copyright 2000-2004 by lynda.com, Inc. All Rights Reserved. Reproduction and Distribution Strictly Prohibited. This electronically distributed Hands-On-Training

More information

Covering the Basics. Lesson 1

Covering the Basics. Lesson 1 Lesson 1 Covering the Basics This lesson demonstrates a few fundamentals of Mac OS X (Panther) to prepare you to work with Final Cut Express 2. It shows you how to view the contents of your hard drive

More information

Microsoft PowerPoint Tutorial

Microsoft PowerPoint Tutorial Microsoft PowerPoint Tutorial GETTING STARTED Microsoft PowerPoint is one of the most popular presentation programs supported by both Mac and PC platforms. Microsoft PowerPoint can be used to create interactive

More information

icms Pro USER S Manual Ver 1.4

icms Pro USER S Manual Ver 1.4 icms Pro USER S Manual Ver 1.4 Contents Panes... 7 How Can User Rights Affect Your Use of icms Pro SW?... 10 Minimum System Requirements... 11 Installing the icms Pro SW... 12 Download icms Pro from icatchinc

More information

Valuable points from Lesson 8 Adobe Flash CS5 Professional Classroom in a Book

Valuable points from Lesson 8 Adobe Flash CS5 Professional Classroom in a Book Valuable points from Lesson 8 Adobe Flash CS5 Professional Classroom in a Book You are expected to understand and know how to use/do each of these tasks in Flash CS5, unless otherwise noted below. If you

More information

2Understanding the. Interface. The Document Window 13. If you are new to Flash 8, don t skip this chapter. Although you might be

2Understanding the. Interface. The Document Window 13. If you are new to Flash 8, don t skip this chapter. Although you might be 2Understanding the Interface The Document Window 13 The Timeline 14 The Layer Controls 15 If you are new to Flash 8, don t skip this chapter. Although you might be tempted to jump right in with the hands-on

More information

Microsoft PowerPoint 2003 Basic Activities

Microsoft PowerPoint 2003 Basic Activities Microsoft PowerPoint 2003 Basic Activities Activity 1 Creating a new blank presentation... 1 1A. Applying Layouts... 1 1B. Applying a Slide Design... 1 1C. Applying a Background... 2 1D. Entering Text...

More information

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements.

This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. This guide will show you how to create a basic multi-media PowerPoint presentation containing text, graphics, charts, and audio/video elements. Before starting the steps outlined in this guide, it is recommended

More information

General Directions for Creating a Program with Flash

General Directions for Creating a Program with Flash General Directions for Creating a Program with Flash These directions are meant to serve as a starting point for a project in Flash. With them, you will create four screens or sections: 1) Title screen;

More information

How to create text and graphics with the

How to create text and graphics with the Adobe Premiere Pro CC Guide How to create text and graphics with the Essential Graphics Panel The Type tool in Premiere Pro is based on familiar ways of working with text and graphics found in other Adobe

More information

Adobe Flash CS5. Creating a web banner. Garvin Ling Juan Santa Cruz Bruno Venegas

Adobe Flash CS5. Creating a web banner. Garvin Ling Juan Santa Cruz Bruno Venegas Adobe Flash CS5 Creating a web banner Garvin Ling Juan Santa Cruz Bruno Venegas Introduction In this tutorial, you will be guided through a step-by-step process on how to create your very own animated

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Introduction to Game Design

Introduction to Game Design Introduction to Game Design Introduction to Game Design is an activity-based syllabus that teaches skills for game design and development using Adobe tools, UNREAL Engine, MAYA 3DS and Blender. Each activity

More information

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES

Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Handout created by Cheryl Tice, Instructional Support for Technology, GST BOCES Intro to FrontPage OVERVIEW: This handout provides a general overview of Microsoft FrontPage. AUDIENCE: All Instructional

More information

Insert a sound clip. Change animation sequence. Here are some tips for changing the order in which animations are sequenced on a slide.

Insert a sound clip. Change animation sequence. Here are some tips for changing the order in which animations are sequenced on a slide. Change animation sequence Here are some tips for changing the order in which animations are sequenced on a slide. A Animations are sequenced in the order in which they are created, and they appear in that

More information

Making ecards Can Be Fun!

Making ecards Can Be Fun! Making ecards Can Be Fun! A Macromedia Flash Tutorial By Mike Travis For ETEC 664 University of Hawaii Graduate Program in Educational Technology April 4, 2005 The Goal The goal of this project is to create

More information

Putting Your Workshop Online - Techniques. Joe Struss

Putting Your Workshop Online - Techniques. Joe Struss Putting Your Workshop Online - Techniques Joe Struss January 8, 2014 Contents 1 Overview 2 2 Video 3 2.1 Using existing Video clips.................... 3 2.1.1 YouTube Video...................... 3 2.1.2

More information

Using advanced DVD authoring techniques with Encore

Using advanced DVD authoring techniques with Encore Adobe Encore CS4 Project 8 guide Using advanced DVD authoring techniques with Encore This guide shows you how to use Adobe Encore CS4 to build customized menus, buttons, text, and graphics by using Encore

More information

Publishing Electronic Portfolios using Adobe Acrobat 5.0

Publishing Electronic Portfolios using Adobe Acrobat 5.0 Step-by-Step Publishing Electronic Portfolios using Adobe Acrobat 5.0 2002, Helen C. Barrett Here is the process we will use to publish a digital portfolio using Adobe Acrobat. The portfolio will include

More information

EDITING GUIDE (EDIT SUITES)

EDITING GUIDE (EDIT SUITES) PREMIERE PRO CC (VERSION 2015.2) EDITING GUIDE (EDIT SUITES) Version 3.3 (FEB 2016) PREMIERE PRO CC EDIT GUIDE - La Trobe University 2015 latrobe.edu.au 2 What do you want to do? 3 1. Back up SD card footage

More information