How do I translate home videos to HTML script to embed in my website?
- Wednesday Nov 18,2009 05:40 AM
- By diddy
- In Others
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?
Clue, Convert Html, Embed Html, Home Videos, Html Embed, Html Script, Script Problem, Translate





2 Comments
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-resources/add-videos-to-website.html
If you have mpeg or avi or a similar movie, you can try using this code :
<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab" height="195" width="340" name="YourName" align="left">
<param name="src" value="movies/movie.wmv">
<param name="autoplay" value="true">
<param name="controller" value="true">
<embed height="195" width="340" align="left" src="movies/movie.wmv" autoplay="true" controller="true">
</embed>
</object>
Edit the variables to how you see fit
Recent Posts
Recent Comments
Leave a reply