Affiliate Programs
 
Search affiliate programs for: 
Affiliate Categories
» Affiliate Networks
» Ad Networks
» 2 Tier Programs
» Pay Per Sale
» Pay Per Lead
» Residual Income
» Datafeeds
» Multi Tier Programs
» Business Opps
» Other Programs

Newsletter
Get newly added affiliate programs by email. Enter your email here:
Article Categories
» Affiliate Marketing
» Business
» Ecommerce
» Hosting
» Marketing
» Sales
» Web Designing
» Webmasters
» SEO & Promotion
» Working At Home
» Other Articles
» Affiliate Glossary


Go Back   AffiliateSeeking Forum > Marketing > General Marketing

General Marketing Discuss anything to do with link building and any other general marketing stuff.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-29-2011, 12:04 PM
vikramrandhawa vikramrandhawa is offline
Senior Member
 
Join Date: Sep 2011
Posts: 166
vikramrandhawa is on a distinguished road
Wink How Can we use audio and video tag in the HTMl

How we define these tags in the HTML...
What is Purpose of these two tags..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-30-2011, 01:38 PM
C.Rebecca C.Rebecca is offline
Senior Member
 
Join Date: May 2011
Posts: 530
C.Rebecca is on a distinguished road
There has never been a standard for showing video and audio on a web page. Most videos/audios were shown through a plugin (like flash). These tags serve the purpose of embedding video and audio in HTML code rather than using a plugin for playing them which is a onerous task as every search engine has its own set of plugins.

HTML5 specifies a standard way to include video, with the video element.
<video src="movie.ogg" controls="controls">
</video>
Example
<video src="movie.ogg" width="320" height="240" controls="controls">
Your browser does not support the video tag.
</video>
The example above uses an Ogg file, and will work in Firefox, Opera and Chrome.
To make the video work in Internet Explorer, Safari and future versions of Chrome, we must add a MPEG4 and WebM file.


HTML5 specifies a standard way to include audio, with the audio element.
<audio src="song.ogg" controls="controls">
</audio>

Example
<audio src="song.ogg" controls="controls">
Your browser does not support the audio element.
</audio>
The example above uses an Ogg file, and will work in Firefox, Opera and Chrome.
To make the audio work in Internet Explorer and Safari, add an audio file of the type MP3.


-The control attribute is for adding play, pause, and volume controls for both audio and video tags
-Insert content between the <video> and </video> tags as well as <audio> and </audio> for browsers that do not support the video and audio element
__________________
230% more traffic with 12+ Keyword research tools
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:04 PM.


Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.0.0
© 2004-2011 AffiliateSeeking. All rights reserved.