HOME
TUTORIAL
∇
Applets
Comments
CSS
Document Tags
Embed
Fonts
Forms
Frames
Images
Lines & Paragraphs
Links
Lists
Logical Tags
Scripts
Sounds
Symbols
Tables
Weird Tags
FORUM
∇
HTML Help
Web Design
Programming Languages
Web Hosting
Domain Names
Marketing
Community
QUICK LIST
CSS
Forum Home
FAQ
Search
Memberlist
Register
Profile
Log in to check your private messages
Log in
Register
- Not registered yet? Got something to say?
Join HTML Code Tutorial
!
how to Put videos on Webpage
HTML Help Forum Index
->
Multimedia
View previous topic
::
View next topic
Author
Message
just4u_pathik
Joined: 14 Dec 2007
Posts: 1
Posted: Fri Dec 14, 2007 3:50 am
how to Put videos on Webpage
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
Posted: Fri Dec 14, 2007 3:14 pm
Code:
<embed src="video.any" width=x(pixels) height=y(pixels)>
michaeldegado
Joined: 03 May 2008
Posts: 3
Posted: Mon May 05, 2008 5:43 am
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: 8427
Location: Castle Pines North, CO USA
Posted: Wed May 14, 2008 8:42 am
Embedding a Media File
might help as well.
_________________
Corey
Toll Free Numbers
|
Mile High Merchant Accounts
|
Expression Web Blog
Display posts from previous:
All Posts
1 Day
7 Days
2 Weeks
1 Month
3 Months
6 Months
1 Year
Oldest First
Newest First
HTML Help Forum Index
->
Multimedia
All times are GMT - 8 Hours
Page
1
of
1
Jump to:
Select a forum
Announcements
----------------
Announcements
HTML Help
----------------
HTML FAQ
General HTML
HTML Form
HTML Table
HTML Frame
CSS
DHTML
SSI
MySpace
HTML Tools
Web Design
----------------
Images & Graphics
Templates
Multimedia
Programming Languages
----------------
Javascript
PHP
Perl
ASP
Others
Web Hosting
----------------
Free Hosting
Shared Hosting
Dedicated, Managed, and Co-located Hosting
Hosting Business and Reseller Hosting
Domain Names
----------------
Registrars
Tools
For Sale, Wanted, & Appraisals
Expired Domains
Monetization
Legal Issues
Marketing
----------------
SEO
PPC
Affiliate Marketing
Other Internet Marketing
Community
----------------
Miscellaneous
Website Review
Introduce Yourself
Feedback
Praise
Errors
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
Your Ad Here
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HOSTING / DESIGN
$1.99 Domain Registration
Cheap Web Hosting
Website Templates
MAKE MONEY
Sell Domain Names
Sell Website Templates
Home
|
Tutorials
|
Forum
|
Quick List
|
Link Directory
|
About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial