How do I embed a video with this HTML?

2008-12-19 1:13 am
I have been trying to use the HTML

<EMBED src="My video went here" width="100%" height="60" align="center">

and it didn't work. I tried it on two computers and it didn't work. I tried putting a video I have on my comptuer .wmv and it shows the little media player bar. I clicked play constantly and it still wouldn't do anything. I tried using another HTML too for embeding videos and it still didn't work. Both computers do the same thing except one shows a little video part for the video but it still doesn't do anything. What do I have to do to embed a video? I want to put some of my videos on splashface1.com (my website that's about 7 months old) without needing to put them on youtube but how do I do that?

回答 (2)

2008-12-19 1:52 am
✔ 最佳答案
The HTML code for embedding .wmv file to web page is just like the code below:
<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject" align="right" hspace="5" vspace="5">
<param name="fileName" value=" videos/ccfc_welcome.wmv " />
<EMBED TYPE="application/x-mplayer2" SRC="videos/ccfc_welcome.wmv" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="0"> </EMBED>
</OBJECT>

Check your video file has been uploaded to the the right directory on your host' web server.

If this doesn't work, you can use a tool Moyea Web Player Pro - http://www.flash-video-mx.com/web-player-pro/ and the tutorial for it: http://www.flash-video-mx.com/webplayer-resources/add-videos-to-website.html
2008-12-19 1:24 am
Did you upload your video file as well?

One thing to remember is SRC="path/videofilename.wmv". You need to specify the correct location of your file. If you have uploaded the file to the same directory of your HTML file, then use SRC="/videofilename.wmv".

But if you have uploaded the video file to a folder, then it'll be SRC="folder/videofilename.wmv".


收錄日期: 2021-05-03 14:01:05
原文連結 [永久失效]:
https://hk.answers.yahoo.com/question/index?qid=20081218171336AABHkRw

檢視 Wayback Machine 備份