Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition.

Slides:



Advertisements
Similar presentations
Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and Applets.
Advertisements

CNIT 132 – Week 9 Multimedia. Working with Multimedia Bandwidth is a measure of the amount of data that can be sent through a communication pipeline each.
Cascading Style Sheets Understanding styles. The term cascading describe the capability of a local style to override a general style. CSS applies style.
Section 9.1 Identify multimedia design guidelines Identify sources of multimedia files Explain the ethical use of multimedia files Describe multimedia.
HTML 5 and CSS 3, Illustrated Complete Unit K: Incorporating Video and Audio.
HTML5 Application Development Fundamentals
Video, audio, embed, iframe, HTML Form
INF Web Design Using Multimedia on the Web Video - Part 1.
Chapter 7 Using Advanced Cascading Style Sheets HTML5 & CSS 7 th Edition.
Power Point Demonstration Capabilities of Microsoft Power Point 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint Leave Presentation.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
Different Streaming Technologies. Three major streaming technologies include:
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
Web Design, 3 rd Edition 3 Planning a Successful Web Site: Part 1.
Powerpoint demonstration Capabilities of microsoft powerpoint 2000.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
Power Point Demonstration Capabilities of Microsoft Power Point 2003.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint.
McGraw-Hill/Irwin The Interactive Computing Series © 2002 The McGraw-Hill Companies, Inc. All rights reserved. Microsoft PowerPoint 2002 Working with External.
Software and Multimedia
Section 9.1 Section 9.2 YOU WILL LEARN TO…
Chapter Objectives Explain Web page multimedia issues
Chapter 12 Creating and Using XML Documents HTML5 AND CSS Seventh Edition.
Creating Tables in a Web Site Using an External Style Sheet
Session: 11. © Aptech Ltd. 2HTML5 Audio and Video / Session 11  Describe the need for multimedia in HTML5  List the supported media types in HTML5 
Chapter 11 Adding Media and Interactivity. Flash is a software program that allows you to create low-bandwidth, high-quality animations and interactive.
© 2011 Delmar, Cengage Learning Chapter 11 Adding Media and Interactivity with Flash and Spry.
Web Design, 3 rd Edition 6 Multimedia and Interactivity Elements.
Dreamweaver MX. 2 Creating External Style Sheets-1 (p. 400) n A style is a group of formatting attributes identified by a single name. n An ________ style.
Tutorial 7 Working with Multimedia. XP Introducing Multimedia Bandwidth is a measure of the amount of data that can be sent through a communication pipeline.
Multimedia and the Web Chapter Overview  This chapter covers:  What Web-based multimedia is  how it is used today  advantages and disadvantages.
Using Styles and Style Sheets for Design
Discovering Computers 2010 Chapter 2 The Internet and World Wide Web.
CSCI N241: Fundamentals of Web Design Copyright ©2004  Department of Computer & Information Science Adding Sound.
Session 9: Multimedia J 0394 – Perancangan Situs Web Program Studi Manajemen Program Studi Manajemen Universitas Bina Nusantara.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
XP Tutorial 8New Perspectives on HTML and XHTML, Comprehensive 1 Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and Applets Tutorial.
HTML, XHTML, and CSS Chapter 8 Adding Multimedia Content to Web Pages.
Creating webpages in Google Sites. 1- Create a Gmail account.
Tutorial 7 Working with Multimedia
Tutorial 7 Designing a Multimedia Web Site
Supplementary Materials on Web Authoring. Insert Anchors & Add Hyperlinks Insert other multimedia elements: Flash animations Video clips & Audio clips.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Tutorial 7 Working with Multimedia. New Perspectives on HTML, XHTML, and XML, Comprehensive, 3rd Edition 2 Objectives Explore various multimedia applications.
Using Plug-Ins Adding Multimedia to an HTML Document.
Embedding Multimedia in Web Pages  Multimedia is a popular buzzword for sound, motion video, and interactive animation.  Some problems or obstacles.
Multimedia Effects Adding Value to Presentation Content.
Chapter 11 Adding Media and Interactivity. Chapter 11 Lessons Introduction 1.Add and modify Flash objects 2.Add rollover images 3.Add behaviors 4.Add.
FLASH, VIDEO & AUDIO How to add Flash movies into your site How to add video and audio to your site HTML5 and elements.
Creating Web Pages with Links, Images, and Embedded Style Sheets
CHAPTER 8 Multimedia 1. Using Multimedia ❖ Multimedia: the combination of text, sound, and video to express an idea or convey a message. ❖ Podcasts: a.
Web Design, 5 th Edition 6 Multimedia and Interactivity Elements.
Section 9.1 Section 9.2 YOU WILL LEARN TO…
Section 9.1 Section 9.2 Identify multimedia design guidelines
Chapter 4: HTML5 Media - <video> & <audio>
Web Design and Development
Tutorial 7 Working with Multimedia
Software and Multimedia
Software and Multimedia
Microsoft Video Editing Software
HTML5 Media.
Working with Multimedia
About Multimedia Files
Presentation transcript:

Chapter 8 Adding Multimedia Content to Web Pages HTML5 & CSS 7 th Edition

Describe the benefits and limitations of multimedia in Web sites Identify audio and video formats Describe parameters for embedded multimedia Add an audio clip to a Web page using the HTML5 audio element Add a video clip to a Web page using the HTML5 video element Chapter 8: Adding Multimedia Content to Web Pages2 Chapter Objectives

Plan the Web site Analyze the need Choose the content for the Web page Determine the type of multimedia to incorporate into your Web pages Create or find the multimedia content and insert it into the Web site Test all Web pages within the Web site Chapter 8: Adding Multimedia Content to Web Pages3 Plan Ahead

Multimedia is defined as the combination of text, sound, and video to express an idea or convey a message Podcasts, a series of audio or video clips that are released in a sequence, are becoming more prevalent in both academic and corporate settings You can obtain multimedia files by creating them yourself or finding files that are already available Chapter 8: Adding Multimedia Content to Web Pages4 Using Multimedia

Embedded media files appear within the Web page and users have access to the audio or video player controls right on the page External media files are accessed through a link that your Web site visitor clicks A media player is computer software that is used to play multimedia files A plug-in (also called an add-in or add-on) is extra software that is added to the browser (or other program) to provide a capability that is not inherent to the program HTML5 introduces built-in media support via the audio and video elements Chapter 8: Adding Multimedia Content to Web Pages5 Using Multimedia

Chapter 8: Adding Multimedia Content to Web Pages6 Audio File Formats

Chapter 8: Adding Multimedia Content to Web Pages7 Video File Formats

The object element supports many different media types, including: pictures, sounds, videos, as well as other objects The term object is used to describe the things that people want to place in HTML documents Chapter 8: Adding Multimedia Content to Web Pages8 The Object Tag

Chapter 8: Adding Multimedia Content to Web Pages9 Object Tag Parameters

The tag is used to define sound, such as music or other audio streams Chapter 8: Adding Multimedia Content to Web Pages10 The HTML5 Tag

Chapter 8: Adding Multimedia Content to Web Pages11 The HTML5 Tag

Chapter 8: Adding Multimedia Content to Web Pages12 The HTML5 Tag

HTML5 defines a new element that specifies a standard way to embed a video or movie on a Web page: the video element – Used to specify a video, such as a movie clip or other video streams – Supported by most browsers – You must convert your video to one of the supported formats – Does not work in older browsers Chapter 8: Adding Multimedia Content to Web Pages13 The HTML5 Tag

Chapter 8: Adding Multimedia Content to Web Pages14 The HTML5 Tag

Chapter 8: Adding Multimedia Content to Web Pages15 The HTML5 Tag

Describe the benefits and limitations of multimedia in Web sites Identify audio and video formats Describe parameters for embedded multimedia Add an audio clip to a Web page using the HTML5 audio element Add a video clip to a Web page using the HTML5 video element Chapter 8: Adding Multimedia Content to Web Pages16 Chapter Summary

Chapter 8 Complete HTML 7 th Edition