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.
|
|
|
|
|
![]() |
||
How to put videos on webpage???
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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:
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. |
|
|
|
|||
|
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 |
|
|||
|
Re: How to put videos on webpage???
Flash is easier. If you use <embed> code, It can play only .mpg file.
|
|
|||
|
Re: How to put videos on webpage???
Yeah, I agree to that. But sometimes flash may cause your website to have a slow performance...
|
|
|||
|
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.. |
![]() |
| Thread Tools | |
|
|
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 |