View Single Post
Old 12-24-2012, 01:07 PM   #10
mgardner
Junior Member
mgardner began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Dec 2012
Device: Nexus 7
Quote:
Originally Posted by user_none View Post
The format for audio and video is:

Code:
<audio controls="controls" src="../Audio/audio.ext"></audio>
<video controls="controls" src="../Video/video.ext"></video>
However, both the audio and video tags have a lot of options. They are block level tags and can have many different sub tags. They also have various attributes that control how they display and how users can interact with the objects. Due to this isn't not easy to add something like the insert image feature for audio and video.
Thanks. I had tried using html5 video tags (as shown here: http://www.w3schools.com/html/html5_video.asp), but there are some differences in the format you gave that I never would have figured out.
mgardner is offline   Reply With Quote