Adding Sound, Video, and Animation

Size: px
Start display at page:

Download "Adding Sound, Video, and Animation"

Transcription

1 Adding Sound, Video, and Animation CHAPTER 15 A s you learned in previous chapters, you can bring your website to life with interactive and animated pages using Cascading Style Sheets (Chapter 3), JavaScript widgets, Dreamweaver effects and behaviors (Chapter 13), and images (Chapter 5). But as you ve probably seen by now, today s web pages go even further they blink, sing, and dance with sound, videos, and display interactive animations. That s the subject of this chapter. You ll start off learning how to use the new HTML5 tags to add audio and video to your web pages. Along the way, you ll learn about the file formats (also known as containers) that today s web browsers work with. For years, Adobe s Flash program dominated the web universe as the primary way to display complex multimedia presentations, such as slick animations, interactive games, and video tutorials. Flash isn t the only game in town these days, but it s still widely used, and you ll learn how to add Flash animations and video to your site. The heir apparent to Flash is Adobe s Edge Animate, and you ll learn how to add Animate creations to your web pages. Adding Sound to Your Page There are plenty of reasons to add sound to your web page. Perhaps you have a band to promote and you want to put some of your original songs online. Maybe you run a corporate website and want to include an audio message from the CEO. (He s not photogenic, so an audio works best.) Or, maybe you re the Cornell Lab of Ornithology ( and you post bird sounds, as shown in Figure

2 ADDING SOUND FiGURE 15-1 These days, you find audio used all over the Web. One great example is Cornell University s Macaulay Library of Natural Sounds ( where visitors can pause, rewind, and play audio and video clips of sounds like bird calls. In the past, webmasters had to turn to browser plug-ins like Adobe Flash to add sound clips. (See page 686 for more on Flash.) Thanks to HTML5 and its new <audio> tag, that s no longer the case. So, why isn t it as easy to add your song to a web page as it is to add a photo? It s the same old culprit making things difficult browser incompatibility. Modern browsers are designed to understand the audio tag and they can play audio files you don t need any add-ons or plug-ins. That s the good news. The bad news is that each of the big five browsers Internet Explorer, Chrome, Firefox, Safari, and Opera play some, but not all, audio formats. The bottom line is that you can t choose a single audio format (like MP3) and be sure that your audience will hear your song. If you want to reach a wide audience, you need to provide the audio clip in at least two formats. As you ll see, your good friend Dreamweaver helps you do that. As a result, each web browser gets to play the sound clip that it understands. There are two things you have to do to use audio on your website. First, you produce the audio files some basic tips follow in the next section. Second, you add code to include the audio files as part of your web page. Dreamweaver handles the second task; you handle the first. NOTE You can t put just any old song you got from itunes on your web page because there are copyright issues to consider. You don t want Metallica showing up on your doorstep demanding royalties. 670

3 Producing Audio Files in Browser-Friendly Formats Before you can add an audio clip to a web page, you need to record it and then convert it to the file formats you plan to offer. Your original recording may come from a handheld audio recorder, or it may have been recorded on the same computer you re using to build your website. In any case, the process involves capturing sound with a mic, converting that sound to bits and bytes, and storing it in a computer file. There are dozens of audio formats, just like there are different formats for storing photos. Original recordings are often saved in high quality formats (such as WAV or AIFF) that result in very big files. You almost always want to convert your recording to a smaller file, even at the expense of some audio fidelity. The smaller file will take up less room on your server, and more importantly, it will download faster when a guest visits your page. ADDING SOUND Web browsers can play three audio formats. The first two, MP3 and Ogg, are the most common for web pages: MP3. This is the most popular file format, and the one most people think of when it comes to music. Internet Explorer, Chrome, and Safari all support MP3 files, which can be relatively small and yet provide pretty good sound quality. They perform this feat by compressing the audio signal, losing some sound quality along the way. So why don t all browsers support the MP3 standard? It comes down to patents and money. Ogg. This audio file format was developed as an open source, patent-free alternative to MP3. It s pretty common on Linux computers less so with Windows PCs and Macs. Chrome, Firefox, and Opera support Ogg (sometimes called Ogg/Vorbis). WAV. Sometimes called Audio for Windows, Microsoft and IBM developed the WAV file format back when computers could barely beep. Unlike the other two formats, WAV files usually contain uncompressed audio. That means the sound quality is great, but the files are huge. You most likely won t use WAV files on your website because they take a long time to travel over the Internet. However, if you need to provide uncompressed audio for the best quality sound, Chrome, Firefox, Safari, and Opera support this format. (Yes, that s every browser except Microsoft s Internet Explorer. Wasn t that the company that developed the audio format in the first place?) If you re responsible for converting audio files to browser-friendly formats, you ll need to use a program like Adobe s Audition or the open source program Audacity. If you have a subscription to Adobe Creative Cloud, you probably have access to Audition. You can download Audacity from There are versions for Windows, Macs, and Linux computers, and best of all, it s free. These power-user audio programs do much more than convert files from one format to another. They can mix sound and take the audio from an entire orchestra and turn it all into a commercial-quality CD. You don t need all that power to convert files to web formats. In fact, the entire process is almost as easy as opening a word processing file and saving it in a different format. CHAPteR 15: ADDING SOUND, VIDEO, AND ANIMATION 671

4 ADDING SOUND Here are the basic steps for converting an audio file: 1. In your audio program, choose File Open to open your original audio clip. (The command is the same for Audition and Audactiy.) Use the original recording or the best quality audio file you can get your hands on. That way, you ll get the best possible sound from the conversion. Initially, audio programs display the sound in waveform a visual representation of sound. You d work on this waveform if you were editing the sound file, but fortunately, you just want to convert it, so you can use the File menu. 2. If you re using Audition, choose File Export File. For Audacity, choose File Export (Figure 15-2). This command opens a window where you can name the audio file you re creating and choose the audio file format. FiGURE 15-2 Most audio programs, like Audacity (shown here), are complex and take a while to learn. But if you just want to convert an audio file from one format to another, that s easy to do. You do most of your work in Audacity s File menu, where you open the sound file and then export it in a new format. 3. Save the audio in an MP3 file. In Audition, set the format menu to MP3 Audio. In Audacity set Save as type to MP3 Files. Click OK (Audition) or Save (Audacity). Your audio program creates a file with the.mp3 extension. The format menus give you an idea of the variety of audio files. The important ones for web developers are MP3, Ogg, and WAV. In most cases, you want to offer your web visitors an MP3 and an Ogg audio file. Next, you create the Ogg file. CHAPteR 15: ADDING SOUND, VIDEO, AND ANIMATION 672

5 TIP When you export a file in your audio program, it uses the original file name and adds an extension like.mp3 or.ogg. You need to keep those extensions, but you can change the rest of the name. However, as you ll see in the next section, you save yourself some work when your audio clips use the same name to the left of the extension. For example, you could create ceo_message.mp3 and ceo_message.ogg. ADDING SOUND 4. Save the audio in an Ogg file. In Audition, set the format menu to Xiph Ogg Container. In Audacity, set Save as type to Ogg Vorbis Files. Click OK or Save. Your audio program creates a file with the.ogg extension. In most cases, you won t create a WAV file for your web page because the files are usually too big. It might be appropriate if you need top-notch audio quality or if the sound clips themselves are just a couple of seconds long. In any case, if you decide to produce a WAV file, choose the format (as in Step 4) and then save the file. Adding Audio to Web Pages As explained in the previous section, when you put a sound file on your website, you should offer both an MP3 file and an Ogg file. Using those two file formats, you can reach just about everyone with a modern browser. Once you have an audio clip, you need to store it with your other website files and create links in your web pages to it. You use the Insert panel to add the <audio> tag to your web page, and you use the Properties panel to manage the technical details. For example, you use the Properties panel to identify the audio source files and to choose whether or not you provide playback controls. Here are the steps for adding an audio clip to a web page. Your first task is to add your audio files to your website: 1. In Dreamweaver, make sure you have the Files panel open (Window File), and then click the Files tab. 2. Drag your audio clips (MP3 and Ogg) from Windows Explorer or the Mac Finder to the Files panel. Dragging the audio files into the Files panel is the easiest way to add them to your website. If your root folder is cluttered, you can create a separate folder for your sound or other media files. 3. In the Files panel, double-click the web page that will provide the audio. Then click the spot on the page where you want to insert the audio file and its playback controls. The playback controls are the only visual indicator that there s an audio clip there. You might also want to identify the clip with a label or other visual element. Say the boss asks you to post a message on the company intranet. You could create a heading like A Message from Our CEO and then place the audio in a paragraph under it. CHAPteR 15: ADDING SOUND, VIDEO, AND ANIMATION 673

6 ADDING SOUND 4. Open the Insert panel (Window Insert) and then, using the menu at the top, choose the Media category. The Insert panel s Media category provides options for audio, video, Flash, and Edge Animate files. Dreamweaver displays a rectangular placeholder with a speaker in the middle of it on your web page (Figure 15-3), indicating the presence of the <audio> tag in your page s HTML code. Now you need to identify the source of the audio. 5. Click HTML5 Audio. NOTE Don t just drag your audio clip from the Files menu onto a web page. That creates a link to the sound file, but it doesn t insert the <audio> tag that browsers need to actually play the clip. 6. Click the folder icon in the Properties panel (next to the Source box), and then browse to the MP3 file. The file has the.mp3 extension. This is one of two file formats you re providing for your visitors. If your files share the same name but different extensions (such as ceo_message.mp3 and ceo_message.ogg), Dreamweaver automatically fills in the Alt Source 1 box with the second audio file. If the two files have different names, you need to fill in the Alt Source box manually. (If the Properties panel doesn t show the same properties as those in Figure 15-3, you need to select the audio placeholder on your web page.) FiGURE 15-3 When you insert an <audio> tag in Design view, a speaker icon shows you where it will appear in your document. You use the Properties panel to name the source audio files, include playback controls, and display a fallback message for visitors whose browsers don t handle audio. 7. In the Title box, give your audio clip a short descriptive name. This message appears in a tooltip whenever a visitor hovers over the audio controls. CHAPteR 15: ADDING SOUND, VIDEO, AND ANIMATION 674

7 8. In the Fallback Text box, type something like Sorry, your browser doesn t support this audio clip. ADDING SOUND If your visitor s browser doesn t support any of your audio clip formats, she ll see this message. 9. Set the Preload menu to Auto and then change it back to None. (Why the odd menu two-step? See the None option below.) As the name implies, the preload attribute determines whether your visitor s browser starts downloading the audio file while it downloads text, photos, and other parts of the web page. Audio files can be large, so you might not want automatic preloading. Here s what the different options do: None. Tells the browser not to preload the audio. This is the option to use if your audio file is particularly large (over a minute long) or when some of your visitors are unlikely to play the audio. You may reasonably ask why go through the rigmarole of changing the menu from none to something else and then back again. When you first insert an audio clip, Dreamweaver displays the word None in Preload menu, but it doesn t actually write the preload= none code in your web page. To have Dreamweaver do that, you need to change the preload option to something other than None first, and then change it back to None. Switch to Split view to double-check the code if you re in doubt. Auto. Tells web browsers to automatically download the audio file while the page loads. Use this option if the main purpose of the page is to play the audio file, and you re sure nearly everyone will want to listen. Depending on the size of the audio file, this choice may make the entire page load slowly. Metadata. This option tells browsers to download information about the audio, such as its track list and duration. This is a good option for audio clips several minutes long. 10. Make sure you have the Controls checkbox turned on. It s almost always best to give your audience audio controls. They let visitors start and stop playback and adjust the volume. Controls also provide information about the length of the audio clip. 11. Leave the Autoplay, Loop, and Muted checkboxes turned off. There may be cases where it s appropriate to turn these controls on, but too often they re just plain annoying. Here s what they do: Autoplay. The audio clip starts playing as soon as it loads. But what if your web visitor is in the library or a quiet office? Loop. As advertised, this makes your clip play over and over and over and over... Few things are more annoying than a short clip that loops. This is especially true if you haven t given your audience controls to stop it, as described in step 10. CHAPteR 15: ADDING SOUND, VIDEO, AND ANIMATION 675

8 USING HTML5 VIDEO Muted. This turns off your audio clip s sound, which may be confusing to less savvy web visitors. Also, if you don t provide audio controls, guests have no way of turning the sound on. When you finish adding audio to your page, test it on different browsers and devices (Figure 15-4). You can test drive your audio in Live view, too you ll see and hear how it works for visitors using the Chrome browser. If you have other browsers on your computer, you can use File Preview in Browser to check your page. CHAPteR 15: ADDING SOUND, VIDEO, AND ANIMATION 676

9 CHAPteR 15: ADDING SOUND, VIDEO, AND ANIMATION 677

itunes 7.0 Fall 07 fall 2007

itunes 7.0 Fall 07 fall 2007 itunes 7.0 Fall 07 fall 2007 Table of Contents Introduction 3 Layout of itunes 3 Playlists 4 Create a Playlist 4 Create a Smart Playlist 5 Burning to CD 5 Burning Preferences 5 Importing Files 6 Encoding

More information

itunes Basics Website: http://etc.usf.edu/te/

itunes Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ itunes is the digital media management program included in ilife. With itunes you can easily import songs from your favorite CDs or purchase them from the itunes Store.

More information

Tutorial. Part One -----Class1, 02/05/2015

Tutorial. Part One -----Class1, 02/05/2015 2.1.1 Tutorial Part One -----Class1, 02/05/2015 Download Audacity and LAME Encoder Audacity is an open source cross-platform (It can be used in Windows, Macs, and Linux) audio editor. You can download

More information

Step by step guide to using Audacity

Step by step guide to using Audacity Step by step guide to using Audacity Contents 1 - Introduction... 1 2 - Getting Started... 2 2.1 - Starting Audacity... 2 3 Recording, Saving and Editing Your Audio... 3 3.1 Recording your audio... 3 3.2

More information

Recording and Editing Audio with Audacity

Recording and Editing Audio with Audacity 1 Recording and Editing Audio with Audacity http://audacity.sourceforge.net/ Audacity is free, open source software for recording and editing sounds. It is available for Mac OS X, Microsoft Windows, Linux,

More information

Roxio Easy LP to MP3 Getting Started Guide

Roxio Easy LP to MP3 Getting Started Guide Roxio Easy LP to MP3 Getting Started Guide Corel Corporation or its subsidiaries. All rights reserved. 2 Getting started with Roxio Easy LP to MP3 In this guide Welcome to Roxio Easy LP to MP3 3 System

More information

Audacity 1.2.4 Sound Editing Software

Audacity 1.2.4 Sound Editing Software Audacity 1.2.4 Sound Editing Software Developed by Paul Waite Davis School District This is not an official training handout of the Educational Technology Center, Davis School District Possibilities...

More information

Getting Started with WebSite Tonight

Getting Started with WebSite Tonight Getting Started with WebSite Tonight WebSite Tonight Getting Started Guide Version 3.0 (12.2010) Copyright 2010. All rights reserved. Distribution of this work or derivative of this work is prohibited

More information

Recording and Editing Digital Audio with Audactity

Recording and Editing Digital Audio with Audactity Recording and Editing Digital Audio with Audactity Introduction to Audacity Audacity is a free audio recording and editing program that is extremely easy to use. It doesn t have all the features of programs

More information

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver

understand how image maps can enhance a design and make a site more interactive know how to create an image map easily with Dreamweaver LESSON 3: ADDING IMAGE MAPS, ANIMATION, AND FORMS CREATING AN IMAGE MAP OBJECTIVES By the end of this part of the lesson you will: understand how image maps can enhance a design and make a site more interactive

More information

Chapter 14: Links. Types of Links. 1 Chapter 14: Links

Chapter 14: Links. Types of Links. 1 Chapter 14: Links 1 Unlike a word processor, the pages that you create for a website do not really have any order. You can create as many pages as you like, in any order that you like. The way your website is arranged and

More information

Audacity is a free, totally free, audio editing program. Get it here: http://audacity.sourceforge.net/

Audacity is a free, totally free, audio editing program. Get it here: http://audacity.sourceforge.net/ Super-Fast Guide to Audio Editing Audacity is a free, totally free, audio editing program. Get it here: http://audacity.sourceforge.net/ Installing Audacity 1. Download Audacity to your own computer. 2.

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009

Getting Started with Microsoft Office Live Meeting. Published October 2007 Last Update: August 2009 Getting Started with Microsoft Office Live Meeting Published October 2007 Last Update: August 2009 Information in this document, including URL and other Internet Web site references, is subject to change

More information

Getting Started with Microsoft Office Live Meeting. Published October 2007

Getting Started with Microsoft Office Live Meeting. Published October 2007 Getting Started with Microsoft Office Live Meeting Published October 2007 Information in this document, including URL and other Internet Web site references, is subject to change without notice. Unless

More information

Appendix A. CMS(Client Management Software)

Appendix A. CMS(Client Management Software) Appendix A. CMS(Client Management Software) A-1. Install CMS for Windows PC CMS is a program for communication between DVR and PC to control signal and video. Insert the enclosed CD, and go to CD-ROM Drive

More information

EventCentre : Getting Started with the Universal Communications. Universal Communications Format Toolkit Overview. How UCF Works

EventCentre : Getting Started with the Universal Communications. Universal Communications Format Toolkit Overview. How UCF Works EventCentre : Getting Started with the Universal Communications InterCall, in partnership with WebEx, provides EventCentre web conferencing services. Because EventCentre is powered by WebEx, this guide

More information

Microsoft PowerPoint Exercises 4

Microsoft PowerPoint Exercises 4 Microsoft PowerPoint Exercises 4 In these exercises, you will be working with your Music Presentation file used in part 1 and 2. Open that file if you haven t already done so. Exercise 1. Slide Sorter

More information

If this PDF has opened in Full Screen mode, you can quit by pressing Alt and F4, or press escape to view in normal mode. Click here to start.

If this PDF has opened in Full Screen mode, you can quit by pressing Alt and F4, or press escape to view in normal mode. Click here to start. You are reading an interactive PDF. If you are reading it in Adobe s Acrobat reader, you will be able to take advantage of links: where text is blue, you can jump to the next instruction. In addition you

More information

Easy VHS to DVD 3 & Easy VHS to DVD 3 Plus. Getting Started Guide

Easy VHS to DVD 3 & Easy VHS to DVD 3 Plus. Getting Started Guide Easy VHS to DVD 3 & Easy VHS to DVD 3 Plus Getting Started Guide ii Roxio Easy VHS to DVD Getting Started Guide www.roxio.com Get Started with Roxio Easy VHS to DVD 3 In this guide Welcome to Roxio Easy

More information

TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad.

TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad. Introduction TouchCopy is designed to help you get the most out of your ipod, ipod Touch, iphone or ipad. With TouchCopy you can back up your music to itunes or your computer. But that's just the beginning,

More information

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003

Microsoft Migrating to PowerPoint 2010 from PowerPoint 2003 In This Guide Microsoft PowerPoint 2010 looks very different, so we created this guide to help you minimize the learning curve. Read on to learn key parts of the new interface, discover free PowerPoint

More information

Audio Only Broadcast through Flash Media Live Encoder On Windows

Audio Only Broadcast through Flash Media Live Encoder On Windows Audio Only Broadcast through Flash Media Live Encoder On Windows This user guide will take you through the steps of setting up an audio-only broadcast on a Windows PC. Other user-guides are available at

More information

USING WINDOWS MOVIE MAKER TO CREATE THE MOMENT BEHIND THE PHOTO STORY PART 1

USING WINDOWS MOVIE MAKER TO CREATE THE MOMENT BEHIND THE PHOTO STORY PART 1 PART 1 Windows Movie Maker lets you assemble a range of video, pictures, and sound elements to create a story. It is an application that comes with most PC computers. This tip sheet was created using Windows

More information

Dreamweaver CS5. Module 2: Website Modification

Dreamweaver CS5. Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Dreamweaver CS5 Module 2: Website Modification Last revised: October 31, 2010 Copyrights and Trademarks 2010 Nishikai Consulting, Helen Nishikai Oakland,

More information

Digital Story Telling with Windows Movie Maker Step by step

Digital Story Telling with Windows Movie Maker Step by step . PAGE 1 Superhighways 2013 CONTENTS Before you open Windows Movie Maker (WMM)... 3 Organising your digital assets... 3 Windows Live Photo Gallery... 3 Your First Project in WMM... 4 Adding Audio... 6

More information

Adding Audio to a Presenter File

Adding Audio to a Presenter File Adding Audio to a Presenter File Presenter lets you record your own audio files or impor t existing files. Rec orded files are saved in mp3 format. Imported files can be in WAV or mp3 format. Stereo files

More information

Recording audio from your computer.

Recording audio from your computer. Recording audio from your computer. Subject Descriptors: Audacity Application (Version): Audacity 1.2, Macintosh OSX, Windows XP-Vista Task Description: This lesson will demonstrate how to record any audio

More information

Windows Movie Maker 2012

Windows Movie Maker 2012 Windows Movie Maker 2012 Open Windows Movie Maker A shortcut for Movie Maker should be on the desktop, but if it is not, you can search for the program by touching the right edge of the screen and swiping

More information

ADOBE CONNECT 8 USER GUIDE. Colorado Department of Labor & Employment

ADOBE CONNECT 8 USER GUIDE. Colorado Department of Labor & Employment ADOBE CONNECT 8 USER GUIDE Colorado Department of Labor & Employment Enter a Meeting Room Getting Started - Enter a Meeting Room DO ONE OF THE FOLLOWING: 1. From the Home Page in Adobe Connect Central,

More information

PODCASTING ON WINDOWS PCs USING CAMTASIA

PODCASTING ON WINDOWS PCs USING CAMTASIA PODCASTING ON WINDOWS PCs USING CAMTASIA INTRODUCTION Camtasia 3 is one of the most powerful applications currently on the market for creating podcast content on Windows PCs. Originally designed as a screen

More information

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin:

Once you have obtained a username and password you must open one of the compatible web browsers and go to the following address to begin: CONTENT MANAGER GUIDELINES Content Manager is a web-based application created by Scala that allows users to have the media they upload be sent out to individual players in many locations. It includes many

More information

Windows Movie Maker Digital Video Editing (PC) Note: If you are using a Mac then refer to the instructions on the class website

Windows Movie Maker Digital Video Editing (PC) Note: If you are using a Mac then refer to the instructions on the class website GRC 119 Assignment 8 Windows Movie Maker Digital Video Editing (PC) 1. Download video supplemental files 2. Download a CC licensed video 3. Create a Windows Movie Maker project 4. Previewing Clips 5. Adding

More information

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/

PowerPoint 2007 Basics Website: http://etc.usf.edu/te/ Website: http://etc.usf.edu/te/ PowerPoint is the presentation program included in the Microsoft Office suite. With PowerPoint, you can create engaging presentations that can be presented in person, online,

More information

Roxio Easy LP to MP3

Roxio Easy LP to MP3 Roxio Easy LP to MP3 Getting Started Guide About Corel Corel is one of the world's top software companies providing some of the industry's best-known brands, including Roxio, Pinnacle and WinZip. Boasting

More information

Windows Media Player 10 Mobile: More Music, More Choices

Windows Media Player 10 Mobile: More Music, More Choices Windows Media Player 10 Mobile: More Music, More Choices Windows Media Player 10 Mobile for Windows Mobile -based Smartphones and Pocket PCs is an all-in-one mobile media player that provides a rich media

More information

Welcome to CD Burning with AudibleManager

Welcome to CD Burning with AudibleManager Welcome to CD Burning with AudibleManager Mac Users: You may burn CDs using Apple itunes3. See page 13 of the Getting Started With Audible Guide for instructions. You can now burn to CDs your favorite

More information

Introduction to dobe Acrobat XI Pro

Introduction to dobe Acrobat XI Pro Introduction to dobe Acrobat XI Pro Introduction to Adobe Acrobat XI Pro is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License. To view a copy of this

More information

Podcasting: The Basics (Audacity)

Podcasting: The Basics (Audacity) Podcasting: The Basics (Audacity) Customized for review use only Windows & MacOS Podcasting: The Basics (Audacity) v1.0.1 2008 42 Pages About IT Training & Education The University Information Technology

More information

itunes 4.2 User Guide for Windows Apple Computer, Inc.

itunes 4.2 User Guide for Windows Apple Computer, Inc. itunes 4.2 User Guide for Windows Apple Computer, Inc. itunes 4.2 User Guide for Windows Apple Computer, Inc. itunes 4.2 User Guide 2000-2003 Apple Computer, Inc. All rights reserved. First printing September,

More information

Windows Movie Maker Making a Narrated Slide Show

Windows Movie Maker Making a Narrated Slide Show Windows Movie Maker Making a Narrated Slide Show Step-by-Step Instructions 1. Plan your slide show by gathering the desired digital photographs, organizing them into the proper sequence for presentation,

More information

Once you are done getting your audio and making any changes to it that you need, it is time to save and/or export your audio file.

Once you are done getting your audio and making any changes to it that you need, it is time to save and/or export your audio file. Saving your audio. This lesson will demonstrate and instruct on the process of saving your audio file into different formats and their uses once you have finished recording and/or modifying your audio

More information

HOW TO MAKE AN AUDIO RECORDING

HOW TO MAKE AN AUDIO RECORDING What can I use to record? You can use your phone, your computer, or you may have a recorder that you d like to use. Whichever method you plan to use to record, test it out before you start. Make sure that

More information

MEDIA SHARE Set Up Guide for PCs with Windows XP

MEDIA SHARE Set Up Guide for PCs with Windows XP MEDIA SHARE Set Up Guide for PCs with Windows XP AT&T Media Share allows you to view photos and listen to music files that are stored on your PC on your U-verse-connected TV. In order to share photo and

More information

Freegal Frequently Asked Questions

Freegal Frequently Asked Questions Freegal Frequently Asked Questions GENERAL What is Freegal? Freegal is a downloadable music service from the Hudson Area Library. All you need to use Freegal is your last name and your library card number.

More information

RingCentral for Desktop. UK User Guide

RingCentral for Desktop. UK User Guide RingCentral for Desktop UK User Guide RingCentral for Desktop Table of Contents Table of Contents 3 Welcome 4 Download and install the app 5 Log in to RingCentral for Desktop 6 Getting Familiar with RingCentral

More information

Working with Windows Movie Maker

Working with Windows Movie Maker 518 442-3608 Working with Windows Movie Maker Windows Movie Maker allows you to make movies and slide shows that can be saved to your computer, put on a CD, uploaded to a Web service (such as YouTube)

More information

USER GUIDE Chapter 20 Using Podcasts. Schoolwires Academic Portal Version 4.1

USER GUIDE Chapter 20 Using Podcasts. Schoolwires Academic Portal Version 4.1 USER GUIDE Chapter 20 Schoolwires Academic Portal Version 4.1 TABLE OF CONTENTS Introduction... 1 Adding a New Podcast Page... 3 Adding a New Episode... 5 Supported File Types... 5 What is an MP3 File?...

More information

Using the UCF Toolkit

Using the UCF Toolkit The Cisco WebEx Universal Communications Format (UCF) toolkit is a plug in for Microsoft PowerPoint that enables you to add multimedia to your presentations. You can share your UCF multimedia presentation

More information

Using Audacity to Podcast: University Classroom Version Dr. Marshall Jones Riley College of Education, Winthrop University

Using Audacity to Podcast: University Classroom Version Dr. Marshall Jones Riley College of Education, Winthrop University Using Audacity to Podcast: University Classroom Version Dr. Marshall Jones Riley College of Education, Winthrop University Audacity is available for the Mac and PC. It is free. (That s right, FREE!) You

More information

Dreamweaver and Fireworks MX Integration Brian Hogan

Dreamweaver and Fireworks MX Integration Brian Hogan Dreamweaver and Fireworks MX Integration Brian Hogan This tutorial will take you through the necessary steps to create a template-based web site using Macromedia Dreamweaver and Macromedia Fireworks. The

More information

AUDACITY SOUND EDITOR SOFTWARE A USER GUIDE FOR AUDIO-VISUAL WORKERS

AUDACITY SOUND EDITOR SOFTWARE A USER GUIDE FOR AUDIO-VISUAL WORKERS AUDACITY SOUND EDITOR SOFTWARE A USER GUIDE FOR AUDIO-VISUAL WORKERS Prepared by Peter Appleton Copyright 2008 All illustrations in this guide were created using Audacity v1.2.6 Version 0.5 Page 1 of 18

More information

Action settings and interactivity

Action settings and interactivity Interactivity in Powerpoint Powerpoint includes a small set of actions that can be set to occur when the user clicks, or simply moves the cursor over an object. These actions consist of links to other

More information

Using Impatica for Power Point

Using Impatica for Power Point Using Impatica for Power Point What is Impatica? Impatica is a tool that will help you to compress PowerPoint presentations and convert them into a more efficient format for web delivery. Impatica for

More information

Microsoft PowerPoint 2011

Microsoft PowerPoint 2011 Microsoft PowerPoint 2011 Starting PowerPoint... 2 Creating Slides in Your Presentation... 3 Beginning with the Title Slide... 3 Inserting a New Slide... 3 Adding an Image to a Slide... 4 Downloading Images

More information

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production

SoftChalk. Level 1. University Information Technology Services. Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production SoftChalk Level 1 University Information Technology Services Training, SoftChalk Level Outreach, 1 Learning Technologies and Video Production Page 1 of 49 Copyright 2013 KSU Department of University Information

More information

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7

MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7 MAKE YOUR FIRST A-MAZE-ING GAME IN GAME MAKER 7 In this tutorial, you will learn how to create your first game in Game Maker. The game you will create will be a simple maze game. The object of the game

More information

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005

BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 BIGPOND ONLINE STORAGE USER GUIDE Issue 1.1.0-18 August 2005 PLEASE NOTE: The contents of this publication, and any associated documentation provided to you, must not be disclosed to any third party without

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Adobe Connect: Getting Started Guide for Participants and Presenters ats@etsu.edu 439-8611 www.etsu.edu/ats Table of Contents: Procuring the Necessary Hardware... 2 Preliminary

More information

SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE

SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE SURPASS HOSTING SERVICE GETTING STARTED AND OPERATIONS GUIDE Welcome To Surpass Hosting Service. This document contains instructions to help you get up and running with your new service. The instructions

More information

(These instructions are only meant to get you started. They do not include advanced features.)

(These instructions are only meant to get you started. They do not include advanced features.) FrontPage XP/2003 HOW DO I GET STARTED CREATING A WEB PAGE? Previously, the process of creating a page on the World Wide Web was complicated. Hypertext Markup Language (HTML) is a relatively simple computer

More information

Powerpoint 2007. Help Booklet. by James Jackson. library/jacksonj

Powerpoint 2007. Help Booklet. by James Jackson. library/jacksonj Powerpoint 2007 Help Booklet by James Jackson The Toolbar The PowerPoint 2007 interface represents the biggest change Microsoft Corp. has made to the look and feel of the program and to how you get to

More information

Control Web / Mac / PC User Guide

Control Web / Mac / PC User Guide Control Web / Mac / PC User Guide Meridian Sooloos Control Web/Mac/PC User Guide TABLE OF CONTENTS What is Control Web/PC/Mac?...3 Getting Started...3 Playback Information and Controls...4 Music Selection

More information

TUTORIAL 4 Building a Navigation Bar with Fireworks

TUTORIAL 4 Building a Navigation Bar with Fireworks TUTORIAL 4 Building a Navigation Bar with Fireworks This tutorial shows you how to build a Macromedia Fireworks MX 2004 navigation bar that you can use on multiple pages of your website. A navigation bar

More information

Advanced Presentation Features and Animation

Advanced Presentation Features and Animation There are three features that you should remember as you work within PowerPoint 2007: the Microsoft Office Button, the Quick Access Toolbar, and the Ribbon. The function of these features will be more

More information

Using Microsoft Word. Working With Objects

Using Microsoft Word. Working With Objects Using Microsoft Word Many Word documents will require elements that were created in programs other than Word, such as the picture to the right. Nontext elements in a document are referred to as Objects

More information

Uploading and Editing Your Course Web Page

Uploading and Editing Your Course Web Page Uploading and Editing Your Course Web Page CM210 Multimedia Storytelling I Fall 2008 Downloading the Web Page Template I have created and styled a simple Web page that everyone can use as the index page

More information

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT

Tutorial. Introduction to Windows Movie Maker 2.1. A Hands-on Workshop. from the Academic Technology Center. Distributed Learning Services, CIT Tutorial Introduction to Windows Movie Maker 2.1 A Hands-on Workshop from the Academic Technology Center Distributed Learning Services, CIT Adapted with permission by Waynesburg College AAM Copyright 2005

More information

Creating & Viewing ebooks and Story Books for ipad Dan Herlihy

Creating & Viewing ebooks and Story Books for ipad Dan Herlihy Creating an ebook Creating & Viewing ebooks and Story Books for ipad Dan Herlihy There are many approaches to creating an ebook. You can create a book in a word processing program such as Open Office or

More information

INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 LAB: MICROSOFT POWERPOINT

INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 LAB: MICROSOFT POWERPOINT INTRODUCTION TO COMPUTER CONCEPTS CSIT 100 LAB: MICROSOFT POWERPOINT Starting PowerPoint 1. Click the Start button 2. Click on Microsoft Office PowerPoint on the Programs menu. If you don t see it there,

More information

How to download and use MPEG Streamclip video converter

How to download and use MPEG Streamclip video converter How to download and use MPEG Streamclip video converter You need to first download and install Apple QuickTime for this to work. MPEG Streamclip video converter won t work without it. Contents Download

More information

Windows Live Movie Maker for teachers and faculty

Windows Live Movie Maker for teachers and faculty Windows Live Movie Maker for teachers and faculty Step-by-step Get Windows Live Movie Maker Download Download Windows Live Movie Maker at http://windowslive.com/desktop/moviemaker Run After the program

More information

User Guide FOR TOSHIBA STORAGE PLACE

User Guide FOR TOSHIBA STORAGE PLACE User Guide FOR TOSHIBA STORAGE PLACE (This page left blank for 2-sided "book" printing.) Table of Contents Overview... 5 System Requirements... 5 Storage Place Interfaces... 5 Getting Started... 6 Using

More information

Basic tutorial for Dreamweaver CS5

Basic tutorial for Dreamweaver CS5 Basic tutorial for Dreamweaver CS5 Creating a New Website: When you first open up Dreamweaver, a welcome screen introduces the user to some basic options to start creating websites. If you re going to

More information

Welcome to Audible s Getting Started Guide!

Welcome to Audible s Getting Started Guide! Welcome to Audible s Getting Started Guide! Audible offers more than 34,000 hours of spoken word content (books, periodicals, and radio shows) that you can download and enjoy immediately. This guide explains

More information

Samsung Xchange for Mac User Guide. Winter 2013 v2.3

Samsung Xchange for Mac User Guide. Winter 2013 v2.3 Samsung Xchange for Mac User Guide Winter 2013 v2.3 Contents Welcome to Samsung Xchange IOS Desktop Client... 3 How to Install Samsung Xchange... 3 Where is it?... 4 The Dock menu... 4 The menu bar...

More information

What HTML5 is, isn t, and why it matters

What HTML5 is, isn t, and why it matters PlanetStream 2015 THE TRUTH ABOUT HTML5 AND MOBILE STREAMING What HTML5 is, isn t, and why it matters PlanetStream Ltd Churchfield House 36 Vicar Street Dudley West Midlands DY2 8RG United Kingdom Tel:

More information

Camtasia Studio 8.4 Create Engaging Screencasts

Camtasia Studio 8.4 Create Engaging Screencasts !! Camtasia Studio 8.4 May 2014 2014 TechSmith Corporation. All rights reserved This manual, as well as the software described in it, is furnished under license and may be used or copied only in accordance

More information

Chapter 28: Expanding Web Studio

Chapter 28: Expanding Web Studio CHAPTER 25 - SAVING WEB SITES TO THE INTERNET Having successfully completed your Web site you are now ready to save (or post, or upload, or ftp) your Web site to the Internet. Web Studio has three ways

More information

How to Start Making Music in Pro Tools

How to Start Making Music in Pro Tools How to Start Making Music in Pro Tools Read this guide if you are new to Pro Tools or are just starting out making your own music. Inside, you ll find quick examples of how to record, compose, mix, and

More information

Preserving music from LPs and tapes

Preserving music from LPs and tapes Preserving music from LPs and tapes Roxio Edit Audio Tags Assistant Roxio LP and Tape Assistant makes it easy to connect your LP or tape player to your computer, record music from these analog sources

More information

Using Windows Movie Maker to Create Movies

Using Windows Movie Maker to Create Movies Using Windows Movie Maker to Create Movies Windows Movie Maker 2.1 is free! It comes with Windows XP or can be downloaded from the Microsoft Website. http://www.microsoft.com/windowsxp/downloads/updates/moviemaker2.mspx

More information

Using Spry Widgets. In This Chapter

Using Spry Widgets. In This Chapter B2 Using Spry Widgets One foundation of Web 2.0 is widespread user interactivity enabled by extensive use of CSS and JavaScript. This allows applications that run inside a Web browser to offer the kind

More information

After Effects CS4. Getting Started. Getting Started. Essential Training Introduction

After Effects CS4. Getting Started. Getting Started. Essential Training Introduction After Effects CS4 Essential Training Introduction Getting Started Getting Started In this section we will go over, how to import and organize footage, create new compositions, how to handle all the adjustment

More information

Welcome to myihome! This is a step-by-step guide that will teach you on how to use myihome in the simplest way.

Welcome to myihome! This is a step-by-step guide that will teach you on how to use myihome in the simplest way. Welcome to myihome! This is a step-by-step guide that will teach you on how to use myihome in the simplest way. Syabas Technology Copyright (C) 2001-2006, All Right Reserved 1 Contents Introduction Introduction...

More information

FROM MOONSCAPE TO GREENSCAPE MULTIMEDIA PRESENTATION. How do I do it?

FROM MOONSCAPE TO GREENSCAPE MULTIMEDIA PRESENTATION. How do I do it? FROM MOONSCAPE TO GREENSCAPE MULTIMEDIA PRESENTATION How do I do it? This presentation will help students learn to use Window s Movie Maker to create a commercial Step 1: Determine whether Movie Maker

More information

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter)

Jadu Content Management Systems Web Publishing Guide. Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Content Management Systems Web Publishing Guide Table of Contents (click on chapter titles to navigate to a specific chapter) Jadu Guidelines, Glossary, Tips, URL to Log In & How to Log Out... 2 Landing

More information

Transferring Video Clips to Digital Video Using Pinnacle 15

Transferring Video Clips to Digital Video Using Pinnacle 15 Transferring Video Clips to Digital Video Using Pinnacle 15 Understanding Movie Formats Before you can begin the process of converting VHS to digital video, you must decide what movie format you need,

More information

Windows XP Pro: Basics 1

Windows XP Pro: Basics 1 NORTHWEST MISSOURI STATE UNIVERSITY ONLINE USER S GUIDE 2004 Windows XP Pro: Basics 1 Getting on the Northwest Network Getting on the Northwest network is easy with a university-provided PC, which has

More information

MV-8800 Production Studio

MV-8800 Production Studio ÂØÒňΠWorkshop MV-8800 Production Studio Importing a Sample from CD 2007 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the written permission

More information

Recording Audio in GarageBand

Recording Audio in GarageBand Recording Audio in GarageBand GarageBand, part of the ilife suite of applications, turns the Mac into a versatile multitrack audio recording studio. Using GarageBand, you and your students can compose

More information

Audacity Quick Reference Guide. Radford University Technology in Learning Center

Audacity Quick Reference Guide. Radford University Technology in Learning Center Audacity Quick Reference Guide Radford University Technology in Learning Center GETTING STARTED Audacity is an open source, freeware audio editor available for Windows, Mac and Linux users. It can be downloaded

More information

IT Quick Reference Guides Using Windows 7

IT Quick Reference Guides Using Windows 7 IT Quick Reference Guides Using Windows 7 Windows Guides This sheet covers many of the basic commands for using the Windows 7 operating system. WELCOME TO WINDOWS 7 After you log into your machine, the

More information

OpenIMS 4.2. Document Management Server. User manual

OpenIMS 4.2. Document Management Server. User manual OpenIMS 4.2 Document Management Server User manual OpenSesame ICT BV Index 1 INTRODUCTION...4 1.1 Client specifications...4 2 INTRODUCTION OPENIMS DMS...5 2.1 Login...5 2.2 Language choice...5 3 OPENIMS

More information

Manual Client Management Software HDR50-CMS

Manual Client Management Software HDR50-CMS Manual Client Management Software HDR50-CMS HDR50-CMS (Client Management Software) A-1. Install HDR50-CMS for Windows PC HDR50-CMS is a program for communication between DVR and PC to control signal and

More information

Desktop Messenger 4.9 USER GUIDE 2011-03-29

Desktop Messenger 4.9 USER GUIDE 2011-03-29 Desktop Messenger 4.9 USER GUIDE 2011-03-29 TABLE OF CONTENTS 1. Introduction 4 2. Requirements 4 3. Install and register 4 4. Contacts 5 4.1. Add new contact 5 4.2. Add new group 5 4.3. Auto-complete

More information

DIGITAL AUDIO BASICS

DIGITAL AUDIO BASICS DIGITAL AUDIO BASICS 81 DIGITAL AUDIO BASICS 82 DIGITAL AUDIO BASICS 83 DIGITAL AUDIO BASICS 84 DIGITAL AUDIO BASICS 85 DIGITAL AUDIO BASICS 86 DIGITAL AUDIO BASICS 87 DIGITAL AUDIO BASICS 88 DIGITAL AUDIO

More information

GUIDE. Give PowerPoint a Voice: Developing. Narrated Presentations on a Windows PC. Donna Carnduff. dcarnduf@utk.edu.

GUIDE. Give PowerPoint a Voice: Developing. Narrated Presentations on a Windows PC. Donna Carnduff. dcarnduf@utk.edu. GUIDE Give PowerPoint a Voice: Developing Narrated Presentations on a Windows PC Donna Carnduff dcarnduf@utk.edu Revised 6/10/2015 To register for workshops, visit http://oit.utk.edu/training Configure

More information

Movie Maker 2 Beginning

Movie Maker 2 Beginning Movie Maker 2 Beginning Quick Overview...3 Preparing a Folder...3 Collecting Resources...3 Pictures...4 Screen Resolution...4 Starting Windows Movie Maker...4 Which Version?...4 Windows Movie Maker 2 Window...4

More information

MOTO. Quick Start Guide

MOTO. Quick Start Guide MOTO 9h Quick Start Guide welcome Technology promised to make things easier... but then it gave you more to do phone calls, e-mails, music, photos, videos, the Internet, and more. It s time to take back

More information

ACADEMIC TECHNOLOGY SUPPORT

ACADEMIC TECHNOLOGY SUPPORT ACADEMIC TECHNOLOGY SUPPORT Audacity: Introduction to Audio Editing ats@etsu.edu 439-8611 www.etsu.edu/ats Overview Audacity is a free, open-source digital audio editing program. Audacity can be used to

More information