锐英源软件
第一信赖

精通

英语

开源

擅长

开发

培训

胸怀四海 

第一信赖

当前位置:锐英源 / 英语翻译 开源技术 / csEXWB / Blocking Autoplay of Videos
服务方向
人工智能数据处理
人工智能培训
kaldi数据准备
小语种语音识别
语音识别标注
语音识别系统
语音识别转文字
kaldi开发技术服务
软件开发
运动控制卡上位机
机械加工软件
软件开发培训
Java 安卓移动开发
VC++
C#软件
汇编和破解
驱动开发
联系方式
固话:0371-63888850
手机:138-0381-0136
Q Q:396806883
微信:ryysoft

csEXWB视频自动播放中阻塞


Hi,

To be notified if an activex (video) is about to be run, you need to subscribe to ProcessUrlAction event and check the value of urlAction parameter for URLACTION.ACTIVEX_RUN. You can always stop this action by setting urlPolicy parameter to URLPOLICY.DISALLOW and handled property to true.

如果一个activex(视频)运行,会被通知,您需要订阅ProcessUrlAction事件并检查URLACTION.ACTIVEX_RUN urlAction参数的值。通过设置urlPolicy urlPolicy参数为真,你总是可以阻止这一行动。

To determine if we are dealing with a specific activex such as flash, you can check the value of context parameter which should contain a CLSID(GUID) representing the activex object (check for GUID.Empty).

如果我们正在处理一个特定的activex比如Flash,要进行核实,您可以检查上下文参数的值,值应该包含一个CLSID(GUID)代表activex对象(检查GUID.Empty)。

//Here is an example, tested with youtube, stops display of flash player:         
//ShockwaveFlash.ShockwaveFlash.9 - taken from registry       
Guid flash = new Guid("D27CDB6E-AE6D-11cf-96B8-444553540000");       
void cEXWB1_ProcessUrlAction(object sender,       
csExWB.ProcessUrlActionEventArgs e)       
{           
if (e.urlAction == URLACTION.ACTIVEX_RUN)           
{               
if (e.context == flash)               
{                   
//AllForms.m_frmLog.AppendToLog("cEXWB1_ProcessUrlAction\r\n" + e.context.ToString());                   
e.handled = true;                   
e.urlPolicy = URLPOLICY.DISALLOW;               
}           
}        
}   


下载:csEXWB v1.0.0.5

http://code.google.com/p/csexwb2/downloads/list
Please report any bugs: Issues List
请报告任何错误: 问题列表
http://code.google.com/p/csexwb2/issues/list
For general discussion, comments, and questions, please visit: csEXWB Group
一般讨论、评论和问题,请访问: csEXWB组
http://groups.google.com/group/csexwb

Regards

问候
MH

友情链接
版权所有 Copyright(c)2004-2021 锐英源软件
公司注册号:410105000449586 豫ICP备08007559号 最佳分辨率 1024*768
地址:郑州大学北校区院(文化路97号院)内