Hi All Delphians that may be left,

I found out by experimentation that I can embed video clips into HTML pages
on my Indy HTTP web server - haven't done that before.  

This is the video clip HTML I pasted into my web page:

<object width="425" height="344"><param name="movie"
value="http://www.youtube.com/v/X5tOjiP9A3Q&color1=0xb1b1b1&color2=0xcfcfcf&;
feature=player_embedded&fs=1"></param><param name="allowFullScreen"
value="true"></param><param name="allowScriptAccess"
value="always"></param><embed
src="http://www.youtube.com/v/X5tOjiP9A3Q&color1=0xb1b1b1&color2=0xcfcfcf&fe
ature=player_embedded&fs=1" type="application/x-shockwave-flash"
allowfullscreen="true" allowScriptAccess="always" width="425"
height="344"></embed></object>


In this case the "src" is a Youtube web URL.  I would like to paste OTHER
video clips into my web site from time to time, but I don't want to have to
put them on Youtube.  

Using D7, Indy, Vista for the web server.  

How do I upgrade that web site to serve video files from the web site itself
instead of from Youtube?  Also, I want to let people download other files
from the site, but I don't understand how to set up an FTP server along with
the Indy HTTP server.  

Suggestions appreciated.  

-Rich

_______________________________________________
Delphi mailing list -> Delphi@elists.org
http://lists.elists.org/cgi-bin/mailman/listinfo/delphi

Reply via email to