HTML/JS app doesn't work unless Run as Administrator
I've created an Air app (air 3.1) with JS/HTML and I'm compiling on Windows 7 64bit, using the Air SDK 3.1. Self-signed cert.
It seems if I run the air app without selecting "Run as administrator", it loads the initial window but no further events seem to be captured - mouse clicks within the app don't do anything for example and its clear from the Windows Task Manager that none of the cpu/mem resources I'd expect it to be using are.
If I run it as administrator everything is hunky dory.
Obviously I don't want to have to instruct windows users to Run As Administrator, so how do I get this to work by default without the admin privilege. Is it something to do with the lack of proper cert?
