Forums

This topic is locked

Display movies on a web page!

Posted 14 Nov 2002 13:45:59
1
has voted
14 Nov 2002 13:45:59 Stewart Bond posted:
I am not sure if this forum will cover this topic, but I have been everywhere and i hope someone here can help me.

I have a site that the client wishes to upload and show short 10 to 30 seconds movies (either .mpg or .mov).

I have been unable to find out how to have the movie displaying on a page within the site. At the moment, if you click on the link to the movie it opens the Default Media Player and shows it in that.

I have tried looking around the web and Microsoft tech etc, but I just get confused trying to understand the techy speak.

I appreciate any help given.

regards

stewart

Replies

Replied 03 Dec 2002 11:13:31
03 Dec 2002 11:13:31 Dan The Man replied:
try this
<object type="" name="myVideo" data="video url"></object>
set the <b>type=""</b> to
"video/x-mpeg2" (for *.mpeg) or
"video/quicktime" (for *.mov) or
"video/x-msvideo" (for *.asf)

Reply to this topic