Saturday, August 06, 2005
Tuesday, July 26, 2005
How to add an embedded video using HTML
Type the below and change the words "sample.wav" into whatever video file or web address you want. You can also change the size of the video with the WIDTH, and whether or not you want the video to start automatically. Lastly, you have to start the below with "<" and end it with ">".
PS: Ignore the error message that pops up!
EMBED SRC="sample.wav" AUTOSTART="false" WIDTH=200
PS: Ignore the error message that pops up!
EMBED SRC="sample.wav" AUTOSTART="false" WIDTH=200




