In fact, there are many corresponding writing methods, the most common one is object + embed. Copy code The code is as follows:<!--[if !IE]> <--> <object id="mediaplayer" type="application/x-ms-wmp" data="path" width="100%" height="100%"> <param name="src" value="path" valuetype="ref" type="video/x-ms-wmp"> <param name="animationatStart" value="1"> <param name="transparentatStart" value="1"> <param name="autoStart" value="1"> <param name="ShowControls" value="0"> <param name="ShowDisplay" value="0"> <param name="ShowStatusBar" value="0"> <param name="playcount" value="8640000"> <param name="autoRewind" value="1"> <param name="displaysize" value="0"> <param name="stretchtofit" value="1"> <param name="enableContextMenu" value="0"> <param name="uiMode" value="none"> <strong>Error:</strong>You need <a href="http://port25.technet.com/pages/windows-media-player-firefox-plugin-download.aspx">Windows Media Player Plugin</a>. </object> <!--> <![endif]--> <!--[if IE]> <object id="mediaplayer" type="video/x-ms-wmv" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="100%" height="100%"> <param name="url" value="path" valuetype="ref" type="video/x-ms-wmv"> <param name="animationatStart" value="1"> <param name="transparentatStart" value="1"> <param name="autoStart" value="1"> <param name="ShowControls" value="0"> <param name="ShowDisplay" value="0"> <param name="ShowStatusBar" value="0"> <param name="playcount" value="8640000"> <param name="clickToPlay" value="1"> <param name="autoRewind" value="1"> <param name="displaysize" value="0"> <param name="stretchtofit" value="1"> <param name="enableContextMenu" value="0"> <param name="uiMode" value="none"> <strong>Error:</strong>You need <a href="http://www.microsoft.com/windows/windowsmedia/download/plugin.aspx">Windows Media Player Plugin</a>. </object> <![endif]--> |
<<: Experience of redesigning the homepage of TOM.COM
>>: vue+tp5 realizes simple login function
Table of contents 1. BOM Introduction 1. JavaScri...
In Dockerfile, run, cmd, and entrypoint can all b...
DCL (Data Control Language): Data control languag...
This article mainly records the problems and solu...
<br />Every family has its own problems, and...
(I) Basic concepts of web page color matching (1) ...
I knew before that to synchronously obtain the re...
Since I often install the system, I have to reins...
Part 1 HTML <html> -- start tag <head>...
Table of contents Preface 1. What variables are p...
Take the deployment of https://gitee.com/tengge1/...
This article shares with you the MySQL 8.0.17 ins...
When using element-ui, there is a commonly used c...
vmware vsphere 6.5 is the classic version of vsph...
A design soldier asked: "Can I just do pure ...