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
- <a href="Vedio File URL"> The hyperlink </a>
- <html> <body> <object> <embed src="yourfile.avi/.wmv" size="x" width="x"> </embed> </object> </body> </html>
Powered by Yahoo! Answers