Created
May 24, 2012 03:00
-
-
Save lvjian700/2779180 to your computer and use it in GitHub Desktop.
How to include OCX on html file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div id="playerWrapper"> | |
| <object id="player" name="player" | |
| classid="CLSID:A7CE02E8-0081-424E-8F15-963B5CC359E0" | |
| codebase="/biandan3/clips/D3BSPlayerU.cab" | |
| height="410" width="640" | |
| style="background-color: black"> | |
| </object> | |
| <div id="player-download" style="padding: 5px 10px; font-size: 12px;"> | |
| | |
| <a href="/biandan3/clips/D3BSPlayer-2.0.1.1.exe"> | |
| 如果不能正确加载播放器,请点击这里下载安装程序 | |
| </a> | |
| </div> | |
| </div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment