Sunday, November 14, 2010

How do I translate home videos to HTML script to embed in my website?

I have alot of home videos I want to put on my website, and it seems that the easiest way to do it would be to embed it onto my website using HTML script. Problem is, I have no clue how to convert in into HTML script. Could someone please tell me how?How do I translate home videos to HTML script to embed in my website?
How to embed video onto your website is depends on the video format, different video format needs different HTML scrept. If the format of your video is wmv, then the first answer should can work. However, as I know, there is an more easy method can enable you to add any format videos to website and have a player with playlist to control them.



Step-by-step tutorial about ';how to add videos to website';

http://www.flash-video-mx.com/webplayer-

How do I translate home videos to HTML script to embed in my website?
%26lt;embed src=';yourfilename.ext'; height=';#'; width=';#'%26gt; %26lt;/embed%26gt;



Note: Height and width are optional.

Report Abuse


%26lt;embed src=';yourfilename.ext'; height=';#'; width=';#'%26gt; %26lt;/embed%26gt;



Note: Height and width are optional.

Report Abuse


PHPDirector is a PHP video management system for your website.

http://scwb.co.cc/multimedia/PHPDirector.html

Report Abuse


If you have mpeg or avi or a similar movie, you can try using this code :



%26lt;object classid=';clsid:02BF25D5-8C17-4B23-BC80-D?codebase=';http://www.apple.com/qtactivex?height=';195'; width=';340'; name=';YourName'; align=';left';%26gt;

%26lt;param name=';src'; value=';movies/movie.wmv';%26gt;

%26lt;param name=';autoplay'; value=';true';%26gt;

%26lt;param name=';controller'; value=';true';%26gt;

%26lt;embed height=';195'; width=';340'; align=';left'; src=';movies/movie.wmv'; autoplay=';true'; controller=';true';%26gt;

%26lt;/embed%26gt;

%26lt;/object%26gt;





Edit the variables to how you see fit

No comments:

Post a Comment