Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to put a Video Clip in an HTML Page

Status
Not open for further replies.

PaulaJ

Programmer
Jun 20, 2000
130
US
I have an .AVI file that I need to put on an HTML Page. The JASC Animation Shop Help says to export it as a .GIF and then use the IMG SRC to put it on the page. When I did this, the .GIF works but is very slow and jerky. Is there any other way to do this or did I just do something wrong? It is for a portfolio, so needs to look good.
 
You can try this:

<embed src=&quot;test.avi&quot; width=200 height=200 autostart=&quot;false&quot;>

looks ok, although there are control buttons under the video.

Glenn



 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top