Hi! I want to offer a mpeg file with two languages via http-streaming. With the ActiveX Control it is no problem to select the audiotrack by var options = [":audio-track=<?echo $_GET["track"];?>"]; document.vlc.addTarget(targetURL, options, 2, 0) But how can I do this with the Mo...