How to put videos on webpage???

This is a discussion on "How to put videos on webpage???" within the Web Page Design section. This forum, and the thread "How to put videos on webpage??? are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Dec 14th, 2007, 11:00
New Member
Join Date: Dec 2007
Location: India
Age: 20
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
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:
HTML: Select all
<!--[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
HTML: Select all
<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.

Last edited by Marc; Dec 14th, 2007 at 11:03. Reason: added [html] tags.
Reply With Quote

  #2 (permalink)  
Old Dec 17th, 2007, 13:55
Up'n'Coming Member
Join Date: May 2007
Location: Tamworth
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cocoonfx
Re: How to put videos on webpage???

Hello


If you have flash then you don't need to worry about the different file types.

You can then stream the movie through a .swf
Reply With Quote
  #3 (permalink)  
Old Dec 27th, 2007, 08:41
New Member
Join Date: Dec 2007
Location: Bangkok
Age: 24
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to put videos on webpage???

Flash is easier. If you use <embed> code, It can play only .mpg file.
Reply With Quote
  #4 (permalink)  
Old Jan 10th, 2008, 22:22
Reputable Member
Join Date: Jan 2008
Location: Pasig
Posts: 105
Thanks: 0
Thanked 0 Times in 0 Posts
Re: How to put videos on webpage???

Yeah, I agree to that. But sometimes flash may cause your website to have a slow performance...
Reply With Quote
  #5 (permalink)  
Old Jan 15th, 2008, 16:04
New Member
Join Date: Jan 2008
Location: India
Age: 24
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to narender123 Send a message via MSN to narender123 Send a message via Yahoo to narender123
Re: How to put videos on webpage???

For flv ..here it is....
<object type="application/x-shockwave-flash" data="Player.swf"
width="" height="" id="Player">
<param name="allowScriptAccess" value="sameDomain"/>
<param name="movie" value="Player.swf"/>
<param name="quality" value="high"/>
<param name="scale" value="noScale"/>
<param name="wmode" value="transparent"/>
<param name="flashvars"
value="videoFile=mymovie.flv"/>
</object>
Try this..
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Resizing Videos Pádraig Flash & Multimedia Forum 1 Jul 19th, 2007 17:40
Record videos on your pc Pádraig Webforumz Cafe 10 May 2nd, 2007 19:04
Hello! & question bout videos! brokensocialsteve Introduce Yourself 4 Feb 18th, 2006 15:49


All times are GMT. The time now is 18:05.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43