LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   html .avi tag ?? (https://www.linuxquestions.org/questions/programming-9/html-avi-tag-77329/)

itsjustme 07-30-2003 11:33 AM

html .avi tag ??
 
I know about the '<img src= .. >' tag for putting an image on a web page, but is there also a simple tag that will allow me to run a small .avi file like that.

I want to have one of the images on my photo page to actually be a tiny avi movie that can be clicked and run in place.

I'm assuimg that it is more complicated than a simple html tag, and I'll probably need to get out my html book for this, but I was hoping there was a simple solution that someone could maybe post here.

Thanks...

david_ross 07-30-2003 12:28 PM

Try:
<EMBED SRC="myvideo.avi"></EMBED>

itsjustme 07-30-2003 12:32 PM

Cool.

Thanks!


All times are GMT -5. The time now is 03:42 AM.