HO-FL6: ADDING SOUND TO FLASH

Size: px
Start display at page:

Download "HO-FL6: ADDING SOUND TO FLASH"

Transcription

1 1 of 12 HO-FL6: ADDING SOUND TO FLASH Sound on the Web Sound can add a further dimension to your webpages. It can add mood, meaning, tone, and understanding. However, you need to take care to ensure that your use of sound is appropriate and fits with your design strategy, enhancing any webpages you create. The following table lists the most common sound formats found on the web:.au One of the earliest sound formats. Used by UNIX system..aiff Audio Exchange File Format originally developed by Apple Computers..MP3 A near-cd quality digital file format for sound files, which allows CD tracks to be reduced to around a tenth of their normal size without a significant loss of quality..midi files are generally the smallest of the sound files because they don't actually contain any digitised audio, just text commands, that control built-in sounds and musical instruments on the computer..ra The real audio format is the standard for streaming audio..swa The Shockwave audio format uses the MPEG compression of MP3.WAV The waveform audio format is the main format used on Windows based PCs. W3Schools provides a good overview of the different sound formats for the web, see: Using Sound in Flash You can use sound in Flash in several different ways to make your movies more interesting. You can import sounds and edit them after they are imported. You can attach sounds to different kinds of objects, such as buttons, and trigger them in different ways, depending on your desired effect. Although you can import sounds into Flash, there is no method within Flash for recording or creating sounds. Hence we will focus on using existing sounds and not recording new ones. There are two very basic steps to using sound in Flash: finding (or creating) an appropriate sound and importing it into Flash. You can import sound into Flash in the following formats: wav, aiff and mp3 (although there are some compatibility issues when it comes to sound formats between Macs and PCs). Generally though you should import the best quality sound possible. Flash stores sounds in the library along with bitmaps and symbols. As with graphic symbols, you need only one copy of a sound file to use that sound in any number of ways in your movie. deciding on how you want to use the sound. Flash allows you to use sound in a number of ways: make sounds play continuously in the background. synchronise animation to a sound track. attach sounds to buttons. edit sounds to give them a more professional appearance, for example by making the sound fade in and out. There are two basic types of sound in Flash: EVENT SOUNDS - must download completely before playing, they then continue until stopped. Event sounds are suitable for attaching to buttons. STREAM SOUNDS - begin playing as soon as enough data has been downloaded, and are synchronised to

2 2 of 12 the timeline. Streaming sounds are suitable for long backgrounds and they play as long as the layer containing the sound continues in the time line, or until the user clicks on the stop button. HOFL6A: Event Sounds - Adding Sound to a Button Open the flash movie (mmfl-ho4b.fla) that you created in HOFL4, select File/SaveAs and save as mm-hofl6a.fla Open the Library and create 2 folders called: buttons and sounds. To do this right click anywhere in the Library and select New Folder from the pop-up menu: 3. Move the 2 buttons to the buttons folder: You will need to find some royalty free sounds for use in your web pages. For now, click here to download a number of sound files that you can use, but you should also search on the web to find other royalty free sounds. Save and un-zip the mm_sounds.zip file into a new folder called I:/myfiles/mm/sounds/ Select File/Import/Import to Library and import the three sounds (kickdrum, bells and drumroll) into the Library: 7. Move these files to the sounds folder. Select a sound and click on the play button to hear the sound (Note: this may depend on whether your PC is fitted with speakers):

3 3 of You are going to add a sound to the Down state of each of the buttons, so that a sound will play when the user clicks the button. The simplest way to do this is to add the sound to the button symbol in the library, as in this way the sound will play for each instance of the button and not just for the single instance of the button in your movie. To add sound to the downstate of the prev_btn, double click on the previous button icon in the Library to reveal the different button states. Then Insert a new layer and rename it sounds: 10. Select the Down fame of the Sounds layer and insert a keyframe. With the Down frame of the sounds layer still selected use the Properties panel to add a sound, by selecting drumroll.wav from the list of Sounds:

4 4 of You should now see a sound trail in the Down state, that spreads across into the Hit state of the button? If so Click on click on Scene 1 to close the button: Select Control/Test Movie on the main menu to test your movie. The previous button should now have a sound attached to each it?! (Although this could be quite irritating, don't you think. And therein lies the secret to using sound in Flash, it should be used sensibly and appropriately to enhance the user's experience! Not drive them away from your website). Repeat steps (9) to (11) adding the bells sound to the next_btn (Note: we are adding sounds here so you understand how to do this, but ultimately you will need to find more appropriate sounds for your buttons!): 14. Click here to download the completed mmfl-ho6a.fla file. HOFL6B: Streaming Sounds - Adding Sound to a Movie Open the file you created in Flash-handson5, or click here to download a completed version of the Images of Twickenham file. Save the file as mmhofl6b.fla. You will use this to add streaming sounds to your movie. Open the Library and create 3 folders called: buttons, images and sounds. To do this right click anywhere in the Library and select New Folder from the pop-up menu. Move the buttons to the buttons folder and the images to the images folder Select File/Import/Import to Library and add a suitable sound file to the library, eg. Classical.wav, and move the file to the sounds folder::

5 5 of Create a new layer for the sound by selecting Insert/Timeline/Layer on the main menu or by clicking on the Insert Layer button. Note: Whenever you add sounds to a movie it is good practice to create a new layer for the sound and then set the sound options in the Properties panel. Double click on the layer name and change it to Sounds: 7. Select the frame 1 of the Sounds layer use the Properties panel to add a sound, by selecting Classical.wav from the list of Sounds: 8. This adds the sound to the Sounds layer:

6 6 of Save your document and then select Control/Test Movie on the main menu to test your movie to examine the effect of adding sound. What do you observe or should I say hear!? (Again, you won't hear anything if your PC doesn't have speakers attached!) You should find that you have no control over the sound, it simply plays once and then stops. In order for the sound to play continuously (or loop), you need to adjust the Sync: option on the Properties panel. To do this select frame 1 of the Sounds layer and in the Properties panel set Sync to Loop: 12. The Properties panel provides you with a series of effects that you can apply to your sound, such as Fade In and Fade Out: Experiment with changing these settings to examine their effect on the sound in your movie. The Properties panel also enables you to edit the sound profile/envelope by clicking on Edit:

7 7 of This opens the Edit Envelope panel, which shows the current effect in the top left hand corner (1). Clicking on the Zoom Out button in the bottom right hand corner (2) reveals more of the sound profile. In the current case the sound profile shows that the sound phases in: 16. Change the Effect to Fade Out: 17. Use the Scroll bar to move back to the start of the sound envelope and click on the solid black line at point 0 and 5. This adds small black squares to the sound envelope. Drag the first black square down to the axis, which means that the sound should now Fade In and Fade Out:

8 8 of When you close the Edit Envelope the Effect: in the Properties Panel should now be set to Custom: 19. We still have one major problem, don't you think? After a while the sound can be annoying! So we need to give the user to option to switch off (or switch on) the sound. To do this we need to add on/off controls (i.e. buttons). Controlling Sound with On/Off Buttons Although sounds can add to the mood and impact of your site there will be times when the user wants to switch off the sound! So it is good practice to include an On/Off switch for the sound. 1. Create a new layer called Soundbuttons: 2. Add text and graphics to this layer, e.g. 'Sound', and create two new buttons: one labeled 'On' and the other 'Off':

9 9 of Select the ON text and associated graphic and convert to a button symbol called: soundon_btn: 4. When creating the button ensure that you had a solid rectangle to the Hit state of the button: 5. Repeat, selecting the OFF text and associated graphic and converting these to a button symbol called: soundoff_btn. Again make sure you add a solid rectangle to the Hit state of the soundsoff_btn: 6. Move the two new buttons into the button folder in the Library:

10 10 of Next in the Library right click on the sound file (Classical.wav) and select Linkage from the pop-up menu. Set the identifier text = sound1 and ensure the 'Export for ActionScript' and 'Export in first frame' options are checked: Note: step 7 gives the sound file an 'identifier' which can be called and used by ActionScript. Next select frame 1 of the Soundbuttons layer and press [F9] to being up the Actions panel and insert the following ActionScript code: my_sound = new Sound(); my_sound.attachsound("sound1"); (Note: this creates an instance of ActionScript's Sound Class, whose source is sound1 (the identifier in the

11 11 of library for the Classical.wav sound file) The next steps involve adding actions to our buttons. Select the soundsoff_btn and press [F9] to bring up the Actions panel and add the following ActionScript code: on (release) { stopallsounds(); } 11. This simply stops all sounds when the user clicks on the OFF button. Finally select the soundson_btn and press [F9] to bring up the Actions panel and add the following ActionScript code: on (release) { _root.my_sound.start(0,50); } When the user clicks on the ON button this starts the sound instance (my_sound) playing. The optional parameters (0,50) control where the music starts playing (0 milliseconds) and how many times it loops (50). Save your movie and press Ctrl+Enter to test it out. What do you observe? One thing you should note is that the music plays on movie start-up. To stop the music playing on start-up and allow the user even greater control, i.e. to allow them to start the music playing, we need to edit the Properties of the Sound layer. If you remember we earlier added the Classical.wav to frame 1 of the sound layer. But this is no longer necessary now that we have added ActionScript controls that start the music playing. So we can remove the Classical.wav from the Sounds layer. To do this select frame 1 of the Sounds layer and in the Properties panel set the Sound to None (or simply delete the Sound layer as it is no longer needed!):

12 12 of Finally resave your movie and retest. Click here to download the completed mmfl-ho6b.fla file. Note: Listen carefully to the movie? Do you notice anything unusual? (If so, think about what you need to do to correct the problem). HO-FL6: READING AND RESOURCES W3 Schools Multimedia Tutorials: Adding Sound to your Web Site: Adding Sound to the Web: How to put sound and video into web pages: /factsheet24.shtml#section24.1 How to Include Sound in your Web Pages: Different Ways to Play a Sound from a Web Page: Smartwebby - adding an on/off button (Flash MX2004), see: /sound_button.asp. Flash Kit - Audio Tutorials: Adding Sound to Flash: /flash.htm Project Cool - Audio on the Web: Using Audio in Flash: Sound in Flash: Audacity (free, open source software for recording and editing sounds): last updated 06 February 2009

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

Inserting multimedia objects in Dreamweaver

Inserting multimedia objects in Dreamweaver Inserting multimedia objects in Dreamweaver To insert a multimedia object in a page, do one of the following: Place the insertion point in the Document window where you want to insert the object, then

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

Audacity Sound Editing Program. Transforming Audio. User Guide

Audacity Sound Editing Program. Transforming Audio. User Guide Audacity Sound Editing Program Transforming Audio User Guide Spring 2007 1 Introduction This guide is meant as a tutorial for getting started with the Audacity crossplatform sound editing software package.

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

Audio Editing in Audacity. Josh Meltzer Western Kentucky University School of Journalism & Broadcasting

Audio Editing in Audacity. Josh Meltzer Western Kentucky University School of Journalism & Broadcasting Audio Editing in Audacity Josh Meltzer Western Kentucky University School of Journalism & Broadcasting www.joshmeltzer.com Revised 6/2010 ABOUT Audacity is a free downloadable program for both PC and MAC

More information

DM10 Audio Lab getting ready

DM10 Audio Lab getting ready DM10 Audio Lab getting ready Download the zipped AudioLab folder linked from the A7 page. Unzip the folder (right-click and Extract All). Use the files in the unzipped folder for this lab practice. Download

More information

Selection tool - for selecting the range of audio you want to edit or listen to.

Selection tool - for selecting the range of audio you want to edit or listen to. Audacity Quick Guide Audacity is an easy-to-use audio editor and recorder. You can use Audacity to: Record live audio. Convert tapes and records into digital recordings or CDs. Edit sound files. Cut, copy,

More information

Installing Audacity Sound Editing Software Open up a web browser such as Internet Explorer and type the following Internet address in to the address field: http://audacity.sourceforge.net/download/ The

More information

1. Make the recordings. 2. Transfer the recordings to your computer

1. Make the recordings. 2. Transfer the recordings to your computer Making recordings and burning them to CD can be done in four steps: 1. Make the recordings 2. Transfer them to your computer 3. Edit them 4. Copy the edited files to itunes 1. Make the recordings Turn

More information

Audacity tutorial. 1. Look for the Audacity icon on your computer desktop. 2. Open the program. You get the basic screen.

Audacity tutorial. 1. Look for the Audacity icon on your computer desktop. 2. Open the program. You get the basic screen. Audacity tutorial What does Audacity do? It helps you record and edit audio files. You can record a speech through a microphone into your computer, into the Audacity program, then fix up the bits that

More information

Lesson 4: Add ActionScript to Your Movie

Lesson 4: Add ActionScript to Your Movie Page 1 of 7 CNET tech sites: Price comparisons Product reviews Tech news Downloads Site map Lesson 4: Add ActionScript to Your Movie Home Your Courses Your Profile Logout FAQ Contact Us About In this lesson,

More information

Audacity Tutorial. 1. Connect your headset or your microphone into the USB port of your computer before opening the Audacity software.

Audacity Tutorial. 1. Connect your headset or your microphone into the USB port of your computer before opening the Audacity software. Set up Audacity Tutorial 1. Connect your headset or your microphone into the USB port of your computer before opening the Audacity software. 2. Double click on the Audacity icon to open the software. 3.

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

Audacity Tutorial C. Stanley

Audacity Tutorial C. Stanley Audacity Tutorial C. Stanley Getting to Know Audacity: Silence Keys Microphone Select Editing Tools Recording Tools Cut, Copy, Paste Undo, Redo Zoom How to Record: Select external microphone. Press the

More information

Adobe Sound Booth Tutorial

Adobe Sound Booth Tutorial Adobe Sound Booth Tutorial Recording your Voice in the Studio 1. Open Adobe Sound Booth 2. Click File>New>Empty Audio File 3. Hit the Record Button (red circle button at the bottom of the screen) 4. In

More information

In this lesson you will learn how to:

In this lesson you will learn how to: LESSON 5: CREATING BUTTON STATES OBJECTIVES In this lesson you will learn how to: use FreeHand layers to create navigation buttons export layers from FreeHand to Flash create and edit symbols and instances

More information

Quick Start Guide

Quick Start Guide www.clearclicksoftware.com Quick Start Guide 1. Plug In Your Mic2USB Cable. First, just plug in the Mic2USB Cable into your microphone. Then, plug in the other end of the cable to any free USB port on

More information

Creating a Podcast Using Audacity

Creating a Podcast Using Audacity Creating a Podcast Using Audacity NOTE: To do this project, you will need to either have an internal microphone on your laptop or computer, or you will need to use an external microphone to do your recording.

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 Video Editing Using imovie

Digital Video Editing Using imovie Digital Video Editing Using imovie This is an introductory tutorial into basic digital video editing. Participants will learn how to transfer video from tape to the computer, plus basic editing techniques

More information

USING AUDACITY: ROBUST, FREE, AND FULL- FEATURED SOFTWARE

USING AUDACITY: ROBUST, FREE, AND FULL- FEATURED SOFTWARE Slide 1 USING AUDACITY: ROBUST, FREE, AND FULL- FEATURED SOFTWARE This presentation contains audio; ensure your speakers are turned up. Click the forward arrow below to proceed to the next slide. Audacity

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

EDIT202 Digital Media Lab Assignment Guidelines

EDIT202 Digital Media Lab Assignment Guidelines EDIT202 Digital Media Lab Assignment Guidelines 1. Create a new folder on your desktop labeled Media. 2. In order to import (see prep sheet for definition) video files into IMovie your movie files will

More information

Working with Symbols and Instances

Working with Symbols and Instances Chapter 3 Working with Symbols and Instances Learning Objectives After completing this chapter, you will be able to: Create new symbols Edit the symbols and instances Create and edit button symbols Import

More information

Transcribing and Coding Audio and Video Files

Transcribing and Coding Audio and Video Files Transcribing and Coding Audio and Video Files Contents TRANSCRIBING AND CODING AUDIO AND VIDEO FILES... 1 GENERAL INFORMATION ABOUT THE ANALYSIS OF AUDIO AND VIDEO FILES... 1 THE MEDIA PLAYER TOOLBAR...

More information

Audacity. Audacity. Getting Started. Index. Audacity allows you the ability to record voice, edit and create podcasts.

Audacity. Audacity. Getting Started. Index. Audacity allows you the ability to record voice, edit and create podcasts. Audacity Getting Started Audacity allows you the ability to record voice, edit and create podcasts. Index Getting Started. 1 Editing and Audio Tools.. 2 Toolbar 3 Recording Audio 4 Importing Sound/Music..

More information

Chapter 5. Creating Special Effects Delmar, Cengage Learning

Chapter 5. Creating Special Effects Delmar, Cengage Learning Chapter 5 Creating Special Effects 2011 Delmar, Cengage Learning Chapter 5 Lessons 1. Create a mask effect 2. Add sound 3. Add video 4. Create an animated navigation bar 5. Create character animations

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

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

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

How to Make a Podcast

How to Make a Podcast Can You Hear Me Now? How to Make a Podcast Part One: Creating a Podcast Using Audacity Step 1: Things You Need 1. Computer with broadband Internet access. 2. Audacity version 1.2.6 (http://audacity.sourceforge.net/).

More information

Digital Audio. Amplitude Analogue signal

Digital Audio. Amplitude Analogue signal Digital Audio The sounds that we hear are air molecules vibrating in a wave pattern. These sound waves are measured by our ear drums and processed in our brain. As computers are digital machines, sound

More information

Chapter 18- Relative Vertex (Shape) Keys

Chapter 18- Relative Vertex (Shape) Keys Chapter 18- Relative Vertex (Shape) Keys Creating Mesh Shape Keys We ve discussed deforming a mesh with an armature, but what if you want to deform a mesh in other ways like have it flatten, move a mouth,

More information

Be sure you have Audacity AND the LAME Encoder installed. Both are available in the Software Installation Center.

Be sure you have Audacity AND the LAME Encoder installed. Both are available in the Software Installation Center. 1. GETTING STARTED using AUDACITY in CCPS Be sure you have Audacity AND the LAME Encoder installed. Both are available in the Software Installation Center. 2. Creating a new project Open Audacity, select

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

Audacity Project #1 - Jungle Theme

Audacity Project #1 - Jungle Theme Audacity Project #1 - Jungle Theme Getting Started Download Audacity_Project_1_Sound_Files.zip file from the Tech Ed web page or the Student share drive. The zip will contain the following files... - africanmp3

More information

Animation Part 2: Using Windows Movie Maker for Voiceovers and More Duncan Whitehurst ICT Advisory Teacher Pembrokeshire County Council

Animation Part 2: Using Windows Movie Maker for Voiceovers and More Duncan Whitehurst ICT Advisory Teacher Pembrokeshire County Council 1. To edit an animation produced in I Can Animate click Start, All Programs and find Windows Movie Maker. 2. In the Movie Tasks pane click Import Video. 3. Go looking on your computer for your animation.

More information

Audacity Tutorial Recording With Your PC

Audacity Tutorial Recording With Your PC Audacity Tutorial Recording With Your PC Audacity can record any audio signal that is played into the computer soundcard. This could be sound from a microphone, guitar or CD/record/cassette player. The

More information

Podcasting With GarageBand 09

Podcasting With GarageBand 09 Podcasting With GarageBand 09 Starting a GarageBand Podcast Project Types of Podcasts You can create several different types of podcasts in GarageBand: Audio podcasts include audio with narration, dialogue,

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

Easy Show Manual Nicolaudie - Sunlite

Easy Show Manual Nicolaudie - Sunlite Easy Show Manual Table of Contents Part I Preface 1 Part II Getting start 2 1 Presentation of the Easy Show software 2 Creating times lines and bins... 2... 3 Automatically... 3 Importing files... 4 Drag&Drop...

More information

The L&S LSS Podcaster s Tutorial for Audacity

The L&S LSS Podcaster s Tutorial for Audacity The L&S LSS Podcaster s Tutorial for Audacity The L&S LSS Podcaster s Tutorial for Audacity... 1 Audacity Quick Reference... 2 About this tutorial... 3 Some Thoughts Before You Get Started... 3 Do Academic

More information

ClearClick Vintage Suitcase Turntable

ClearClick Vintage Suitcase Turntable ClearClick Vintage Suitcase Turntable Quick Start Guide & User s Manual Full 3-Year Warranty & Free USA-Based Tech Support This product comes with a full 3-year warranty & free USA tech support from ClearClick.

More information

Create subfolders for your audio files in each language.

Create subfolders for your audio files in each language. You can download Audacity from: http://audacity.sourceforge.net/ There are versions for Windows and for Mac. Create a folder for your itongue products and all the related files e.g. it_products Create

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

imovie 10 Workshop #1 from basics to badass

imovie 10 Workshop #1 from basics to badass imovie 10 Workshop #1 from basics to badass interface importing open / save previewing selecting 1) The Project Area shows how your clips are arranged in your project 2) The Viewer allows you to preview

More information

Microcontroller Compatible Audio File Conversion

Microcontroller Compatible Audio File Conversion Microcontroller Compatible Audio File Conversion Created by Mike Barela Last updated on 2018-06-07 09:10:45 PM UTC Guide Contents Guide Contents Convert Sound Files in Audacity Audacity Download Audacity

More information

Instructions on Creating Computer- Assisted Music

Instructions on Creating Computer- Assisted Music Instructions on Creating Computer- Assisted Music Created by Barry Prophet using Audacity Software* for use in conjunction with the text Dance Composition: An Interrelated Arts Approach by Janice Pomer

More information

Podcasting: How to Create Your Own in 30-Minutes

Podcasting: How to Create Your Own in 30-Minutes Podcasting: How to Create Your Own in 30-Minutes Podcasts Included in this Tutorial: o What is a Podcast? o What are the Learning Benefits of Podcasts? o Creating a Podcast with Audacity o Creating a Podcast

More information

Creating Interactive Video with Camtasia

Creating Interactive Video with Camtasia Creating Interactive Video with Camtasia Audio SCORM Quizzes PowerPoint and Screen Shots v1.2: 2009 Page 1 Camtasia Studio 6.0.2 http://www.techsmith.com/camtasia.asp (free trial download) Table of Contents

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

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations.

3.01C Multimedia Elements and Guidelines Explore multimedia systems, elements and presentations. 3.01C Multimedia Elements and Guidelines 3.01 Explore multimedia systems, elements and presentations. Multimedia Fair Use Guidelines Guidelines for using copyrighted multimedia elements include: Text Motion

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

GETTING AROUND STAGE:

GETTING AROUND STAGE: ASM FLASH INTRO FLASH CS3 is a 2D software that is used extensively for Internet animation. Its icon appears as a red square with a stylized Fl on it. It requires patience, because (like most computer

More information

imovie Getting Started Creating a New Event

imovie Getting Started Creating a New Event imovie Getting Started Creating a New Event With one of the Libraries selected in the left sidebar, go to File and select New Event. Name the event something recognizable to the project. To add media (footage,

More information

REVIEW: PROCEDURES FOR PRODUCING AUDIO

REVIEW: PROCEDURES FOR PRODUCING AUDIO REVIEW: PROCEDURES FOR PRODUCING AUDIO Planning Plan Audio - Define target audience - Brainstorm write down/sketch ideas - Coordinate location needs - Coordinate equipment needs Technical Preparation HANDOUT

More information

Software Installation Audacity Recording Software

Software Installation Audacity Recording Software USB Turntable (ittusb) Software Installation Audacity Recording Software Table of Contents General Software Notes... 2 Audacity Software Installation... 3 Before Starting the Software... 3 Software Configuration...

More information

Windows Movie Maker lets you edit videos from video and photo files. It is free from Microsoft.

Windows Movie Maker lets you edit videos from video and photo files. It is free from Microsoft. Getting Started with Windows Movie Maker Windows Movie Maker lets you edit videos from video and photo files. It is free from Microsoft. Start a project To start, you will need to import photos or video

More information

Using Windows MovieMaker pt.1

Using Windows MovieMaker pt.1 Using Windows MovieMaker pt.1 Before you begin: Create and name (use your first name, or the title of your movie) a folder on the desktop of your PC. Inside of this folder, create another folder called

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

Windows Movie Maker Reinforcement Handout

Windows Movie Maker Reinforcement Handout Windows Movie Maker Reinforcement Handout Windows Live Movie Maker is the fast, easy way to turn photos and videos into greatlooking movies and slide shows you can share with your class, on the Web, or

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

ACTIVITY 5 WORKING IN TOON BOOM STUDIO. Select color for the background

ACTIVITY 5 WORKING IN TOON BOOM STUDIO. Select color for the background ACTIVITY 5 Select color for the background ACTIVITY 5 Click the green plus sign to add a new color The new color appears at the bottom of the Colour Palette ACTIVITY 5 Double-click and rename the new color

More information

ClearClick Vintage Suitcase Turntable (VT32)

ClearClick Vintage Suitcase Turntable (VT32) ClearClick Vintage Suitcase Turntable (VT32) Quick Start Guide & User s Manual Full 5-Year Warranty + FREE USA-Based Tech Support If you have any issue or question regarding this product, contacting us

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

Setting Up the Cassette2USB Recorder (Audacity): Double click on the desktop icon to launch the program. The initial screen will appear:

Setting Up the Cassette2USB Recorder (Audacity): Double click on the desktop icon to launch the program. The initial screen will appear: Setting Up the Cassette2USB Recorder (Audacity): Double click on the desktop icon to launch the program. The initial screen will appear: From the Audacity menu choose Preferences. On the Audio I/O tab

More information

How to Make a Movie in imovie How to Make a Movie Trailer in imovie How to Color Correct a Movie in imovie

How to Make a Movie in imovie How to Make a Movie Trailer in imovie How to Color Correct a Movie in imovie How to Make a Movie in imovie How to Make a Movie Trailer in imovie How to Color Correct a Movie in imovie 1. Make sure you are using the Mac. Make a Movie in imovie 2. If your files are on an external

More information

Lesson 5: Multimedia on the Web

Lesson 5: Multimedia on the Web Lesson 5: Multimedia on the Web Learning Targets I can: Define objects and their relationships to multimedia Explain the fundamentals of C, C++, Java, JavaScript, JScript, C#, ActiveX and VBScript Discuss

More information

Advice for How To Create a Film Project in Windows MovieMaker

Advice for How To Create a Film Project in Windows MovieMaker Advice for How To Create a Film Project in Windows MovieMaker This document was compiled to provide initial assistance to teachers and/or students to create a movie project using the Windows MovieMaker

More information

Recording Auditions with Audacity

Recording Auditions with Audacity Recording Auditions with Audacity All auditions should be recorded with Audacity. If you are using a Mac, even though it is possible to use GarageBand, we ask that you use Audacity instead to ensure the

More information

Tutorial: Overview. CHAPTER 2 Tutorial

Tutorial: Overview. CHAPTER 2 Tutorial 2 CHAPTER 2 Tutorial... Tutorial: Overview This tutorial steps you through the creation of a simple banner for a web page and shows how to actually put the movie on the web. The tutorial explains how to

More information

Introducing working with sounds in Audacity

Introducing working with sounds in Audacity Introducing working with sounds in Audacity A lot of teaching programs makes it possible to add sound to your production. The student can either record her or his own voice and/or add different sound effects

More information

Scott D. Lipscomb. Music Education & Music Technology. Tenure Dossier. Electronic Dossier Instructions

Scott D. Lipscomb. Music Education & Music Technology. Tenure Dossier. Electronic Dossier Instructions Scott D. Lipscomb Music Education & Music Technology Tenure Dossier Electronic Dossier Instructions Includes instructions for: Timesketch Player BubbleMachine Flash Templates TimeSketch Editor Pro The

More information

First, collect your digital photos prior to starting this project. You may want to storyboard (plan) your PhotoStory also.

First, collect your digital photos prior to starting this project. You may want to storyboard (plan) your PhotoStory also. PhotoStory 3 Microsoft PhotoStory 3 allows you to create a digital slideshow of your photos with music and narration. It s a free download at http://www.microsoft.com/windowsxp/using/digitalphotography/photostory/default.mspx.

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

imovie with Still Pictures

imovie with Still Pictures imovie with Still Pictures Where to save Because movies use a lot of hard drive space, they cannot be saved on the server. 1. You must login to your personal file before you start working. When launching

More information

Creating a Book Trailer with Windows Live Movie Maker. A book trailer is different than a book talk. A book trailer

Creating a Book Trailer with Windows Live Movie Maker. A book trailer is different than a book talk. A book trailer Tutorial 4.3 Creating a Book Trailer with Windows Live Movie Maker A book trailer is different than a book talk. A book trailer mimics a movie trailer by portraying highlights from the plot using video

More information

Unit 6. Multimedia Element: Animation. Introduction to Multimedia Semester 1

Unit 6. Multimedia Element: Animation. Introduction to Multimedia Semester 1 Unit 6 Multimedia Element: Animation 2017-18 Semester 1 Unit Outline In this unit, we will learn Animation Guidelines Flipbook Sampling Rate and Playback Rate Cel Animation Frame-based Animation Path-based

More information

Application of Skills: Microsoft PowerPoint 2013 Tutorial

Application of Skills: Microsoft PowerPoint 2013 Tutorial Application of Skills: Microsoft PowerPoint 2013 Tutorial Throughout this tutorial, you will progress through a series of steps to create a presentation about yourself. You will continue to add to this

More information

My Digital Downloader Instruction Guide *MAC*

My Digital Downloader Instruction Guide *MAC* My Digital Downloader Instruction Guide *MAC* My Digital Downloader is a desktop application to help you manage the download of your audio content. Without My Digital Downloader, when you download an audiobook,

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

How to add video effects

How to add video effects How to add video effects You can use effects to add a creative flair to your movie or to fix exposure or color problems, edit sound, or manipulate images. Adobe Premiere Elements comes with preset effects

More information

Fading Music into Voice

Fading Music into Voice Fading Music into Voice The process of fading music into voice involves several steps. First, both the music file and the voice file must be in Audacity. Second, we fade out the music over 10 seconds or

More information

Beginning a New Project

Beginning a New Project 3 Beginning a New Project Introducing Projects 000 Creating and Naming a Project 000 Importing Assets 000 Importing Photoshop Documents 000 Importing Illustrator Documents 000 Importing QuickTime Movies

More information

Quick Guide to Getting Started with:

Quick Guide to Getting Started with: Quick Guide to Getting Started with: 1.0 Introduction -- What is Audacity Audacity is free, open source software for recording and editing sounds. It is a program that manipulates digital audio waveforms.

More information

Audio Recording. Technology in a Box. Box Contents: USB microphone Audacity Directions. What you can do:

Audio Recording. Technology in a Box. Box Contents: USB microphone Audacity Directions. What you can do: Technology in a Box Box Contents: USB microphone Audacity Directions What you can do: Record audio snippets for inclusion in your online course space Send an audio reminder via email Overview Audio recordings

More information

A Windows Live Movie Maker Tutorial

A Windows Live Movie Maker Tutorial A Windows Live Movie Maker Tutorial Contents Page (click page numbers to move to the page) Page 2.What is Movie Maker Page 2..How to open Movie Maker Page 3...How to save Movie Maker projects Page 4..How

More information

Digital Story Telling with Windows Movie Maker

Digital Story Telling with Windows Movie Maker Digital Story Telling with Windows Movie Maker 1 Getting Started 1. To open Windows moviemaker, go to: Start > All Programs > Windows Movie Maker. (Figure 1.1) Figure 1.1 Please note: You should have your

More information

How to work with audio

How to work with audio How to work with audio At least half of your movie s impact comes from its use of sound. Adobe Premiere Elements provides the tools, such as the Audio Mixer and the Audio Meters, to create a high-quality

More information

Windows Movie Maker Instructions

Windows Movie Maker Instructions Windows Movie Maker Instructions A. Getting Started: 1. To open Windows moviemaker, go to: Start > All Programs > Accessories > Windows Movie Maker. 2. Go to File > New Project. Please note: You should

More information

Recording Auditions with Audacity

Recording Auditions with Audacity Recording Auditions with Audacity Download Audacity at https://www.audacityteam.org/ Download the LAME MP3 plugin here: http://lame.buanzo.org/#lamewindl You should now have files named audacity-win-2.0.x.exe

More information

Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video

Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video Class: Name: Class Number: Date: Computer Animation Basis A. What is Animation? Animation is the illusion of motion created by the consecutive display of images of static elements. In film and video production,

More information

imovie: Digital Storytelling

imovie: Digital Storytelling 1 imovie: Digital Storytelling *** imovie s interface with terminology is located on the final page *** 1. Getting Started a) Document your activities by using the provided digital camera b) Using a USB

More information

Sources:

Sources: CLASS XI Total Duration 160 minutes Learning Outcomes The learning outcomes expected by the end of the academic year are that,the students will be able to: 1. Record live audio 2. Edit audio flies 3. Mix

More information

ADDING MUSIC TO YOUR itunes LIBRARY

ADDING MUSIC TO YOUR itunes LIBRARY part ADDING MUSIC TO YOUR itunes LIBRARY The first step to getting music on your ipod is to add it to your computer s itunes library. The library is both a folder hierarchy where your files are stored

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

PANTONE 072 C PANTONE 123 C IMPORTANT SAFETY INSTRUCTIONS

PANTONE 072 C PANTONE 123 C IMPORTANT SAFETY INSTRUCTIONS IMPORTANT SAFETY INSTRUCTIONS When using electrical appliances, basic precautions should always be followed, which include the following: 1. Read all the instructions and keep for reference. 2. Before

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

SAM Animation: Importing. Importing Photos 40 Importing Video 41 Recording Audio 43 Importing Audio 45

SAM Animation: Importing. Importing Photos 40 Importing Video 41 Recording Audio 43 Importing Audio 45 SAM Animation: Importing Importing Photos 40 Importing Video 41 Recording Audio 43 Importing Audio 45 Importing Photos Select Frame Begin by selecting the frame immediately before the position where you

More information