Memasukan video sendiri ke website

Kalau meng-embed video dari youtube pasti sudah biasa, alias tidak aneh lagi. Karena memang youtube sudah menyediakan kode embed pada setiap video yang terupload disana. Lalu bagaimana jika kita ingin melakukan upload video sendiri ? berkut langkahnya :
1. Upload video dengan ekstensi wmv ke hosting yang anda miliki melalui FTP Client. Misalnya seperti yang saya lakukan adalah mengupload video tutorial dengan nama intro.wmv ke hosting cbs sehingga hasilnya seperti ini –> http://cbs-bogor.net/intro.wmv

2. Rubah parameter permission menjadi 755 agar dapat diakses public
3. Silahkan masuk ke area administrator website anda kemudian letakan kode berikut ditempat yang anda inginkan.
<object classid=”clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95″ width=”480″ height=”320″ codebase=”http://www.microsoft.com/Windows/MediaPlayer/”>
<param name=”Filename” value=”http://cbs-bogor.net/intro.wmv”>
<param name=”AutoStart” value=”true”>
<param name=”ShowControls” value=”true”>
<param name=”BufferingTime” value=”2″>
<param name=”ShowStatusBar” value=”true”>
<param name=”AutoSize” value=”true”>
<param name=”InvokeURLs” value=”false”>
<embed src=”http://cbs-bogor.net/intro.wmv” type=”application/x-mplayer2″ autostart=”1″ enabled=”1″ showstatusbar=”1″ showdisplay=”1″ showcontrols=”1″ pluginspage=”http://www.microsoft.com/Windows/MediaPlayer/” CODEBASE=”http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,0,0,0″ width=”410″ height=”290″></embed>
</object>

Adapun parameter yang dapat anda rubah sebagai berikut :

  • width=”480″ height=”320″
  • http://cbs-bogor.net/intro.wmv”>

maka anda akan mendapati hasil seperti berikut ini :
video

18 thoughts on “Memasukan video sendiri ke website

  1. Pretty good post. I just stumbled upon your blog and wanted to say that I have really enjoyed reading your blog posts. Any way I’ll be subscribing to your feed and I hope you post again soon.

  2. You really make it seem so easy with your presentation but I find this topic to be really something which I think I would never understand. It seems too complicated and very broad for me. I am looking forward for your next post, I will try to get the hang of it! The best of intentions can fall to the wayside, whether it’s because of the baby’s tastes or yours.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Comments links could be nofollow free.