Hi, I need help for a vlc Html code. I would like to embed button two and one for the rest, one for full screen. Who can help me? <script language="javascript"> function play(obj, uri) { var obj = document.getElementById(obj); obj.playlist.add(uri,uri, ""); obj.playlist.play(); }...