video

Status
Not open for further replies.

Chris Z

Active Member
Messages
5,603
Reaction score
0
Points
36
i'm trying to integrate an AVI video into an html webpage, how do i do this, it's probably a dumb question but do i have to install some application on the server or something?
 

randomize

New Member
Messages
674
Reaction score
0
Points
0
Insert this into your html page:

Code:
<embed src="video source" height="if required" width="if required" />
 
Status
Not open for further replies.
Top