From: Ahmed A. <asa...@ya...> - 2014-01-31 05:28:39
|
Hi, Fixed in SVN, thanks for reporting. Ahmed ________________________________ From: smk smk <ste...@gm...> To: Ahmed Ashour <asa...@ya...>; htm...@li... Sent: Thursday, January 30, 2014 9:11 PM Subject: Re: [Htmlunit-user] Map <bject> to custom JavaClass First of all thank you for your answer. webClient.setActiveXObjectMap(activeXMap) works and works fine IF the ActiveXObject is created with this declaration in javascript var wmi =newActiveXObject("WMPlayer.OCX.7"); However it doesn't work when it gets created with the object tag e.g <object id="PlayerEx2"classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"height="200"width="200"> |