I'm doing a web page in which you can see all vMix features in a computer and change them.
I have to read the xml file located in my network
http://127.0.0.1:8088/api. The problem is that being a local file, I cannot use XMLHttpRequest. So, I use File APIs but I am not able to read the File without choose the File before, which is completely useless. Is there any way to read this file as a normal xml?
How can I read xml File from vMix API?
I'm using this code to read Files, but it has to be an alternative.
http://www.html5rocks.co...tutorials/file/dndfiles/