Click to See Complete Forum and Search --> : need some HTML Material


onlymullapudi
12-12-2005, 01:30 PM
Hai Guys,

This is my first post to the Html forum. I am looking for a tutorial on how to put audio and video files on web pages.Any one please send mee the link where i can find it.

LiLcRaZyFuZzY
12-12-2005, 01:36 PM
http://www.w3.org/TR/html4/struct/objects.html#h-13.1

LJK
12-12-2005, 07:05 PM
Hi -
Also, if it's a .wmv, check at Microsoft, if it's .mov, check at Apple, etc.
You can embed these things into your page using the object [and embed]
tags - but you'll need the correct clsid="", etc. so it's best to go to the
folks who are 'responsible' for the programs - to get current versions, etc.

A great cop-out is to merely link to a media file and let the user decide
if they want to download/open it or not! ;-)

Good luck,
El