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.
<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.
This comment has been removed by the author.
ReplyDeleteThis comment has been removed by the author.
ReplyDelete