Page 1 of 1

Displaying my ActiveX Control to users who visit my webpage

Posted: Wed Aug 09, 2006 5:48 pm
by psychotomus
How do I do this? I created an activeXControl with a simple listbox and some items.


Inside my HTML File I have:

<OBJECT CLASSID="CLSID:3d25aba1-caec-11cf-b34a-00aa00a28331">
<PARAM NAME="LPKPath" VALUE="activeXControl.lpk">
</OBJECT>


<OBJECT ID="MyObject1" CLASSID="CLSID:67D2E4CB-5D10-4B6B-99EA-E579B6ACC08E"
CODEBASE="ActiveXControl.ocx">
</OBJECT>




if I run the html file on my pc, it works, but when i upload it to my server http://www.po2mafia.com/aaa.html it doesn't display. what am i doing wrong?

Posted: Wed Aug 09, 2006 6:01 pm
by wtf
active x runs only on IE, what browser do you use?

Posted: Wed Aug 09, 2006 6:19 pm
by psychotomus
IE.