SlideShare a Scribd company logo
Designing
 Web Pages
     HTML Videos
Playing Videos in HTML
Videos can be played in HTML
by many different methods.
 The <embed> Tag
 The purpose of the <embed> tag is to
  embed multimedia elements in HTML
  pages.
 The following HTML fragment displays
  a Flash video embedded in a web
  page:
 Ex. <embed src="intro.swf"
  height="200" width="200"/>
Videos can be played in HTML
by many different methods.
   <embed src="BBEMNHS School Hymn.wmv"
    autostart="true" hidden="true" loop="false">
   <noembed><bgsound src="BBEMNHS
    School Hymn.wmv" loop="1"></noembed>
   Where:
   autostart = true or false and governs whether
    or not the video will play automatically.
   loop = the actual number of times for the
    video to rewind and replay or "infinite."You
    might use code like that displayed in the
    example below to display a video file:
   <embed src="earth.avi" autostart="true"
    loop="infinite" height=100 width=100>
 <embed src="d.mp4" autostart="true"
  hidden="true" loop="false">
 <noembed><bgsound src="d.mp4"
  loop="1"></noembed>
Videos can be played in HTML
by many different methods.
 Using The <object> Tag
 The purpose of the <object> tag is to
  embed multimedia elements in HTML
  pages.
 The following HTML fragment displays
  a Flash video embedded in a web
  page:
 Ex. <object data="intro.swf"
  height="200" width="200"/>
Videos can be played in HTML
by many different methods.
 Using the <video> Tag
 The <video> element is new in HTML 5.
 The purpose of the <video> tag is to embed
  video elements in HTML pages.
 The following HTML fragment displays a video in
  ogg, mp4, or webm format embedded in a web
  page:

   Ex. <video width="320" height="240"
    controls="controls">
     <source src="movie.mp4" type="video/mp4" />
     <source src="movie.ogg" type="video/ogg" />
     <source src="movie.webm" type="video/webm"
    />
    Your browser does not support the video tag.
    </video>
PROBLEMS
 Problems:
 You must convert your
  videos to many different
  formats.
 The <video> element does
  not work in older browsers.
Videos can be played in HTML
by many different methods.
 Using A Hyperlink
 If a web page includes a hyperlink to a
  media file, most browsers will use a
  "helper application" to play the file.
 The following code fragment displays a
  link to a Flash video. If a user clicks on
  the link, the browser will launch a helper
  application, like Windows Media Player
  to play the AVI file:
 Ex. <a href="intro.swf">Play a video
  file</a>

More Related Content

What's hot (20)

PDF
Savn.tv quick guide to channels and resources
Robyn Bridgeo
 
PDF
HTML5 Media Elements
Javier Antonio Humarán Peñuñuri
 
PDF
Web Directions @media 2010
Patrick Lauke
 
ZIP
WordcampNYC 2010 - Wordpress & Multimedia (Updated)
Digital Strategy Works LLC
 
PPTX
Ursuline College Library Video Databases
Teresa Potter
 
PDF
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014
Ella J Designs
 
DOC
Website template ct002
ko-kings
 
PPTX
Jomc463 beginner wordpress(zeoli)
Digital Strategy Works LLC
 
PPTX
Powering Music Sites with WordPress
Digital Strategy Works LLC
 
PPTX
Html5 + css3+ java script for future - HTML5
Harshana Weerasinghe
 
PPTX
Install AllWebMenus WordPress plugin, Create menu, Insert menu in WordPress
Likno Software
 
PDF
Mastering WordPress Vol.1
Wataru OKAMOTO
 
PPTX
How to Issue and Activate Free SSL using Let's Encrypt
Mayeenul Islam
 
PPTX
Creating your own video clips in Theatre in Video
lakehead1
 
PPT
Introduction to html55
subrat55
 
PPT
Advanced Plinkit Training External Content
Troy Brown
 
PDF
Html5 - audio and video tags
Rae Allen
 
PPTX
WordCamp RI 2015 - Beginner WordPress Workshop
Ella J Designs
 
PDF
Customizing Your WooCommerce Store
Barry Kooij
 
PDF
How to set up a Wordpress Blog
kichu
 
Savn.tv quick guide to channels and resources
Robyn Bridgeo
 
Web Directions @media 2010
Patrick Lauke
 
WordcampNYC 2010 - Wordpress & Multimedia (Updated)
Digital Strategy Works LLC
 
Ursuline College Library Video Databases
Teresa Potter
 
Do it-yourself WordPress Website & SEO Workshop - june 25, 2014
Ella J Designs
 
Website template ct002
ko-kings
 
Jomc463 beginner wordpress(zeoli)
Digital Strategy Works LLC
 
Powering Music Sites with WordPress
Digital Strategy Works LLC
 
Html5 + css3+ java script for future - HTML5
Harshana Weerasinghe
 
Install AllWebMenus WordPress plugin, Create menu, Insert menu in WordPress
Likno Software
 
Mastering WordPress Vol.1
Wataru OKAMOTO
 
How to Issue and Activate Free SSL using Let's Encrypt
Mayeenul Islam
 
Creating your own video clips in Theatre in Video
lakehead1
 
Introduction to html55
subrat55
 
Advanced Plinkit Training External Content
Troy Brown
 
Html5 - audio and video tags
Rae Allen
 
WordCamp RI 2015 - Beginner WordPress Workshop
Ella J Designs
 
Customizing Your WooCommerce Store
Barry Kooij
 
How to set up a Wordpress Blog
kichu
 

Similar to Designing web pages html videos (20)

PPTX
HTML Video and Audio.pptx( code of enter html video and audio)
eidabdirahman34
 
PPTX
Use of Multimedia tag in HTML using exmples
ssuser08ea44
 
PPTX
HTML Multimedia.pptx
ssuser08ea44
 
PPTX
Lesson 6
Slides4Victor
 
PPTX
Lecture9 web design and development
Rafi Haidari
 
PPTX
10x10 10 slide presentation
NickSandy
 
PDF
Html5video
benwilkins
 
PPTX
Html multimedia
Himanshu Pathak
 
PDF
Beginning html5 media, 2nd edition
ser
 
KEY
HTML5 Video for WordPress
steveheffernan
 
PPTX
HTML Media
krupesh patel
 
PDF
Multimedia on the web - HTML5 video and audio
Christian Heilmann
 
PPTX
Html 5 full course
AbhishekMondal42
 
PPTX
Got &lt;video>? Implementing HTML5 Video for Library Tutorials
Oregon State University Libraries and Press
 
PDF
Basics of HTML5 for Phonegap
Rakesh Jha
 
PDF
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
Patrick Lauke
 
PDF
Coruclam
aiabid
 
PDF
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
Patrick Lauke
 
PPTX
HTML introduction for beginners Slides .pptx
wewit44414
 
KEY
HTML5 Video Presentation
sith33
 
HTML Video and Audio.pptx( code of enter html video and audio)
eidabdirahman34
 
Use of Multimedia tag in HTML using exmples
ssuser08ea44
 
HTML Multimedia.pptx
ssuser08ea44
 
Lesson 6
Slides4Victor
 
Lecture9 web design and development
Rafi Haidari
 
10x10 10 slide presentation
NickSandy
 
Html5video
benwilkins
 
Html multimedia
Himanshu Pathak
 
Beginning html5 media, 2nd edition
ser
 
HTML5 Video for WordPress
steveheffernan
 
HTML Media
krupesh patel
 
Multimedia on the web - HTML5 video and audio
Christian Heilmann
 
Html 5 full course
AbhishekMondal42
 
Got &lt;video>? Implementing HTML5 Video for Library Tutorials
Oregon State University Libraries and Press
 
Basics of HTML5 for Phonegap
Rakesh Jha
 
HTML5 multimedia - browser-native video and audio - DevUp HTML5 / Barcelona /...
Patrick Lauke
 
Coruclam
aiabid
 
HTML5 multimedia - browser-native video and audio - JSDay / Verona / 17 May 2012
Patrick Lauke
 
HTML introduction for beginners Slides .pptx
wewit44414
 
HTML5 Video Presentation
sith33
 
Ad

More from Jesus Obenita Jr. (20)

PPTX
Organization and management 3 a Evolution of Management Theory
Jesus Obenita Jr.
 
PPTX
Organization and management 2 Management Function
Jesus Obenita Jr.
 
PPTX
Organization and management 1
Jesus Obenita Jr.
 
PPTX
Designing web page marquee and img tag
Jesus Obenita Jr.
 
PPTX
Ms excel 2013 formatting worksheets
Jesus Obenita Jr.
 
PPTX
Ms excel 2013 data management
Jesus Obenita Jr.
 
PPTX
Microsoft Excel introduction
Jesus Obenita Jr.
 
PPTX
Word 2013 working with pictures
Jesus Obenita Jr.
 
PPTX
Word 2013 Formatting Page
Jesus Obenita Jr.
 
PPTX
Word 2013 8
Jesus Obenita Jr.
 
PPTX
Ms word 2013 7
Jesus Obenita Jr.
 
PPTX
Ms word 2013 6
Jesus Obenita Jr.
 
PPTX
Ms word 2013 4
Jesus Obenita Jr.
 
PPTX
Ms word 2013 2
Jesus Obenita Jr.
 
PPTX
Ms word 2013
Jesus Obenita Jr.
 
PPTX
Parts of the ms word 2013 screen and
Jesus Obenita Jr.
 
PPTX
Word processor
Jesus Obenita Jr.
 
PPT
Session 2 test construction.mt's
Jesus Obenita Jr.
 
PPTX
Cooking ingredients
Jesus Obenita Jr.
 
PPTX
Color theory
Jesus Obenita Jr.
 
Organization and management 3 a Evolution of Management Theory
Jesus Obenita Jr.
 
Organization and management 2 Management Function
Jesus Obenita Jr.
 
Organization and management 1
Jesus Obenita Jr.
 
Designing web page marquee and img tag
Jesus Obenita Jr.
 
Ms excel 2013 formatting worksheets
Jesus Obenita Jr.
 
Ms excel 2013 data management
Jesus Obenita Jr.
 
Microsoft Excel introduction
Jesus Obenita Jr.
 
Word 2013 working with pictures
Jesus Obenita Jr.
 
Word 2013 Formatting Page
Jesus Obenita Jr.
 
Word 2013 8
Jesus Obenita Jr.
 
Ms word 2013 7
Jesus Obenita Jr.
 
Ms word 2013 6
Jesus Obenita Jr.
 
Ms word 2013 4
Jesus Obenita Jr.
 
Ms word 2013 2
Jesus Obenita Jr.
 
Ms word 2013
Jesus Obenita Jr.
 
Parts of the ms word 2013 screen and
Jesus Obenita Jr.
 
Word processor
Jesus Obenita Jr.
 
Session 2 test construction.mt's
Jesus Obenita Jr.
 
Cooking ingredients
Jesus Obenita Jr.
 
Color theory
Jesus Obenita Jr.
 
Ad

Recently uploaded (20)

PDF
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
PPTX
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
PPT
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
PPTX
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
PDF
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
PPTX
Mathematics 5 - Time Measurement: Time Zone
menchreo
 
PPTX
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
PDF
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
PDF
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 
PDF
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
PDF
community health nursing question paper 2.pdf
Prince kumar
 
PPSX
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
PPTX
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
PPTX
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
PPTX
THE TAME BIRD AND THE FREE BIRD.pptxxxxx
MarcChristianNicolas
 
PPTX
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
PDF
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
PPTX
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
PPTX
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
PDF
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 
ARAL_Orientation_Day-2-Sessions_ARAL-Readung ARAL-Mathematics ARAL-Sciencev2.pdf
JoelVilloso1
 
Views on Education of Indian Thinkers Mahatma Gandhi.pptx
ShrutiMahanta1
 
Talk on Critical Theory, Part One, Philosophy of Social Sciences
Soraj Hongladarom
 
Quarter1-English3-W4-Identifying Elements of the Story
FLORRACHELSANTOS
 
BÀI TẬP BỔ TRỢ TIẾNG ANH 8 - GLOBAL SUCCESS - CẢ NĂM - NĂM 2024 (VOCABULARY, ...
Nguyen Thanh Tu Collection
 
Mathematics 5 - Time Measurement: Time Zone
menchreo
 
How to Convert an Opportunity into a Quotation in Odoo 18 CRM
Celine George
 
Zoology (Animal Physiology) practical Manual
raviralanaresh2
 
The dynastic history of the Chahmana.pdf
PrachiSontakke5
 
LAW OF CONTRACT (5 YEAR LLB & UNITARY LLB )- MODULE - 1.& 2 - LEARN THROUGH P...
APARNA T SHAIL KUMAR
 
community health nursing question paper 2.pdf
Prince kumar
 
HEALTH ASSESSMENT (Community Health Nursing) - GNM 1st Year
Priyanshu Anand
 
MENINGITIS: NURSING MANAGEMENT, BACTERIAL MENINGITIS, VIRAL MENINGITIS.pptx
PRADEEP ABOTHU
 
Growth and development and milestones, factors
BHUVANESHWARI BADIGER
 
THE TAME BIRD AND THE FREE BIRD.pptxxxxx
MarcChristianNicolas
 
STAFF DEVELOPMENT AND WELFARE: MANAGEMENT
PRADEEP ABOTHU
 
ARAL-Orientation_Morning-Session_Day-11.pdf
JoelVilloso1
 
Unit 2 COMMERCIAL BANKING, Corporate banking.pptx
AnubalaSuresh1
 
How to Manage Large Scrollbar in Odoo 18 POS
Celine George
 
0725.WHITEPAPER-UNIQUEWAYSOFPROTOTYPINGANDUXNOW.pdf
Thomas GIRARD, MA, CDP
 

Designing web pages html videos

  • 1. Designing Web Pages HTML Videos Playing Videos in HTML
  • 2. Videos can be played in HTML by many different methods.  The <embed> Tag  The purpose of the <embed> tag is to embed multimedia elements in HTML pages.  The following HTML fragment displays a Flash video embedded in a web page:  Ex. <embed src="intro.swf" height="200" width="200"/>
  • 3. Videos can be played in HTML by many different methods.  <embed src="BBEMNHS School Hymn.wmv" autostart="true" hidden="true" loop="false">  <noembed><bgsound src="BBEMNHS School Hymn.wmv" loop="1"></noembed>  Where:  autostart = true or false and governs whether or not the video will play automatically.  loop = the actual number of times for the video to rewind and replay or "infinite."You might use code like that displayed in the example below to display a video file:  <embed src="earth.avi" autostart="true" loop="infinite" height=100 width=100>
  • 4.  <embed src="d.mp4" autostart="true" hidden="true" loop="false">  <noembed><bgsound src="d.mp4" loop="1"></noembed>
  • 5. Videos can be played in HTML by many different methods.  Using The <object> Tag  The purpose of the <object> tag is to embed multimedia elements in HTML pages.  The following HTML fragment displays a Flash video embedded in a web page:  Ex. <object data="intro.swf" height="200" width="200"/>
  • 6. Videos can be played in HTML by many different methods.  Using the <video> Tag  The <video> element is new in HTML 5.  The purpose of the <video> tag is to embed video elements in HTML pages.  The following HTML fragment displays a video in ogg, mp4, or webm format embedded in a web page:  Ex. <video width="320" height="240" controls="controls"> <source src="movie.mp4" type="video/mp4" /> <source src="movie.ogg" type="video/ogg" /> <source src="movie.webm" type="video/webm" /> Your browser does not support the video tag. </video>
  • 7. PROBLEMS  Problems:  You must convert your videos to many different formats.  The <video> element does not work in older browsers.
  • 8. Videos can be played in HTML by many different methods.  Using A Hyperlink  If a web page includes a hyperlink to a media file, most browsers will use a "helper application" to play the file.  The following code fragment displays a link to a Flash video. If a user clicks on the link, the browser will launch a helper application, like Windows Media Player to play the AVI file:  Ex. <a href="intro.swf">Play a video file</a>