Hi, im triyin to get the EasyCap video capture over Internet Explorer instead any video capture software, im using this code:
<div id="Gcode122" class="dfltc">
<object classid="clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921" codebase="http://downloads.videolan.org/pub/video ... /axvlc.cab" width="800" height="450" id="vlc" events="True">
<param name="Src" value="dshow://"></param>
<param name="ShowDisplay" value="True" ></param>
<param name="AutoLoop" value="no"></param>
<param name="AutoPlay" value="yes"></param>
<embed type="application/x-google-vlc-plugin" name="vlcfirefox" autoplay="yes" loop="no" width="800" height="450" target="dshow://"></embed>
</object> </div>
</div>
but it only works when i manually open the HonesTech TVR software, and i need it to work without opening any software, is it Possible?
Thank you for your help