How to embed WMV or other video files to HTML web page and play it automatically?

Posted by Admin L in Web Programming & Resources on 29-08-2011.

Author: Nosa Lee
Original Address: https://www.seeksunslowly.com/web-page-embed-wmv-video
To reprint this article, please indicate the source, thank you.
_____________________________________

Thinking: use Windows Media Player component, because it is available in every Windows version.
Code:
[cc lang=”html”]


[/cc]
Note: to simplify the code, I removed a lot of unnecessary parameters for you. You only need to change src, width, height and autostart parameters to control wmv video file path, player width, height and whether play video automatically.

【赞赏 / Reward】

微信         支付宝         PayPal

Post a comment