<div>Hi,</div>
<div> </div>
<div>I am using VLC ActiveX control in my webpage.In my webpage, to embed plugIn I used following ClassId</div>
<div> </div>
<div><strong><OBJECT classid="clsid:E23FE9C6-778E-49D4-B537-38FCDE4887D8"</strong></div>
<div><strong>.....</strong></div>
<div><strong>......</strong></div>
<div><strong></OBJECT></strong></div>
<div> </div>
<div>and used functions as document.vlc.play() and document.vlc.addTarget(filename,options,1,0) and similar functions.</div>
<div> </div>
<div>Now I wish to use vlc.input.state and other similar objects of VLC. Using above classid it says object not found or is null. For this I searched on net and found a sample webpage containing vlc plugin using these functions (
vlc.input.state etc). But the ClassId they used for vlc is </div>
<div> </div>
<div><strong><OBJECT classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921"</strong></div>
<div>
<div><strong>.....</strong></div>
<div><strong>......</strong></div>
<div><strong></OBJECT></strong></div>
<div> </div>
<div>If I start using this ClassId on my webpage, I need to update my functions (like document.vlc.playlistClear() to vlc.playlist.items.clear() etc)</div>
<div> </div>
<div>Can anyone tell, where I got confused or Whats the difference in using these different ClassIds and for what they are meant for?</div>
<div> </div>
<div>Thanks and Regards,</div>
<div>Nikhil Agrawal</div></div>