Click to See Complete Forum and Search --> : a simple question


phillipst19
01-11-2006, 11:44 AM
I was wondering. Im on a wrestling website and i create web pages to type on and all that stuff. if you ever heard of e-feding you know what i mean but if not then ur probably wonderin what the heck im talkin about but anyhow ...

My question is simple. Is there a way to put Windows Media Player files that i have personally on my computer and put them on a website. Im trying to figure out how to get "Vodoo" By Godsmack onto my website but not sure how?

gavin26er
01-11-2006, 12:24 PM
yes there is just go to www.google.com and type in "html embedding video code" that will give u the html code that u need for embedding the video into your website

rahularavind
01-20-2006, 01:32 AM
I was wondering. Im on a wrestling website and i create web pages to type on and all that stuff. if you ever heard of e-feding you know what i mean but if not then ur probably wonderin what the heck im talkin about but anyhow ...

My question is simple. Is there a way to put Windows Media Player files that i have personally on my computer and put them on a website. Im trying to figure out how to get "Vodoo" By Godsmack onto my website but not sure how?


Try this code......

<html>
<body>

<embed src="myvideo.wmv" height="500" width="500">

</body>
</html>