:wave: hi there,
could you please describe me how I can display some AVIs(movies) on my web page using javascript..I have some short movies each lasts 30 sec..
thanks
Printable View
:wave: hi there,
could you please describe me how I can display some AVIs(movies) on my web page using javascript..I have some short movies each lasts 30 sec..
thanks
can't you use normal HTML <embed src="myFilm.avi"></embed> tags?
I've never actually used them but I think that's what they are for.