<div>Hi,</div>
<div>&nbsp;</div>
<div>I am using VLC active X control to provide VLC support on web page. I wished to have slider on the page for which i used MSComctlLib.Slider.2 activex control provided by windows using following code snapshot</div>
<div><br>&lt;object classid=&quot;clsid:F08DF954-8592-11D1-B16A-00C0F0283628&quot;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width=&quot;300&quot; height=&quot;20&quot; id=&quot;slider&quot; events=&quot;True&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;TickStyle&quot; value=&quot;3&quot; /&gt;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;Min&quot; value=&quot;0&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;Max&quot; value=&quot;0&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;Value&quot; value=&quot;0&quot; /&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;param name=&quot;Enabled&quot; value=&quot;False&quot; /&gt;
<br>&lt;/object&gt;</div>
<div>&nbsp;</div>
<div>I am facing problems on some machine. On some machines regardless of Operating System and Service Packs , this slider control fails to load and a crossed image is only visible on page (vlc active x control succussfully loaded). If some have faced similar problems or any solution for the problem , please let me know.
</div>
<div>&nbsp;</div>
<div>Regards,</div>
<div>Nikhil Agrawal</div>