June 6th, 2007, 01:48 AM | #16 | |
New Boot
Join Date: Jul 2005
Location: Brisbane, Queensland, Australia.
Posts: 23
|
Quote:
I am not happy with the quality of google video so I will upload the videos in wmv and then embed them into the webpage. If you embed a video in to a web page,, people can play them but they cannot download them. I think thats where your friend got mixed up, embeded video does not need to fully download before it starts playing. If you look at my site on my videos page you will see that the first video there has a link below it to a hi rez version but you cannot download the video only play it!! Hope i didnt confuse you any more! James |
|
June 6th, 2007, 01:59 AM | #17 |
New Boot
Join Date: Jul 2005
Location: Brisbane, Queensland, Australia.
Posts: 23
|
Here is the code you past into your web page to embed a WMV
"<object id="MediaPlayer" width="192" height="190" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Windows Media Player components..." type="application/x-oleobject"> <param name="FileName" value="videofilename.wmv"> <param name="ShowControls" value="true"> <param name="ShowStatusBar" value="false"> <param name="ShowDisplay" value="false"> <param name="autostart" value="false"> <embed type="application/x-mplayer2" src="videofilename.wmv" name="MediaPlayer" width="192" height="190" showcontrols="1" showstatusbar="0" showdisplay="0" autostart="0"> </embed> </object>" |
| ||||||
|
|