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
Basic preparation For this implementation, we nee...
This article uses Vue to simply implement the cha...
This article shares the specific code of Vue to i...
Vertical Split Vertical splitting refers to the s...
I have previously written an article about file t...
Search Mirror docker search rocketmq View image v...
Table of contents 1. Preparation 2. Introduction ...
Table of contents 1. What is a database? 2. Class...
MySQL DATE_ADD(date,INTERVAL expr type) and ADDDA...
I have written an example before, a simple UDP se...
How to display text overflow? What are your needs...
The creation of the simplest hello world output i...
After installing a centos8 service under vmware a...
1. Introduction Is it considered rehashing old st...
This article describes the usage of MySQL stored ...