HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
how to Put videos on Webpage
Post new topic   Reply to topic    HTML Help Forum Index -> Multimedia
View previous topic :: View next topic  
Author Message
just4u_pathik



Joined: 14 Dec 2007
Posts: 1

PostPosted: Fri Dec 14, 2007 3:50 am     how to Put videos on Webpage Reply with quote

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.
camoman666



Joined: 24 Jun 2006
Posts: 362
Location: Fort Walton Beach, FL, USA

PostPosted: Fri Dec 14, 2007 3:14 pm     Reply with quote

Code:
<embed src="video.any" width=x(pixels) height=y(pixels)>
michaeldegado



Joined: 03 May 2008
Posts: 3

PostPosted: Mon May 05, 2008 5:43 am     Reply with quote

how do i make it so it dosent start automaticly i want to put multipal vids on
Corey Bryant
Site Admin


Joined: 15 May 2004
Posts: 8271
Location: Castle Rock CO USA

PostPosted: Wed May 14, 2008 8:42 am     Reply with quote



Embedding a Media File might help as well.

_________________
Corey
Toll Free Numbers | Mile High Merchant Accounts | Expression Web Blog
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> Multimedia All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial