English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

how to convert video files into html code to place into my website? which software or which program i should to use for the solution of this question.

2006-07-05 05:31:45 · 5 answers · asked by Anonymous in Computers & Internet Internet

5 answers

You do not convert a video into html. You use the file location in a tag depending on how you want to put it on your page. If you want it downloadable like this... Download My Video

If you want it to play in on the page...

classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Loading Microsoft® Windows® Media Player components..."
type="application/x-oleobject" align="middle">




pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src="YourFilesName.mpeg"
autostart="false"
align="middle"
width="176"
height="144"
defaultframe="rightFrame"
showstatusbar="true">


Just pulled that off of something....

2006-07-05 05:50:57 · answer #1 · answered by Duds331 5 · 0 1

There is a site called filelodge.com it can host your videos,pictures, Mp3's and alot more just upload it and copy the html coding and drop it into your page, never believe someone who says it cant be done there is always a way hope this helps

2006-07-05 12:45:33 · answer #2 · answered by nice_guy_20_2oo4 2 · 0 1

you don't need to do this. What you should do is place it as a link on your page.

Here's an example. Let's say your video clip was named "yourvideoclip.avi". You could do somehting like this:



Your Video Clip



width="160" height="120" vspace="10" hspace="20"
align="left" />
<br /> <a href="yourvideoclip.avi"><br /> <img src="yourvideoclip.jpg" border="0" align="left"<br /> width="160" height="120" vspace="10" hspace="20" /><br /> </a><br />

2006-07-05 12:34:47 · answer #3 · answered by Anonymous · 0 1

u dont convert covert avi/mpeg to html thats just not possible, i would advise doing a google search on how to stream video on your webpage.

2006-07-05 12:34:10 · answer #4 · answered by Paultech 7 · 0 1

You need to use embed tag for that.

http://www.htmlcodetutorial.com/embeddedobjects/_EMBED.html
http://www.htmldog.com/reference/htmltags/object/

Check out these two links for 2 tags they will help you a lot

2006-07-05 12:39:46 · answer #5 · answered by force_of_fury 2 · 0 1

fedest.com, questions and answers