widgeo.net

ICT : Video Tutorial "How to Insert Video and Audio Using Hot Potatoes"

Thursday 25 December 2014


In this video tutorial, I would like tell you how to insert the video and audio using hot potates. Check it out the video...

This is the final result of this tutorial [CLICK HERE] for download....!
 HTML CODE:
  • Insert Audio
<audio controls="controls" preload="auto"><source src="dir.m4a" type='audio/mp4; codecs="avc1.42E01E, mp4a.40.2"' /><source src="Your_File_Name.m4a" type='audio/ogg; codecs="vorbis"' />This is HTML5 audio! No audio playback capabilities! Flash fall back is NOT provided.></audio>
Nb: only use audio in format m4a (convert first the file to m4a).
Change "your_File_Name" with your audio file name.
  • Insert Video
<center><video controls="controls"  width="320" height="240">
   <source src="Your_File_Name.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"'/>
   <source src="webm-video-file.webm" type='video/webm; codecs="vp8.0, vorbis"'/>
    No HTML5 video playback capabilities. No Flash fallback either!
</video><center>
Nb: only use video in format mp4.
Change "your_File_Name" with your video file name.
Share this article :

2 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete

Write your comment for this article

restoe-rc.blogspot.com ©2011. Powered by Blogger.
 
Administrator : @restu_rc
Copyright © 2011. Restoe's Blog - All Rights Reserved
Template Created by Creating Website
Proudly powered by Blogger Custom