"Lad" <[EMAIL PROTECTED]> wrote:
>
>The most important thing now is how to add a support for video files.

This is not really a Python question -- it's an HTML question.  You need to
spend some time Googling for <object> and <embed> tags which allow you
shove a video as part of a web page.  Then you can use your Python web site
to create the appropriate HTML.
-- 
Tim Roberts, [EMAIL PROTECTED]
Providenza & Boekelheide, Inc.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to