Hello how can i put videos opn my blog (not from youtuber or google video) directly from my host(on my hosting space) Thanks in advance
This should explain it. You only need to use the html code that allows for embedding, and then tweak it to your own settings (ie do you want it centered, add in support of browsers that don't allow embed tag, etc). All of that is covered here. http://www.html-reference.com/EMBED.htm This one is from YouTube, but by replacing what I've bolded with your video url, you should be able to use it still. <object width="425" height="350"><embed src="http://www.youtube.com/v/yUdM9bMyzCI" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Oh, and if you are on WP, some people have problems w/the embed tag (I did and so did several of my clients/friends). To get around this you can either download a WP video plugin or just disable the Visual text editor (in options->writing and then again in users->writing).
Yup, disable the WYSIWYG editor and it'll embed just fine. It's all simple enough. Duzins has spelt it all out