Forum Moderators: phranque

Message Too Old, No Replies

How do I upload a movie file?

         

morningcereal

3:19 pm on May 18, 2005 (gmt 0)



How do I insert and upload a movie file so it plays within the actual page?

Matt Probert

5:13 pm on May 18, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



To upload a movie do whatever you do to upload any other binary file, such as images.

Then in your web page use a tag like:

<img dynsrc="mymovie.avi" src="alt_image.gif">

IE will load and play the movie, other browsers will display the image.

Matt

bill

1:58 am on May 19, 2005 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Just keep in mind that the dynsrc attribute is not a standard HTML or XHTML attribute. It is only supported by Internet Explorer.