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

How can we put videos in our html files.Is there any code to do so.

2006-11-05 04:26:03 · 4 answers · asked by keshav_khera 2 in Computers & Internet Programming & Design

4 answers

Get The Embeded Code and Put It in

2006-11-05 04:27:52 · answer #1 · answered by Anonymous · 0 0

Video into html? It's pretty much like embedding a photo. You have to create a line of code to embed the video and where it should be placed on the page and then add the line "autostart=true" if you want the video to start on its own, if you want to make sure that the video is compatible or viewable by anyone who visits the site you'll need to recode the video into a flash file and upload it with a link for the flashplayer, if its a matter of making the file available but not necessarily viewable on the site you could upload a thumbnail or pic from the video and embed a link to download the file to the pc and play in windows media player or somthing like that. The easiest way to figure out the exact codes and whether it'll work the way you want it to is to go to a site that has video on it, click on view and select source....this will open notepad where you can view the code for the current page you are viewing.....look for embed lines and autostart=

2006-11-05 12:32:03 · answer #2 · answered by Helping Since 1969 6 · 0 1

Here is the HTML code to play video on your site.



Place your video file name and correct path where "/yourvideofile" is.

autostart="true" Make this false if you don't want it to start automatically.

loop="true" Make this false if you don't want it to repeat the video.

Do not forget to leave the " " in.

2006-11-05 13:46:58 · answer #3 · answered by selfrob 4 · 0 0

http://www.web-source.net/html_codes_chart.htm

2006-11-05 12:28:42 · answer #4 · answered by Anonymous · 1 1

fedest.com, questions and answers