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
【Foreword】 If you want to use ORM to operate data...
Table of contents Modify the repository source st...
Perform the following operations in the Ubuntu co...
Table of contents 1. What I am going to talk abou...
There has been a lot of discussion about H1 recent...
Display Definition ID When the auto-increment ID ...
The reason for writing this article is that I wan...
In the latest HTML standard, there is a calc CSS e...
It is common to view code effects in different br...
Preface In today's increasingly convenient In...
Recently, I added a click-to-send email function t...
Table of contents 1. How is cross-domain formed? ...
Scenario 1: Due to server restrictions, only one ...
Table of contents 1. Global Guard 1. Global front...
Table of contents Importing JavaScript 1. Interna...