使Firefox浏览器支持ocx类型的插件

下载让FireFox支持OCX插件的安装包!安装方式下载时有说明


页面的编辑方式如下:


FF invokes plugins for rendering content by matching the MIME type of that content as specified in the <object> tag. Here's an example:

<object
        id="Control"
        TYPE="application/x-itst-activex"
        WIDTH="300" HEIGHT="300"
        clsid="{D27CDB6E-AE6D-11cf-96B8-444553540000}"
        progid="ShockwaveFlash.ShockwaveFlash"
        event_OnReadyStateChange="OnReady"
        param_src="http://www.youtube.com/v/53RdNYwImYc">
</object>
  • type: the MIME Type the plugin is associated with.
  • clsid: is the CLSID of the control you wish the plugin to load.
  • progid: is the PROGID of the control you with the plugin to load.
  • event_XXX: tells the plugin to bind the event XXX to the Javascript function given as value.
  • param_XXX: requests that the plugin will invoke the requested ActiveX control with the parameter named XXX and set its value accordingly.
  • codeBaseURL: may be used to provide a location from which the plugin will download and install a CAB containing the needed ActiveX control.

There is no need to provide both a clsid and a progid, the above is done only for the purpose of demonstration.


评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值