I don't know where to post this, feel free to move it.
I'm trying to embed a .wmv in a webpage. it's made, editted, uploaded to the site. now I just need to stick it on the page. I know very little about html, but i get by with tutorials and templates. I've found tons of templates for this and they all do one of the following two things:
-show absolutely nothing
-shows a small window (the correct size i have specified in height=/width=) with the video playing at full size inside of it (so only the upper left is showing, instead of properly scaling the video to fit the window), does not show the controls bar (even though that is set (showcontrols true, or 1), autoplays no matter what (autoplay = false, or 0).
so where do i start? (i have to host the video myself, putting it on youtube or etc is not an option)
I'm trying to embed a .wmv in a webpage. it's made, editted, uploaded to the site. now I just need to stick it on the page. I know very little about html, but i get by with tutorials and templates. I've found tons of templates for this and they all do one of the following two things:
-show absolutely nothing
-shows a small window (the correct size i have specified in height=/width=) with the video playing at full size inside of it (so only the upper left is showing, instead of properly scaling the video to fit the window), does not show the controls bar (even though that is set (showcontrols true, or 1), autoplays no matter what (autoplay = false, or 0).
so where do i start? (i have to host the video myself, putting it on youtube or etc is not an option)