Skip to main content
Known Participant
February 21, 2007
Question

designing video website

  • February 21, 2007
  • 15 replies
  • 1035 views
i want to include videos in my website is ther a player i can get for free that plays the most common video files.
This topic is closed to new replies. Start a new post to keep the conversation going.

15 replies

Inspiring
February 22, 2007
This places a video clip in your webpage.

<EMBED SRC="videoSource" WIDTH="125" HEIGHT="150" AUTOSTART="FALSE">

SRC is the name of the video/audio file
WIDTH/HEIGHT is just what is sounds like
AUTOSTART is just like it sounds, set it to TRUE if you want the video/audio file to play on startup.

This is a very basic tag.
Known Participant
February 22, 2007
i dont follow what does this do
Known Participant
February 22, 2007
i dont follow what does this do
Inspiring
February 22, 2007
There are a few ways to do this. The simplest way is this:

<EMBED SRC="videoSource" WIDTH="125" HEIGHT="150" AUTOSTART="FALSE">