Inserting a avi or a wmv in a basic html source code?

I want my website to run an .avi or .wmv video file. How do I write the code to play the video upon clicking the a href command?

Public Comments

  1. <a href="Vedio File URL"> The hyperlink </a>
  2. <html> <body> <object> <embed src="yourfile.avi/.wmv" size="x" width="x"> </embed> </object> </body> </html>
Powered by Yahoo! Answers