Click to See Complete Forum and Search --> : How do I put videos on webpage???


just4u_pathik
12-14-2007, 05:33 AM
I want to put all types of videos on my webpage. So far I hav suceeded in putting up .avi files by using the following code:

<!--[if IE]>
<object id="WMP" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="320" height="240">
<param name="URL" value="http://example.com/videometafile.asx">
</object>
<![endif]-->
<!--[if!IE]> <-->
<object id="WMP" type="video/x-ms-asf" data="http://example.com/videometafile.asx" width="320" height="240">
<param name="src" value="http://example.com/videometafile.asx">
</object>
<!--> <![endif]-->


Where videometafile.asx is a text file which contains

<asx version="3.0">
<entry>
<ref href="actual-video.wmv" />
</entry>
</asx>



Please suggest me way to put up .rm, .rmvb, .ram, .flv videos on my webpage. Thanking you in advance.

LeeU
12-14-2007, 10:16 AM
You might check this one (http://www.hunlock.com/blogs/Everything_You_Ever_Needed_To_Know_About_Video_Embedding). Also, you can find many others by using Google.

just4u_pathik
12-14-2007, 06:02 PM
I want to actually upload videos on my webpage. I dont want to use help of other website like youtube or google video.
What I intend to do is create a proper webpage with pages having inbuilt multimedia players for .flv, .rm, .rmvb, .mp4 and so that I can burn the webpage along with all the videos onto a CD. I dont want to post the webpage on the internet.
I'm a HTML noob so I'm sorry for not using conventional words for the topic.

thunderfish
12-18-2007, 12:04 AM
oh, you'd better put flv on your website, it is easy to transmit online, here is a bog sb write, hope it will help you.
http://my.afterdawn.com/firesun/all_blog_entries.cfm