Multimedia: Audio and Video - PowerPoint PPT Presentation

About This Presentation
Title:

Multimedia: Audio and Video

Description:

Multimedia: Audio and Video. Kyle Hawver. BGSOUND element. Should be placed in the HEAD section of the HTML document. Has 4 key properties: ... – PowerPoint PPT presentation

Number of Views:31
Avg rating:3.0/5.0
Slides: 9
Provided by: kyleh1
Learn more at: http://granite.sru.edu
Category:
Tags: audio | kyle | multimedia | video

less

Transcript and Presenter's Notes

Title: Multimedia: Audio and Video


1
Multimedia Audio and Video
  • Kyle Hawver

2
BGSOUND element
  • Should be placed in the HEAD section of the HTML
    document
  • Has 4 key properties
  • SRC URL of the audio clip
  • LOOP Number of times to play
  • BALANCE between left and right speakers
  • (-10000 to 10000)
  • VOLUME (-10000 to 0)
  • EXAMPLE

3
IMG elements DYNSRC property
  • IMG allows both images and videos
  • DYNSRC indicates the source is a video clip
  • EXAMPLE

4
EMBED element
  • Embeds a media clip (audio or video)
  • Gives the user direct control over the media clip
  • AUDIO EXAMPLE
  • VIDEO EXAMPLE

5
OBJECT element
  • Uses Windows Media Player
  • Several parameters
  • FileName file containing the media clip
  • AutoStart boolean value
  • ShowControls boolean value
  • Loop boolean value
  • EXAMPLE

6
RealPlayer ActiveX Control
  • Use the EMBED element
  • Can add streaming audio and video
  • EXAMPLE

7
QUESTIONS
  • What is an advantage of using the EMBED element
    over the BGSOUND element?
  • (T/F) EMBED element can embed either an audio
    clip or a video clip.
  • (T/F) The IMG elements DYNSRC property indicates
    that the source is an audio clip.
  • What element do you use for streaming audio and
    video?
  • (T/F) The OBJECT element uses Windows Media
    Player.

8
Answers
  • User has more control EMBED works in Netscape
  • T
  • F
  • EMBED
  • T
Write a Comment
User Comments (0)
About PowerShow.com