Skip to content

Instantly share code, notes, and snippets.

@lvjian700
Created May 24, 2012 03:00
Show Gist options
  • Select an option

  • Save lvjian700/2779180 to your computer and use it in GitHub Desktop.

Select an option

Save lvjian700/2779180 to your computer and use it in GitHub Desktop.
How to include OCX on html file.
<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;">
&nbsp;
<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