kurlylox
10-18-2003, 03:44 AM
How do I add a video to my webpage?
I made a video using microsoft Plus Digital Media Edition
and I want to add it to my webpage
Loren
10-18-2003, 01:43 PM
What format is it in? (.mpg, .aiv, ect)
If you can save it in Windows Media Player Streaming or Real Player Streaming that would be best but .mpg will work. Also Quicktime format is good. The way I do my video is I just have links click to view the video but you could also have it to where they could watch it on the page itself.
Be aware that video is very large for its length.
kurlylox
10-18-2003, 03:25 PM
it is a windows audio/video file
I want it where you click on a link to play the movie
Loren
10-18-2003, 04:02 PM
Just upload the file to your server and then have a link to it
ex
<a href="http://www.dave98.com/video/savedl.wma">Veiw the video</a>
Arc Angel
10-18-2003, 05:22 PM
Another way to do it is:
<embed src=“______.mov” width=“#” height=“#” autoplay= “true”>
Either way works, but I thought I remember reading somewhere that the <a> tag was being depreciated(at least when it comes to movies) or something of the sort. :)
kurlylox
10-19-2003, 02:19 AM
I got the little movie on my site
D:\My Documents\my webs\aboutme.htm
click on Angie's Dance Years, between the peace lines
Now How can I make the little movie bigger instead of
that little bitty movie down in the corner like that
Loren
10-19-2003, 02:24 AM
D:\ ??
That's on your computer/your cd drive so I can't see it.
kurlylox
10-19-2003, 02:29 AM
sorry
try this
http://www.kurlylox.com/aboutme.htm
Loren
10-19-2003, 01:31 PM
That's just how your browser does it. You should be able to click on it somewhere and say veiw in regular player.